ShatteredSword/dist/shattered_sword_assets/data/weaponData.json
OfficialCHenry eefc91944d Added Attack
used old slice anim + knife datatype, change when we have the chance.
2022-04-09 04:49:30 -04:00

15 lines
320 B
JSON

{
"numWeapons": 1,
"weapons": [
{
"weaponType": "slice",
"name": "knife",
"displayName": "Knife",
"animationSprite": "slice",
"spriteKey": "knife",
"damage": 1,
"cooldown": 3,
"useVolume": 0
}
]
}