diff options
Diffstat (limited to 'data/items/dragon_pickaxe.yaml')
| -rw-r--r-- | data/items/dragon_pickaxe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/items/dragon_pickaxe.yaml b/data/items/dragon_pickaxe.yaml index 0fa6a7c..a51b102 100644 --- a/data/items/dragon_pickaxe.yaml +++ b/data/items/dragon_pickaxe.yaml @@ -1,15 +1,17 @@ id: dragon_pickaxe name: dragon pickaxe color: "196" -description: "A legendary dragon pickaxe that pulverizes rock." -value: 100000 +description: "A powerful dragon pickaxe." +value: 50000 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: stab stats: - attack_bonus: 22 - strength_bonus: 14 - defense_bonus: 0 + stab_attack: 34 + slash_attack: -2 + crush_attack: 16 + strength_bonus: 26 speed: 5 tool_type: pickaxe -tool_speed: 8 +tool_speed: 0.25 |
