AtomBombf13 / AtomBomb

GNU Affero General Public License v3.0
5 stars 51 forks source link

adds the displacer glove and saturnite fist #480

Closed ErwinSnowden closed 1 year ago

ErwinSnowden commented 1 year ago

About The Pull Request

got bored, decided to make two new weapons which don't spawn anywhere currently

Displacer Glove: woundbonus powerfist with +20% damage (accurate to how it is in NV, unfortunately we dont have skill requirements like NV since it needs unarmed 100 unlike powerfist's 50. should i give it the gauss rifle sound for its hit sound?)

Saturnite Fist: fast powerfist with slightly less (-10%) damage

also gives the goliath +0.15 AP, fixes a spelling mistake and updates notes with their actual damages

Pre-Merge Checklist

Changelog

:cl: add: The Displacer Glove and Saturnite Fist. tweak: Goliath has 15% more AP. /:cl:

ErwinSnowden commented 1 year ago

okay so question, saturnite powerfist wont work because attack_speed is redefined on wrench. how would i change it to factor in the saturnite fist's attack speed for the calculation without completely remaking the attackby? obviously i cant do "attack_speed = attack_speed * power" because that will always raise the attack_speed, resulting in a 120 second cooldown after wrenching it so many times.

image

EDIT: figured it out i think.