Корона Сингуло (#849)

This commit is contained in:
Odleer 2024-12-15 15:24:43 +05:00 committed by GitHub
parent 9cbb3c3d14
commit c3e4d387ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 131 additions and 1 deletions

View file

@ -323,7 +323,7 @@
id: JobChiefEngineer
groups:
- GroupTankHarness
#- ChiefEngineerHead
- ChiefEngineerHead
- ChiefEngineerJumpsuit
- ChiefEngineerBackpack # Sunrise-Edit
- ChiefEngineerNeck

View file

@ -300,3 +300,14 @@
sprite: _Sunrise/Clothing/Head/Hats/hat_with_paces.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Head/Hats/hat_with_paces.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSingulo
name: корона Сингуло
description: Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Head/Hats/crown_singulo_icon.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Head/Hats/crown_singulo.rsi

View file

@ -1,3 +1,12 @@
- type: loadoutEffectGroup
id: BigMasterCE
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobChiefEngineer
time: 360000 #100 hrs
- type: loadout
id: ChiefEngineerBackpack
equipment:
@ -12,3 +21,21 @@
id: ChiefEngineerDuffel
equipment:
back: ClothingBackpackDuffelCE
# Head
- type: loadout
id: ChiefEngineerHead
equipment:
head: ClothingHeadHatHardhatWhite
- type: loadout
id: ChiefEngineerBeret
startingGear: EngineeringBeret
- type: loadout
id: ChiefEngineerCrown
equipment:
head: ClothingHeadHatSingulo
effects:
- !type:GroupLoadoutEffect
proto: BigMasterCE

View file

@ -176,6 +176,15 @@
- HeadHatBeretCentcomNaval
- HeadHatCentcomcap
- type: loadoutGroup
id: ChiefEngineerHead
name: loadout-group-chief-engineer-head
minLimit: 0
loadouts:
- ChiefEngineerHead
- ChiefEngineerBeret
- ChiefEngineerCrown
- type: loadoutGroup
id: ChiefEngineerBackpack
name: loadout-group-chief-engineer-backpack

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,57 @@
{
"version": 1,
"license": "CLA",
"copyright": "discord: odlieerr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CLA",
"copyright": "discord: odlieerr",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}