diff options
Diffstat (limited to 'data/items/tools/bronze_pickaxe.yaml')
| -rw-r--r-- | data/items/tools/bronze_pickaxe.yaml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/data/items/tools/bronze_pickaxe.yaml b/data/items/tools/bronze_pickaxe.yaml index e280020..807cadb 100644 --- a/data/items/tools/bronze_pickaxe.yaml +++ b/data/items/tools/bronze_pickaxe.yaml @@ -1,16 +1,19 @@ +color: B2 +description: A sturdy bronze pickaxe, good for mining. +equipment: + attack: + crush: 2 + slash: -2 + stab: 4 + attack_type: stab + other: + strength: 3 + slot: main_hand + speed: 5 + type: melee_weapon name: bronze pickaxe -color: "B2" -description: "A sturdy bronze pickaxe, good for mining." -value: 10 stackable: false -equip_slot: main_hand -weapon_type: melee -attack_type: stab -stats: - stab_attack: 4 - slash_attack: -2 - crush_attack: 2 - strength_bonus: 3 -speed: 5 -tool_type: pickaxe -tool_speed: 2 +tool: + speed: 2 + type: pickaxe +value: 10 |
