Grey mantle in winterdrobe (#29774)
* add the mantle * fix a few things * fix merge conflict stuff, remove from winterdrobe and lathe. * Add mantle to loadouts (20 hour requirement)
This commit is contained in:
@@ -35,6 +35,7 @@ loadout-group-passenger-mask = Passenger mask
|
||||
loadout-group-passenger-gloves = Passenger gloves
|
||||
loadout-group-passenger-outerclothing = Passenger outer clothing
|
||||
loadout-group-passenger-shoes = Passenger shoes
|
||||
loadout-group-passenger-neck = Passenger neck
|
||||
|
||||
loadout-group-bartender-head = Bartender head
|
||||
loadout-group-bartender-jumpsuit = Bartender jumpsuit
|
||||
|
||||
@@ -74,3 +74,14 @@
|
||||
sprite: Clothing/Neck/mantles/qmmantle.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Neck/mantles/qmmantle.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckMantle
|
||||
name: mantle
|
||||
description: A soft mantle, made with the same 'synthetic' animal furs of the iconic winter coat.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Neck/mantles/mantle.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Neck/mantles/mantle.rsi
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
role: JobPassenger
|
||||
time: 36000 #10 hrs, silly reward for people who play passenger a lot
|
||||
|
||||
# Head of Greytide (for grey mantle)
|
||||
- type: loadoutEffectGroup
|
||||
id: MasterGrey
|
||||
effects:
|
||||
- !type:JobRequirementLoadoutEffect
|
||||
requirement:
|
||||
!type:RoleTimeRequirement
|
||||
role: JobPassenger
|
||||
time: 72000 #20 hrs, fun mantle for the most experienced greytiders
|
||||
|
||||
# Face
|
||||
- type: loadout
|
||||
id: PassengerFace
|
||||
@@ -47,6 +57,20 @@
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitAncient
|
||||
|
||||
# Neck
|
||||
- type: loadout
|
||||
id: Mantle
|
||||
equipment:
|
||||
neck: ClothingNeckMantle
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: MasterGrey
|
||||
|
||||
- type: startingGear
|
||||
id: Mantle
|
||||
equipment:
|
||||
neck: ClothingNeckMantle
|
||||
|
||||
# Back
|
||||
- type: loadout
|
||||
id: CommonBackpack
|
||||
|
||||
@@ -173,6 +173,12 @@
|
||||
- CommonSatchel
|
||||
- CommonDuffel
|
||||
|
||||
- type: loadoutGroup
|
||||
id: PassengerNeck
|
||||
name: loadout-group-passenger-neck
|
||||
loadouts:
|
||||
- Mantle
|
||||
|
||||
- type: loadoutGroup
|
||||
id: PassengerOuterClothing
|
||||
name: loadout-group-passenger-outerclothing
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
- GroupTankHarness
|
||||
- PassengerJumpsuit
|
||||
- CommonBackpack
|
||||
- PassengerNeck
|
||||
- PassengerFace
|
||||
- PassengerGloves
|
||||
- PassengerOuterClothing
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 478 B |
BIN
Resources/Textures/Clothing/Neck/mantles/mantle.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Neck/mantles/mantle.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 286 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "drawn by Pigeonpeas",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user