diff options
| author | historia <[not public]> | 2026-07-05 00:41:11 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-05 00:41:11 -0400 |
| commit | 81f3e3bae7d82f0e0ad72d89ea5a5fdae8804712 (patch) | |
| tree | 55793d006b42778951d9029aa9aeafac7cdfbc6d /data/items/ammo/ruby_bolts_e.yaml | |
| parent | 4385244d39b37d003dbb7a66a2ff3b05079b7047 (diff) | |
| download | thehouseoficarus-81f3e3bae7d82f0e0ad72d89ea5a5fdae8804712.tar.gz | |
fix: remove redundant 'quality' on items, fix ranged str on ammo, item admin ui updates
Diffstat (limited to 'data/items/ammo/ruby_bolts_e.yaml')
| -rw-r--r-- | data/items/ammo/ruby_bolts_e.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/items/ammo/ruby_bolts_e.yaml b/data/items/ammo/ruby_bolts_e.yaml index 618cf62..b66b0b2 100644 --- a/data/items/ammo/ruby_bolts_e.yaml +++ b/data/items/ammo/ruby_bolts_e.yaml @@ -1,8 +1,8 @@ color: C4 bold description: Enchanted ruby-tipped bolts. Have a chance to deal extra damage based on the target's remaining HP. equipment: - attack: - ranged: 8 + other: + ranged_strength: 8 slot: ammo type: ammo name: ruby bolts e |
