Skip to content

Commit

Permalink
Chief Engineer loadout (#1053)
Browse files Browse the repository at this point in the history
* Chief Engineer loadout add

* Fix RSI issue /
  • Loading branch information
Surani1 committed May 25, 2024
1 parent c636b2a commit 2b424ef
Show file tree
Hide file tree
Showing 39 changed files with 339 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/CE_dark.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ent-ClothingUniformJumpsuitChiefEngineerDark = темный комбинезон старшего инженера
.desc = Престижная униформа темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
ent-ClothingUniformJumpsuitChiefEngineerTurtleDark = темная водолазка старшего инженера
.desc = Престижная униформа темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
ent-ClothingUniformJumpskirtChiefEngineerDark = темная юбка-комбинезон старшего инженера
.desc = Престижная униформа темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
ent-ClothingUniformJumpskirtChiefEngineerTurtleDark = темная водолазка старшего инженера
.desc = Престижная униформа темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
ent-ClothingNeckCloakCEDark = темный плащ старшего инженера
.desc = Престижный плащ темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
ent-ClothingNeckMantleCEDark = темная мантия старшего инженера
.desc = Престижная мантия темного цвета для Старшего Инженера, что вложил немало времени в свою работу.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,12 @@
- ChiefEngineerJumpskirt
- ChiefEngineerTurtleneck
- ChiefEngineerTurtleneckSkirt
#ss220-loadout-chief-engineer-begin
- DarkChiefEngineerJumpsuit
- DarkChiefEngineerJumpskirt
- DarkChiefEngineerTurtleneck
- DarkChiefEngineerTurtleneckSkirt
#ss220-loadout-chief-engineer-end

- type: loadoutGroup
id: ChiefEngineerBackpack
Expand All @@ -632,6 +638,10 @@
loadouts:
- ChiefEngineerCloak
- ChiefEngineerMantle
#ss220-loadout-chief-engineer-begin
- DarkChiefEngineerCloak
- DarkChiefEngineerMantle
#ss220-loadout-chief-engineer-end

- type: loadoutGroup
id: ChiefEngineerOuterClothing
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakCEDark
name: chief engineer's dark cloak
description: The dark cloak of the chief engineer for years of service as the head of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Neck/Cloaks/CE_dark/ce_dark.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleCEDark
name: chief engineer's dark mantle
description: The dark mantle of the chief engineer for years of service as head of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Neck/Cloaks/CEmantle_dark.rsi
- type: Clothing
sprite: SS220/Clothing/Neck/Cloaks/CEmantle_dark.rsi
43 changes: 43 additions & 0 deletions Resources/Prototypes/SS220/Entities/Clothing/Uniforms/CE_dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitChiefEngineerDark
name: dark uniform chief engineer
description: Dark uniform for years of service as head of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/CE_dark/jumpsuit/ce_dark.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/CE_dark/jumpsuit/ce_dark.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitChiefEngineerTurtleDark
name: dark chief engineer's turtleneck
description: Dark turtleneck designed specifically for work in conditions of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/CE_dark_turtle/jumpsuit/ce_dark_turtle.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/CE_dark_turtle/jumpsuit/ce_dark_turtle.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpskirtChiefEngineerDark
name: dark uniform chief engineer
description: Dark uniform for years of service as head of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/CE_dark/jumpskirt/ce_dark.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/CE_dark/jumpskirt/ce_dark.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtChiefEngineerTurtleDark
name: dark chief engineer's turtleneck
description: Dark turtleneck designed specifically for work in conditions of the engineering department.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/CE_dark_turtle/jumpskirt/ce_dark_turtle.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/CE_dark_turtle/jumpskirt/ce_dark_turtle.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# ChiefEngineer Time
- type: loadoutEffectGroup
id: DarkChiefEngineer
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobChiefEngineer
time: 720000 #200 часов, форма для положивших уйму времени на работу

# Jumpsuit
- type: loadout
id: DarkChiefEngineerJumpsuit
equipment: DarkChiefEngineerJumpsuit
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitChiefEngineerDark

- type: loadout
id: DarkChiefEngineerJumpskirt
equipment: DarkChiefEngineerJumpskirt
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtChiefEngineerDark

- type: loadout
id: DarkChiefEngineerTurtleneck
equipment: DarkChiefEngineerTurtleneck
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerTurtleneck
equipment:
jumpsuit: ClothingUniformJumpsuitChiefEngineerTurtleDark

- type: loadout
id: DarkChiefEngineerTurtleneckSkirt
equipment: DarkChiefEngineerTurtleneckSkirt
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerTurtleneckSkirt
equipment:
jumpsuit: ClothingUniformJumpskirtChiefEngineerTurtleDark

# Neck
- type: loadout
id: DarkChiefEngineerCloak
equipment: DarkChiefEngineerCloak
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerCloak
equipment:
neck: ClothingNeckCloakCEDark

- type: loadout
id: DarkChiefEngineerMantle
equipment: DarkChiefEngineerMantle
effects:
- !type:GroupLoadoutEffect
proto: DarkChiefEngineer

- type: startingGear
id: DarkChiefEngineerMantle
equipment:
neck: ClothingNeckMantleCEDark
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 commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875, resprited by nightmare_stalker (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"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 Skyrat-tg at commit https://github.com/Skyrat-SS13/Skyrat-tg/commit/42bb106e0e78142cad7e6239549b60b18da960ec. Resprited by nightmare_stalker (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey derivative made by brainfood1183 (github) for ss14, resprited by nightmare_stalker (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"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.
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,37 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by SonicHDC (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "s"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "s-equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpsuit/qmturtle.rsi and modified by KingFroozy (github) for space station 14, resprited by nightmare_stalker (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi and modified by KingFroozy (github) for space station 14, resprited by nightmare_stalker (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 2b424ef

Please sign in to comment.