- add: Prototypes.
87
Resources/Prototypes/Amour/bunnysuit.yml
Normal file
@@ -0,0 +1,87 @@
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformBunnySuitBlack
|
||||
name: чёрное бони бюстье
|
||||
description: Сделанный из превосходных материалов, костюм девушки кролика чёрного цвета. Классика!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/black.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/black.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformBunnySuitRed
|
||||
name: красное бони бюстье
|
||||
description: Сделанный из превосходных материалов, костюм девушки кролика красного цвета.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/red.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/red.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformBunnySuitWhite
|
||||
name: белое бони бюстье
|
||||
description: Сделанный из превосходных материалов, костюм девушки кролика белого цвета.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/white.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/white.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformBunnySuitViolet
|
||||
name: пурпурное бони бюстье
|
||||
description: Сделанный из превосходных материалов, костюм девушки кролика пурпурного цвета, для бонни мам.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/violet.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/violet.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBunnyEarsBlack
|
||||
name: чёрный ободок с ушками
|
||||
description: Ободок с кроличьими ушками, классически чёрного цвета. Классика!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/blackEars.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/blackEars.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBunnyEarsRed
|
||||
name: красный ободок с ушками
|
||||
description: Ободок с кроличьими ушками, красного цвета.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/redEars.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/redEars.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBunnyEarsWhite
|
||||
name: белыый ободок с ушками
|
||||
description: Ободок с кроличьими ушками, белого цвета.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/whiteEars.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/whiteEars.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBunnyEarsViolet
|
||||
name: пурпурный ободок с ушками
|
||||
description: Ободок с кроличьими ушками, пурпурного цвета, чтобы бонни мама, слышала своих дочерей.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/BunnySuit/violetEars.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/BunnySuit/violetEars.rsi
|
||||
68
Resources/Prototypes/Amour/goldenman.yml
Normal file
@@ -0,0 +1,68 @@
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitGoldenMan
|
||||
name: костюм аристократа
|
||||
description: Идеально подогнанный под величественную фигуру одного из Берриго, указывая на статус и великое прошлое его предков.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/suit.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/suit.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
id: ClothingShoesGoldenMan
|
||||
name: сапоги аристократа
|
||||
description: Хорошие и качественные сапоги, отдающие прошлым дома Берриго, когда такие сапоги делались для избранных, кто должен покорять своими шагами мир.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/shoes.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/shoes.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskPullableBase
|
||||
id: ClothingMaskGoldenMan
|
||||
name: маска аристократа
|
||||
description: Выполнена, лучшими дизайнерами Берриго маска, показывая их великую работу с золотом. Линзы, сделанные из лучших изумрудов, скрывая истинный взгляд её владельца.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/mask.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/mask.rsi
|
||||
- type: BreathMask
|
||||
- type: IngestionBlocker
|
||||
- type: IdentityBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesSyntheticBase
|
||||
id: ClothingHandsGlovesGoldenMan
|
||||
name: перчатки аристократа
|
||||
description: Великолепно сделанные перчатки, лишая всякой черни, заляпать руки его носителя бедностью.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/gloves.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/gloves.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckCapeGoldenMan
|
||||
name: мантия Берриго
|
||||
description: Сделанная из превосходного шелка, красного цвета, словно его окунули в реку крови, раскрывая, истинную причину богатства Берриго.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/cape.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/cape.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatGoldenMan
|
||||
name: шляпа аристократа
|
||||
description: Выполнена, лучшими дизайнерами Берриго шляпа, показывая их великую работу с золотом.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/GoldenMan/helmet.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/GoldenMan/helmet.rsi
|
||||
53
Resources/Prototypes/Amour/killer.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitKiller
|
||||
name: костюм теневого клинка
|
||||
description: Костюм печально знаменитых убийц Дома Берриго. Не смотря на всё золото и эротичные вырезы, это никогда им не мешало устранять врагов своих господ.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Killer/suit.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Killer/suit.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
id: ClothingShoesKiller
|
||||
name: ботинки убийцы
|
||||
description: Красивые и до боли эффективные ботинки, за счет конструкции ботинок, нивелируя шум от ходьбы носителя.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Killer/shoes.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Killer/shoes.rsi
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepCarpet
|
||||
params:
|
||||
volume: -10
|
||||
maxdistance: 5
|
||||
referenceDistance: 0.2
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskPullableBase
|
||||
id: ClothingMaskKiller
|
||||
name: противогаз убийцы
|
||||
description: Замаскированная под маску противогаз печально известных убийц из Дома Берриго.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Killer/mask.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Killer/mask.rsi
|
||||
- type: BreathMask
|
||||
- type: IngestionBlocker
|
||||
- type: IdentityBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesSyntheticBase
|
||||
id: ClothingHandsGlovesKiller
|
||||
name: перчатки убийцы
|
||||
description: Перчатки печально известных убийц. Выглядят красиво и аккуратно, если не знать их предназначение, то можно и забыть их носителя.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Killer/gloves.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Killer/gloves.rsi
|
||||
24
Resources/Prototypes/Amour/kimono.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitKimonoSuit
|
||||
name: золотое кимоно
|
||||
description: Словно само золото и кровь, затвердели, создав воистину прекрасное одеяние. Сам вид которого, отсылает к девизу Дома Берриго.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Kimono/suit.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Kimono/suit.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskPullableBase
|
||||
id: ClothingMaskKimono
|
||||
name: золотая маска лисицы
|
||||
description: Искусно выполненная работа, копируя работу мастеров прошлого, однако не идеально.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Kimono/mask.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Kimono/mask.rsi
|
||||
- type: BreathMask
|
||||
- type: IngestionBlocker
|
||||
- type: IdentityBlocker
|
||||
51
Resources/Prototypes/Amour/millitantarmor.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
- type: entity
|
||||
parent: ClothingOuterEVASuitBase
|
||||
id: ClothingOuterHardsuitMillitant
|
||||
name: Броня Боевика
|
||||
description: Данную броню, носят рядовые солдаты Чёрной Длани или личная гвардия Дома Берриго.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Millitant.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Millitant.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- SuitEVA
|
||||
- WhitelistChameleon
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.5
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.9
|
||||
sprintModifier: 0.9
|
||||
- type: HeldSpeedModifier
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.1
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Piercing: 0.7
|
||||
Blunt: 0.6
|
||||
Slash: 0.5
|
||||
Heat: 0.5
|
||||
Shock: 0.7
|
||||
Cold: 0.6
|
||||
Caustic: 0.8
|
||||
Radiation: 0.7
|
||||
- type: GroupExamine
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadEVAHelmetBase
|
||||
id: ClothingHeadHelmetMhemlet
|
||||
name: Шлем Боевика
|
||||
description: Данный шлем, носят рядовые солдаты Чёрной Длани или личная гвардия Дома Берриго.
|
||||
components:
|
||||
- type: BreathMask
|
||||
- type: Sprite
|
||||
sprite: Amour/Mhemlet.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Mhemlet.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- HelmetEVA
|
||||
- WhitelistChameleon
|
||||
53
Resources/Prototypes/Amour/nuclear.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
- type: entity
|
||||
parent: ClothingUnderwearTopBase
|
||||
id: ClothingUnderwearTopNuclear
|
||||
name: ядерное бра
|
||||
description: Сделаны из пропитанной крови павших врагов ткани, храня в себе две боеголовки.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Woman/Regular/top.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearTopBase
|
||||
id: ClothingUnderwearTopNuclearCommander
|
||||
name: элитные бра
|
||||
description: Сотворённые лучшими умами Синдиката, чтобы их элита, могла сдержать свои достоинства на месте.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Woman/Commander/top.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearBottomBase
|
||||
id: ClothingUnderwearBottomMaleNuclear
|
||||
name: ядерные боксера
|
||||
description: Сделаны из пропитанной крови павших врагов ткани, устрашая не только на поле боя, но и в постели.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Men/regular.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearBottomBase
|
||||
id: ClothingUnderwearBottomMaleNuclearCommander
|
||||
name: элитные боксера
|
||||
description: Сотворённые лучшими умами Синдиката, чтобы их элита, показывала свою доминацию не только в бою.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Men/commander.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearBottomBase
|
||||
id: ClothingUnderwearBottomFemaleNuclear
|
||||
name: ядерные трусики
|
||||
description: Сделаны из пропитанный крови павших врагов ткани, укрывая "сокровенное" от посягательств.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Woman/Regular/bottom.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearBottomBase
|
||||
id: ClothingUnderwearBottomFemaleNuclearCommander
|
||||
name: элитные трусики
|
||||
description: Сотворённые лучшими умами Синдиката, чтобы их элита, закрывая доступ недостойным к сокровенному.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nuclear/Woman/Commander/bottom.rsi
|
||||
70
Resources/Prototypes/Amour/nurse.yml
Normal file
@@ -0,0 +1,70 @@
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitNurse
|
||||
name: накидка с мини юбкой
|
||||
description: Сделанная из лучших материалов, пародируя медицинский костюм из NanoTrasen. Узкий костюмчик, с большими вырезами, открывая вид на красивые виды.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/suit.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Nurse/suit.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
id: ClothingShoesNurse
|
||||
name: сапоги "медсестры"
|
||||
description: Качественные кожаные сапоги, с пурпурной линии, для доминацией над пациентами.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/shoes.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Nurse/shoes.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesSyntheticBase
|
||||
id: ClothingHandsGlovesNurse
|
||||
name: латексные перчатки "медсестры"
|
||||
description: Сделанные из гладкого зелёного латекста с черно-пурпурными наручами, давая пациенту наслаждение от "медосмотра".
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/gloves.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Nurse/gloves.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatNurse
|
||||
name: шапочка "медсестры"
|
||||
description: Сделанная из лучших материалов, пародируя шапочку медсёстры из NanoTrasen, однако, эта шапочка, для лечения других проблем.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/helmet.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/Nurse/helmet.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearTopBase
|
||||
id: ClothingUnderwearTopNurse
|
||||
name: бра "медсестры"
|
||||
description: Сделанные из лучших материалов, поддерживающие бюст в них, давая, разглядеть все прелести.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/top.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearBottomBase
|
||||
id: ClothingUnderwearBottomNurse
|
||||
name: трусики "медсестры"
|
||||
description: Сделанные из лучших материалов, чтобы стимулировать пациентов к "медосмотру".
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/bottom.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUnderwearSocksBase
|
||||
id: ClothingUnderwearSocksNurse
|
||||
name: чулочки "медсестры"
|
||||
description: Качественно сделаны чулочки зелного цвета.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/Nurse/socks.rsi
|
||||
60
Resources/Prototypes/Amour/prelat.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBasic
|
||||
id: ClothingOuterHardsuitPrelat
|
||||
name: Броня Прелата
|
||||
description: Искустые и технологичные доспехи, указывающие на полевых командиров Чёрной Длани или гвардии Дома Берриго.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Amour/prelat/prelat.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/prelat/prelat.rsi
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.02
|
||||
lowPressureMultiplier: 1000
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.001
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.2
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.9
|
||||
Slash: 0.8
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
Radiation: 0.9
|
||||
Caustic: 0.8
|
||||
- type: Item
|
||||
size: Huge
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 1.0
|
||||
sprintModifier: 1.0
|
||||
- type: HeldSpeedModifier
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitHprelat
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitWithLightBase
|
||||
id: ClothingHeadHelmetHardsuitHprelat
|
||||
name: Шлем Прелата
|
||||
description: Данный шлем, показывает статус в Чёрной Длани, такой же шлем, указывает и на командиров гвардиии Дома Берриго.
|
||||
components:
|
||||
- type: BreathMask
|
||||
- type: Sprite
|
||||
sprite: Amour/prelat/hprelat.rsi
|
||||
- type: Clothing
|
||||
sprite: Amour/prelat/hprelat.rsi
|
||||
- type: PointLight
|
||||
color: red
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.08
|
||||
lowPressureMultiplier: 1000
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.005
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.9
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
@@ -75,6 +75,9 @@
|
||||
back: ClothingBackpackDuffelSyndicateOperative
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
underwearb: ClothingUnderwearBottomMaleNuclear # White-Underwear
|
||||
underweart: ClothingUnderwearTopNuclear # White-Underwear
|
||||
underwearb: ClothingUnderwearBottomFemaleNuclear # White-Underwear
|
||||
innerClothingSkirt: ClothingUniformJumpsuitOperative
|
||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||
@@ -90,6 +93,9 @@
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
pocket1: BaseUplinkRadio40TC
|
||||
id: SyndiPDA
|
||||
underwearb: ClothingUnderwearBottomMaleNuclear # White-Underwear
|
||||
underweart: ClothingUnderwearTopNuclear # White-Underwear
|
||||
underwearb: ClothingUnderwearBottomFemaleNuclear # White-Underwear
|
||||
innerClothingSkirt: ClothingUniformJumpsuitOperative
|
||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||
@@ -110,6 +116,9 @@
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
belt: ClothingBeltMilitaryWebbing
|
||||
underwearb: ClothingUnderwearBottomMaleNuclear # White-Underwear
|
||||
underweart: ClothingUnderwearTopNuclear # White-Underwear
|
||||
underwearb: ClothingUnderwearBottomFemaleNuclear # White-Underwear
|
||||
innerClothingSkirt: ClothingUniformJumpskirtOperative
|
||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||
@@ -130,6 +139,9 @@
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
belt: ClothingBeltMilitaryWebbing
|
||||
underwearb: ClothingUnderwearBottomMaleNuclearCommander # White-Underwear
|
||||
underweart: ClothingUnderwearTopNuclearCommander # White-Underwear
|
||||
underwearb: ClothingUnderwearBottomFemaleNuclearCommander # White-Underwear
|
||||
inhand:
|
||||
- NukeOpsDeclarationOfWar
|
||||
innerClothingSkirt: ClothingUniformJumpskirtOperative
|
||||
@@ -152,6 +164,9 @@
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
belt: ClothingBeltMilitaryWebbingMedFilled
|
||||
underwearb: ClothingUnderwearBottomMaleNuclear # White-Underwear
|
||||
underweart: ClothingUnderwearTopNuclear # White-Underwear
|
||||
underwearb: ClothingUnderwearBottomFemaleNuclear # White-Underwear
|
||||
innerClothingSkirt: ClothingUniformJumpskirtOperative
|
||||
satchel: ClothingBackpackDuffelSyndicateOperativeMedic
|
||||
duffelbag: ClothingBackpackDuffelSyndicateOperativeMedic
|
||||
|
||||
|
After Width: | Height: | Size: 788 B |
BIN
Resources/Textures/Amour/BunnySuit/black.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 283 B |
BIN
Resources/Textures/Amour/BunnySuit/black.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
Resources/Textures/Amour/BunnySuit/black.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 307 B |
26
Resources/Textures/Amour/BunnySuit/black.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 385 B |
BIN
Resources/Textures/Amour/BunnySuit/blackEars.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 191 B |
18
Resources/Textures/Amour/BunnySuit/blackEars.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 714 B |
BIN
Resources/Textures/Amour/BunnySuit/red.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
Resources/Textures/Amour/BunnySuit/red.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 289 B |
BIN
Resources/Textures/Amour/BunnySuit/red.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 284 B |
26
Resources/Textures/Amour/BunnySuit/red.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 381 B |
BIN
Resources/Textures/Amour/BunnySuit/redEars.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 203 B |
18
Resources/Textures/Amour/BunnySuit/redEars.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 835 B |
BIN
Resources/Textures/Amour/BunnySuit/violet.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
Resources/Textures/Amour/BunnySuit/violet.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
Resources/Textures/Amour/BunnySuit/violet.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 322 B |
26
Resources/Textures/Amour/BunnySuit/violet.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 425 B |
BIN
Resources/Textures/Amour/BunnySuit/violetEars.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 222 B |
18
Resources/Textures/Amour/BunnySuit/violetEars.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 940 B |
BIN
Resources/Textures/Amour/BunnySuit/white.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
Resources/Textures/Amour/BunnySuit/white.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
Resources/Textures/Amour/BunnySuit/white.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 350 B |
26
Resources/Textures/Amour/BunnySuit/white.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 395 B |
BIN
Resources/Textures/Amour/BunnySuit/whiteEars.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 214 B |
18
Resources/Textures/Amour/BunnySuit/whiteEars.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/GoldenMan/cape.rsi/equipped-NECK.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Amour/GoldenMan/cape.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 501 B |
18
Resources/Textures/Amour/GoldenMan/cape.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/GoldenMan/gloves.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 380 B |
BIN
Resources/Textures/Amour/GoldenMan/gloves.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 642 B |
18
Resources/Textures/Amour/GoldenMan/gloves.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HAND",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 390 B |
BIN
Resources/Textures/Amour/GoldenMan/helmet.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 223 B |
18
Resources/Textures/Amour/GoldenMan/helmet.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/GoldenMan/mask.rsi/equipped-MASK.png
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
Resources/Textures/Amour/GoldenMan/mask.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 435 B |
BIN
Resources/Textures/Amour/GoldenMan/mask.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 533 B |
BIN
Resources/Textures/Amour/GoldenMan/mask.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 499 B |
26
Resources/Textures/Amour/GoldenMan/mask.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-MASK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/GoldenMan/shoes.rsi/equipped-FEET.png
Normal file
|
After Width: | Height: | Size: 519 B |
BIN
Resources/Textures/Amour/GoldenMan/shoes.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 297 B |
18
Resources/Textures/Amour/GoldenMan/shoes.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-FEET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Amour/GoldenMan/suit.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 557 B |
BIN
Resources/Textures/Amour/GoldenMan/suit.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 555 B |
BIN
Resources/Textures/Amour/GoldenMan/suit.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 533 B |
26
Resources/Textures/Amour/GoldenMan/suit.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/Killer/gloves.rsi/equipped-HAND.png
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
Resources/Textures/Amour/Killer/gloves.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 724 B |
18
Resources/Textures/Amour/Killer/gloves.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HAND",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/Killer/mask.rsi/equipped-MASK.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
Resources/Textures/Amour/Killer/mask.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 302 B |
18
Resources/Textures/Amour/Killer/mask.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-MASK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/Killer/shoes.rsi/equipped-FEET.png
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
Resources/Textures/Amour/Killer/shoes.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 265 B |
18
Resources/Textures/Amour/Killer/shoes.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-FEET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 905 B |
BIN
Resources/Textures/Amour/Killer/suit.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
Resources/Textures/Amour/Killer/suit.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 383 B |
BIN
Resources/Textures/Amour/Killer/suit.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 393 B |
26
Resources/Textures/Amour/Killer/suit.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/Kimono/mask.rsi/equipped-MASK.png
Normal file
|
After Width: | Height: | Size: 575 B |
BIN
Resources/Textures/Amour/Kimono/mask.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 494 B |
BIN
Resources/Textures/Amour/Kimono/mask.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
Resources/Textures/Amour/Kimono/mask.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 599 B |
26
Resources/Textures/Amour/Kimono/mask.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-MASK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Amour/Kimono/suit.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
Resources/Textures/Amour/Kimono/suit.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 530 B |
BIN
Resources/Textures/Amour/Kimono/suit.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 536 B |
26
Resources/Textures/Amour/Kimono/suit.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Amour/Mhemlet.rsi/equipped-HELMET.png
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
Resources/Textures/Amour/Mhemlet.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 366 B |
BIN
Resources/Textures/Amour/Mhemlet.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
Resources/Textures/Amour/Mhemlet.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 651 B |
26
Resources/Textures/Amour/Mhemlet.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Resources/Textures/Amour/Millitant.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 868 B |
BIN
Resources/Textures/Amour/Millitant.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 703 B |
BIN
Resources/Textures/Amour/Millitant.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 733 B |
26
Resources/Textures/Amour/Millitant.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprites by Flareguy & cboyjet, heavily edited from space suit sprites found in https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-OUTERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 444 B |
BIN
Resources/Textures/Amour/Nuclear/Men/commander.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 266 B |
18
Resources/Textures/Amour/Nuclear/Men/commander.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "FDev",
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-UNDERWEARB",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||