1 | ID | Name | WeaponType | Damage | Cost | DropChance | Icon | Description |
|---|---|---|---|---|---|---|---|---|
2 | null | string | enum | int | int | float | string | string |
3 | BroadSword | Broad Sword of Death | TwoHanded | -23 | 120 | 0.53 | sword_1 | A massive sword forged for destruction. |
4 | WoodAxe | Woodcutters Axe | OneHanded | -15 | 35 | 0.85 | axe_2 | A simple axe for chopping wood. |
5 | IronShield | Iron Shield | Shield | 0 | 150 | 0.34 | shield_1 | A strong shield. |
6 | LongBow | Long Bow | Bow | -53 | 243 | 0.15 | bow_1 | A powerful bow made from oak. |
1 | ID | Name | Level | Health | Damage | MoveSpeed | AttackRange | AttackSpeed | Drops |
|---|---|---|---|---|---|---|---|---|---|
2 | null | string | int | int | int | float | float | float | hash[] |
3 | Goblin | Goblin | 5 | 100 | -25 | 8 | 4 | 1.2 | WoodAxe |
4 | Ghost | Scary Ghost | 20 | 500 | -150 | 9 | 2 | 0.5 | IronShield,LongBow |
5 | DragonBoss | Smaug | 99 | 50000000 | -1500 | 3 | 8 | 9000 | BroadSword |