From 237b429f7490ced6779b04d9657f28c8e85604dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BB=A7=E4=BF=A1?= <11297529+wjx4r@user.noreply.gitee.com> Date: Sat, 7 Jan 2023 17:42:36 +0800 Subject: [PATCH] add Weapon.json --- Data/ItemProp/Weapon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Data/ItemProp/Weapon.json diff --git a/Data/ItemProp/Weapon.json b/Data/ItemProp/Weapon.json new file mode 100644 index 0000000..cd2cc08 --- /dev/null +++ b/Data/ItemProp/Weapon.json @@ -0,0 +1,12 @@ +{ + "four_test":{ + "maxUse":100, + "damage":5, + "enchant":10, + "attackSpeed":2, + "star":4, + "baseProp":["ATK",0.052,0.441], + "subIsAbs":false + + } +} \ No newline at end of file