Security Melee Weapon, the Truncheon (#17666)

* Added Combat Baton

* Add to secfab

* reduce damage to 15

* Renamed to Truncheon, set damage to 17 again.

* Added T2 research, up dmg to 18 cause it'll be rarer.

* Make recipe dynamic
This commit is contained in:
HerCoyote23
2023-07-31 13:37:12 -07:00
committed by GitHub
parent 60ac4ae569
commit 27becd8986
10 changed files with 75 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ research-technology-nonlethal-ammunition = Nonlethal Ammunition
research-technology-optimized-ballistics = Optimized Ballistics
research-technology-concentrated-laser-weaponry = Concentrated Laser Weaponry
research-technology-wave-particle-harnessing = Wave Particle Harnessing
research-technology-advanced-riot-control = Advanced Riot Control
research-technology-handheld-electrical-propulsion = Handheld Electrical Propulsion
research-technology-basic-robotics = Basic Robotics

View File

@@ -57,6 +57,32 @@
intensitySlope: 1.5
maxIntensity: 200
- type: entity
name: truncheon
parent: BaseItem
id: Truncheon
description: A rigid, steel-studded baton, meant to harm.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/truncheon.rsi
state: icon
- type: MeleeWeapon
damage:
types:
Blunt: 18
- type: Item
size: 30
- type: Clothing
sprite: Objects\Weapons\Melee\truncheon.rsi
quickEquip: false
slots:
- Belt
- type: DisarmMalus
malus: 0.225
- type: Appearance
- type: StaticPrice
price: 100
- type: entity
name: flash
parent: BaseItem

View File

@@ -455,6 +455,7 @@
- SignalTrigger
- VoiceTrigger
- TimerTrigger
- Truncheon
- FlashPayload
- ExplosivePayload
- WeaponLaserCarbine

View File

@@ -20,6 +20,14 @@
Steel: 300
Plastic: 300
- type: latheRecipe
id: Truncheon
result: Truncheon
completetime: 2
materials:
Steel: 300
Plastic: 300
- type: latheRecipe
id: WeaponLaserCarbine
result: WeaponLaserCarbine

View File

@@ -1,4 +1,4 @@
# Tier 1
# Tier 1
- type: technology
id: SalvageWeapons
@@ -130,6 +130,18 @@
recipeUnlocks:
- WeaponXrayCannon
- type: technology
id: AdvancedRiotControl
name: research-technology-advanced-riot-control
icon:
sprite: Objects/Weapons/Melee/truncheon.rsi
state: icon
discipline: Arsenal
tier: 2
cost: 8000
recipeUnlocks:
- Truncheon
# Tier 3
- type: technology

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}