chore: smaller commits

This commit is contained in:
2025-06-27 15:58:43 -07:00
parent e2c89b7fc1
commit 34f873c3ab
24 changed files with 387 additions and 0 deletions

6
data/Weapons.json Normal file
View File

@ -0,0 +1,6 @@
[
null,
{"id":1,"animationId":6,"description":"Small and light, it's more a toy than an actual\nweapon.","etypeId":1,"traits":[{"code":31,"dataId":1,"value":0},{"code":22,"dataId":0,"value":0}],"iconIndex":97,"name":"Naomi's Sword","note":"","params":[0,0,8,0,0,0,0,0],"price":300,"wtypeId":2},
{"id":2,"animationId":6,"description":"It's a pretty standard sword.","etypeId":1,"traits":[{"code":31,"dataId":1,"value":0},{"code":22,"dataId":0,"value":0}],"iconIndex":97,"name":"Long Sword","note":"","params":[0,0,12,0,0,0,0,0],"price":670,"wtypeId":2},
{"id":3,"animationId":101,"description":"This sword has some sort of cursed magic imbued within\nit.","etypeId":1,"traits":[{"code":31,"dataId":1,"value":0},{"code":22,"dataId":0,"value":0},{"code":11,"dataId":9,"value":0.2}],"iconIndex":97,"name":"Magic Sword","note":"","params":[0,0,18,0,0,0,0,0],"price":1480,"wtypeId":2}
]