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

Introducing the Blue Line Caravan Company #694

Merged
merged 7 commits into from
Nov 19, 2024
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
41 changes: 41 additions & 0 deletions Resources/Prototypes/_Nuclear14/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,3 +516,44 @@
Poison: 0.8
- type: ClothingSpecialModifier
enduranceModifier: 1

#Blue Line Caravan Co.

- type: entity
parent: ClothingHeadBase
id: N14ClothingHeadHatCaravan
name: railwayman's cap
description: A hat perfect for the working man/woman/person/ghoul.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Head/FalloutHats/caravancompanyhat.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Head/FalloutHats/caravancompanyhat.rsi
- type: ClothingSpecialModifier
enduranceModifier: 1

- type: entity
parent: ClothingHeadBase
id: N14ClothingHeadHatCaravanUniform
name: Blue Line Caravan Co. employee hat
description: Serving the Blue Line Caravan Company loudly and proudly.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Head/FalloutHats/caravancompanyuniformhat.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Head/Hats/FalloutHats/caravancompanyuniformhat.rsi
- type: ClothingSpecialModifier
charismaModifier: 1

- type: entity
parent: ClothingHeadBase
id: N14ClothingHeadHatCaravanSuit
name: Blue Line Caravan Co. boss' hat
description: Hat worn by those affectionately known as the Big Cheese, the Head Honcho, or simply Boss
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Head/FalloutHats/caravancompanysuithat.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Head/Hats/FalloutHats/caravancompanysuithat.rsi
- type: ClothingSpecialModifier
charismaModifier: 2
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,47 @@
parent: ClothingUniformBase
id: N14ClothingUniformJumpsuitRCMP
name: RCMP uniform
description: A elegant red jacket with black pants, not the best camoflage but what it represents is more than enough to make proud anyone who wears it.
description: A elegant red jacket with black pants, not the best camouflage but what it represents is more than enough to make proud anyone who wears it.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/mountie.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/mountie.rsi

#Blue Line Caravan Co

- type: entity
parent: ClothingUniformBase
id: N14ClothingUniformJumpsuitCaravanShirt
name: Blue Line Caravan Co. uniform
description: A white shirt and pair of blue slacks, yellow armband affixed to both sleeves signifying membership of Blue Line Caravan Company.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanyuniform.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanyuniform.rsi

- type: entity
parent: ClothingUniformBase
id: N14ClothingUniformJumpsuitCaravanOveralls
name: Blue Line Caravan Co. overalls
description: A white shirt and pair of workers overalls, yellow armband affixed to both sleeves signifying membership of Blue Line Caravan Company.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanyoveralls.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanyoveralls.rsi

- type: entity
parent: ClothingUniformBase
id: N14ClothingUniformJumpsuitCaravanSuit
name: Blue Line Caravan Co. suit
description: A finely trimmed suit, gold pin tacked on the chest. Worn only by those who have earned the favour and trust of The Boss, enough to run branches of their Blue Line Caravan Company.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanysuit.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Uniforms/FalloutSuits/caravancompanysuit.rsi



Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
- type: loadout
id: LoadoutBlueLineCCOveralls
category: Roles
cost: 0
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- CaravanGuard
items:
- N14ClothingUniformJumpsuitCaravanOveralls

- type: loadout
id: LoadoutBlueLineCCOverallsTrader
category: Roles
cost: 0
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- CaravanTrader
items:
- N14ClothingUniformJumpsuitCaravanOveralls

- type: loadout
id: LoadoutBlueLineCCCap
category: Roles
cost: 0
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- CaravanGuard
items:
- N14ClothingHeadHatCaravan

- type: loadout
id: LoadoutBlueLineCCCapTrader
category: Roles
cost: 0
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- CaravanTrader
items:
- N14ClothingHeadHatCaravan

Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
- type: startingGear
id: CaravanGuardGear
equipment:
jumpsuit: N14ClothingUniformJumpsuitCaravan
head: N14ClothingHeadHatCaravanUniform
jumpsuit: N14ClothingUniformJumpsuitCaravanShirt
gloves: N14ClothingHandsGlovesBlackBiker
back: N14ClothingBackpackCaravanFilled
shoes: N14ClothingBootsLeather
id: N14IDPassportCaravan
pocket2: N14WeaponPistol10mm
outerClothing: N14ClothingOuterLightMetalArmor
outerClothing: N14ClothingOuterPoliceVest
suitstorage: N14WeaponRifle556R91
satchel: N14ClothingBackpackSatchelCaravanFilled
duffelbag: N14ClothingBackpackDuffelCaravanFilled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
- type: startingGear
id: CaravanLeaderGear
equipment:
head: N14ClothingHeadHatTrucker
jumpsuit: N14ClothingUniformJumpsuitMerchant
head: N14ClothingHeadHatCaravanSuit
jumpsuit: N14ClothingUniformJumpsuitCaravanSuit
back: N14ClothingBackpackCaravanLeaderFilled
shoes: N14ClothingBootsLeather
shoes: N14ClothingShoesBlack
pocket1: N14WeaponPistol12mm
id: N14IDPassportCaravanLeader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
- type: startingGear
id: CaravanTraderGear
equipment:
jumpsuit: N14ClothingUniformJumpsuitTrader
head: N14ClothingHeadHatCaravanUniform
jumpsuit: N14ClothingUniformJumpsuitCaravanShirt
back: N14ClothingBackpackCaravanTraderFilled
shoes: N14ClothingBootsLeather
shoes: N14ClothingShoesBrown
id: N14IDPassportCaravanTrader
outerClothing: ClothingOuterVest
innerClothingSkirt: N14ClothingUniformJumpsuitTrader #placeholder
satchel: N14ClothingBackpackSatchelCaravanFilled
duffelbag: N14ClothingBackpackDuffelCaravanFilled
Expand Down
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": "made by Pato for Nuclear14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by Pato for Nuclear14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by Pato for Nuclear14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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-NC-SA-3.0",
"copyright": "made by Pato for Nuclear 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"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-NC-SA-3.0",
"copyright": "made by Pato for Nuclear 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"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-NC-SA-3.0",
"copyright": "made by Pato for Nuclear 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}
Loading