]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add utility knife/box cutter (#39567)
authorSchuyler Duryee <skywd7766@gmail.com>
Thu, 2 Oct 2025 08:51:20 +0000 (01:51 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 08:51:20 +0000 (08:51 +0000)
commit368d4dd273a740998a298088c8a3df26f30877b0
tree1134cbe63ec4f4dc694b57bf66ec0a27b71b1461
parentaeb52a661cc9017d0f61ecf57ccb417fb70ced31
Add utility knife/box cutter (#39567)

* add sprites for box cutter

* move box cutter to melee, add yaml

* remove unneeded soundHit yaml

* add opening sound effect to box cutter

* modify sprites to look more like actual box cutters

* add BoxCutter tag and add to belts

* rename box cutter to utility knife

* remove accidental backtick

* move utility knife to correct place in tags

* remove SECOND accidental backtick??

* Fix utility knife arbitrage by reducing steel to 50

* Reduce damage to 4

* Reduce knife bounty reward to $2000

* modify utility knife icon to be larger

* Make utility knife extendable/retractable

* move slicing out of ComponentToggler

* change utility knife extend/retract sound

* Use TiniestShark's larger inhand images for utility knife

* utilty knife is now only Slicing when activated
17 files changed:
Resources/Audio/Weapons/attributions.yml
Resources/Audio/Weapons/utilityknifeclose.ogg [new file with mode: 0644]
Resources/Audio/Weapons/utilityknifeopen.ogg [new file with mode: 0644]
Resources/Prototypes/Catalog/Bounties/bounties.yml
Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml
Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml
Resources/Prototypes/Recipes/Lathes/cargo.yml
Resources/Prototypes/tags.yml
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/inhand-left-blade.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/inhand-right-blade.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/utility_knife_blade.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/utility_knife.rsi/utility_knife_handle.png [new file with mode: 0644]