Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Triad/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
parent: ClothingHandsGlovesSyntheticBase
id: ClothingHandsGlovesClockwork
name: clockwork gauntlets
description: Heavy, shock-resistant gauntlets with brass reinforcement.
components:
- type: Sprite
sprite: _Triad/Clothing/Hands/Gloves/clockwork_gauntlets.rsi
- type: Clothing
sprite: _Triad/Clothing/Hands/Gloves/clockwork_gauntlets.rsi
- type: Insulated
- type: Fiber
fiberMaterial: fibers-durathread
fiberColor: fibers-orange
- type: FingerprintMask
21 changes: 21 additions & 0 deletions Resources/Prototypes/_Triad/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: entity
parent: ClothingHeadHelmetBase
id: ClothingHeadHelmetClockwork
name: clockwork helmet
description: A heavy helmet made of brass.
components:
- type: Sprite
sprite: _Triad/Clothing/Head/Helmets/clockwork.rsi
- type: IngestionBlocker
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.8
Piercing: 0.9
Heat: 0.9
- type: HideLayerClothing
slots:
- HeadTop
- HeadSide
- Hair
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: entity
parent: ClothingOuterBaseLarge
id: ClothingOuterArmorClockwork
name: clockwork cuirass
description: A bulky cuirass made of brass.
components:
- type: Sprite
sprite: _Triad/Clothing/OuterClothing/Armor/clockwork_cuirass.rsi
- type: Clothing
sprite: _Triad/Clothing/OuterClothing/Armor/clockwork_cuirass.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.5
Slash: 0.5
Piercing: 0.5
Heat: 0.5
- type: ExplosionResistance
damageCoefficient: 0.75
- type: GroupExamine
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Triad/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: ClothingShoesBase
id: ClothingShoesClockwork
name: clockwork treads
description: Industrial boots made of brass. They're very heavy.
components:
- type: Sprite
sprite: _Triad/Clothing/Shoes/Specific/clockwork_treads.rsi
- type: Clothing
sprite: _Triad/Clothing/Shoes/Specific/clockwork_treads.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
- type: entity
parent: BaseItem
id: RatvarianSpear
name: ratvarian spear
description: A heavy, razor-sharp spear made of brass. It thrums with barely-contained energy.
categories: [ DoNotMap ]
components:
- type: Sprite
sprite: _Triad/Objects/Weapons/Melee/ratvarian_spear.rsi
state: icon
- type: Tag
tags:
- Spear
- type: Clothing
sprite: _Triad/Objects/Weapons/Melee/ratvarian_spear.rsi
quickEquip: false
slots:
- suitStorage
- belt
- back
- type: MeleeWeapon
wideAnimationRotation: -135
angle: 0
animation: WeaponArcThrust
damage:
types:
Piercing: 10
Slash: 20
Asphyxiation: 2
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: DamageOtherOnHit
damage:
types:
Piercing: 30
Asphyxiation: 5
- type: DamageOnLand
damage:
types:
Blunt: 5
- type: SavingContraband
- type: UseDelay
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Piercing: 6
Slash: 6
- type: Fixtures
fixtures:
fix1:
shape: !type:PolygonShape
vertices:
- -0.40,-0.30
- -0.30,-0.40
- 0.40,0.30
- 0.30,0.40
density: 20
mask:
- ItemMask
restitution: 0.3
friction: 0.2
- type: EmbeddableProjectile
offset: -0.15,0.0
- type: ThrowingAngle
angle: 225
- type: LandAtCursor
- type: Item
size: Ginormous
- type: Sharp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/8d6b5d8366586fc4cb73690030b30007e965cbdf/icons/obj/clothing/gloves.dmi and https://github.com/tgstation/tgstation/blob/8d6b5d8366586fc4cb73690030b30007e965cbdf/icons/mob/clothing/hands.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/39e1851f59f5d4c29123533282d1dd9b934125fb/icons/mob/head.dmi and https://github.com/tgstation/tgstation/blob/38d1749ff5dda94575bf9ffed98fe8b0e72cef0e/icons/obj/clothing/clockwork_garb.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/2f82eae1ab64d0b93d40492b72945f6756baa676/icons/mob/suit.dmi and https://github.com/tgstation/tgstation/blob/38d1749ff5dda94575bf9ffed98fe8b0e72cef0e/icons/obj/clothing/clockwork_garb.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/2563528d892f513f53f28a444658313f34484a76/icons/obj/clothing/shoes.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/d50960f4c06073e2a95ef67f6a45492eb3882d18/icons/mob/inhands/antag/clockwork_lefthand.dmi and https://github.com/tgstation/tgstation/blob/d50960f4c06073e2a95ef67f6a45492eb3882d18/icons/mob/inhands/antag/clockwork_righthand.dmi and https://github.com/tgstation/tgstation/blob/d50960f4c06073e2a95ef67f6a45492eb3882d18/icons/obj/clockwork_objects.dmi and https://github.com/tgstation/tgstation/blob/f88da4bcb9d488c5195877ff616a96abba3977b9/icons/mob/clothing/belt.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading