Skip to content

Commit dfacdcb

Browse files
committed
Fix Power Hammer appearanceBonus_max_high value
weapon_appearance_maul had appearanceBonus_max_high set to 20, which is lower than comparable two-handed weapons (e.g. quest_maul uses 40). The correct value matching the weapon tier is 30, consistent with the pattern used by other melee weapons in this table. Fixes #340
1 parent adabbb8 commit dfacdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sku.0/sys.server/compiled/game/datatables/crafting/weapon_appearance.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ slot resource 0 grip petrochem_inert 7
230230
slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1
231231
slot template 0 power_circuits object/tangible/component/item/electronic_control_unit.iff 1
232232
slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1
233-
weapon melee weapon_appearance_maul systems.crafting.weapon.core.crafting_new_weapon_final 25 weapon 5 weapon_crafting object/weapon/melee/2h_sword/2h_sword_maul.iff object/weapon/melee/2h_sword/2h_sword_maul.iff 40 120 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 42 0 20
233+
weapon melee weapon_appearance_maul systems.crafting.weapon.core.crafting_new_weapon_final 25 weapon 5 weapon_crafting object/weapon/melee/2h_sword/2h_sword_maul.iff object/weapon/melee/2h_sword/2h_sword_maul.iff 40 120 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 42 0 30
234234
slot resource 0 grip_unit metal 40
235235
slot resource 0 reactive_striking_surface iron_kammris 75
236236
slot resource 0 power_cell_brackets copper 24

0 commit comments

Comments
 (0)