Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrono Legionnaire items #216

Merged
Merged
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
19 changes: 19 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,22 @@
- type: Clothing
sprite: Clothing/Hands/Gloves/forensic.rsi
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
id: ClothingHandsChronoLegionnaire
name: chrono legionnaire combat gloves
description: High-quality combat gloves form pa... Future.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/chronogloves.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/chronogloves.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-insulative
fiberColor: fibers-olive
- type: FingerprintMask
- type: Unremoveable
18 changes: 18 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -712,3 +712,21 @@
sprite: Clothing/Head/Hardsuits/clown.rsi
equipSound: /Audio/Mecha/mechmove03.ogg
unequipSound: /Audio/Effects/Emotes/parp1.ogg

# Chrono Legionnaire Hardsuit
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitChronoLegionnaire
noSpawn: true
name: chrono legionnaire hardsuit helmet
description: An advanced and stylish helmet right from the future. Or from the past?
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi
- type: PointLight
color: "#3385ff"
- type: PressureProtection
highPressureMultiplier: 0.08
lowPressureMultiplier: 1000
34 changes: 34 additions & 0 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,3 +867,37 @@
node: clownHardsuit
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitClown

#Chrono Legionnaire Hardsuit
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitChronoLegionnaire
name: chrono legionnaire hardsuit
description: An advanced and stylish hardsuit right from the future.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.001
- type: ExplosionResistance
damageCoefficient: 0.2
- type: Armor
modifiers:
coefficients:
Blunt: 0.2
Slash: 0.2
Piercing: 0.2
Heat: 0.1
Radiation: 0
Caustic: 0.2
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitChronoLegionnaire
- type: Unremoveable
26 changes: 26 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,29 @@
walkModifier: 0.85
sprintModifier: 0.8
enabled: false

- type: entity
parent: ClothingShoesBootsMag
id: ChronoLegionnaireBoots
name: advanced chrono boots
description: Minimalist shoes with magnetic soles, allowing the wearer to move at an impressive speed and not worry about clowns with banana peels.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/chronoboots.rsi
state: icon
- type: Clothing
sprite: Clothing/Shoes/Boots/chronoboots.rsi
- type: Magboots
toggleAction:
icon: { sprite: Clothing/Shoes/Boots/magboots-advanced.rsi, state: icon }
iconOn: Clothing/Shoes/Boots/magboots-advanced.rsi/icon-on.png
name: action-name-magboot-toggle
description: action-decription-magboot-toggle
itemIconStyle: NoItem
event: !type:ToggleActionEvent
- type: ClothingSpeedModifier
walkModifier: 1.5
sprintModifier: 1.5
enabled: false
- type: NoSlip
- type: Unremoveable
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 https://github.com/tgstation/tgstation/pull/71761",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/pull/71761",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "equipped-HELMET",
"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,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/pull/71761",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"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.
18 changes: 18 additions & 0 deletions Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json
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 https://github.com/tgstation/tgstation/pull/71761",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}
Loading