Northstar Gloves (#16021)
* Added Gloves of North Star, no sprite or talking yet... * Added sprites for the gloves of the north star... * Replaced more placeholder sprites for northstar gloves... * Added gloves of the north star to uplink... * Added speech on hit, not yet configureable * Not functional yet, but a step in the right direction I hope... * IT WORKS!! * Licensing and cleanup * Reduced attack speed, changed from chat to popup, added some admin logging. It was causing too much adminlog spam otherwise * Reorganized some files, final build?? * Changed the adminlog type from Verb to new type ItemConfigure * More cleanup, fix sprite reference maybe * Keronshb's suggestions, fixed some stuff, made hit sound use the meaty punch sfx * Adds support for hiding speak/whisper/emote from adminlogs, makes northstar speak again! * Some file shuffling, some of Keronshb's requests. Might appear a bit funky in github because vscode kept duplicating files for some reason and I had to delete them * Made it work with the latest changes on Master * Final? cleanup, upped dmg to 8, made ui not activate on activateinhand, instead you need to right click * Set value to 0 credits, that's all * Well that was much easier than I made it out to be. Now you can only activate the gloves with right click, no more mispredicts. * Update MeleeWeaponSystem.cs Iunno why this got changed in the first place, but I'm changin it back * emptycommit * emptycommit * The tiny fixening
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
north-star-current-battlecry = Battlecry:
|
||||
north-star-menu-title = Set Battlecry
|
||||
@@ -20,6 +20,9 @@ uplink-edagger-desc = A small energy blade conveniently disguised in the form of
|
||||
uplink-fire-axe-flaming-name = Fire Axe
|
||||
uplink-fire-axe-flaming-desc = A classic-style weapon infused with advanced atmos technology to allow it to set targets on fire.
|
||||
|
||||
uplink-gloves-north-star-name = Gloves of the North Star
|
||||
uplink-gloves-north-star-desc = A pair of gloves that reduce your punching cooldown drastically, allowing you to beat people to death in a flurry of punches.
|
||||
|
||||
# Explosives
|
||||
uplink-explosive-grenade-name = Explosive Grenade
|
||||
uplink-explosive-grenade-desc = Grenade that creates a small but devastating explosion.
|
||||
|
||||
@@ -75,6 +75,16 @@
|
||||
categories:
|
||||
- UplinkWeapons
|
||||
|
||||
- type: listing
|
||||
id: UplinkGlovesNorthStar
|
||||
name: uplink-gloves-north-star-name
|
||||
description: uplink-gloves-north-star-desc
|
||||
productEntity: ClothingHandsGlovesNorthStar
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkWeapons
|
||||
|
||||
# Explosives
|
||||
|
||||
- type: listing
|
||||
|
||||
@@ -293,6 +293,40 @@
|
||||
components:
|
||||
- type: Unremoveable
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesNorthStar
|
||||
name: gloves of the north star
|
||||
description: These gloves allow you to punch incredibly fast
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/northstar.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Hands/Gloves/northstar.rsi
|
||||
- type: MeleeWeapon
|
||||
attackRate: 4
|
||||
damage:
|
||||
types:
|
||||
Blunt: 8
|
||||
soundHit:
|
||||
collection: Punch
|
||||
animation: WeaponArcFist
|
||||
- type: Fiber
|
||||
fiberMaterial: fibers-leather
|
||||
fiberColor: fibers-blue
|
||||
- type: FingerprintMask
|
||||
- type: MeleeSpeech
|
||||
- type: ActivatableUI
|
||||
key: enum.MeleeSpeechUiKey.Key
|
||||
closeOnHandDeselect: false
|
||||
rightClickOnly: true
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.MeleeSpeechUiKey.Key
|
||||
type: MeleeSpeechBoundUserInterface
|
||||
- type: StaticPrice
|
||||
price: 0
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
id: ForensicGloves
|
||||
@@ -304,3 +338,4 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Hands/Gloves/forensic.rsi
|
||||
- type: FingerprintMask
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 434 B |
BIN
Resources/Textures/Clothing/Hands/Gloves/northstar.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Hands/Gloves/northstar.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
Binary file not shown.
|
After Width: | Height: | Size: 933 B |
Binary file not shown.
|
After Width: | Height: | Size: 881 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/37864/commits/efdef3f1f997d1c0575c36cd31a5db575d1df0ca#diff-a4eb7c89f7231f0aaf0c2f69d730dea56383019f2aa5c6a1d91a82c781b528e6. Modified by hercoyote23 (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HAND",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user