Guild berets and signs (#1786)
* Guild berets and signs * Naming fix * Small fix * Russ
This commit is contained in:
@@ -93,6 +93,14 @@
|
||||
- id: CP14StampDenied
|
||||
- id: CP14StampApproved
|
||||
- id: CP14PaperFolderBlue
|
||||
- id: CP14ClothingHeadGuildBeretRed
|
||||
- id: CP14ClothingHeadGuildBeretYellow
|
||||
- id: CP14ClothingHeadGuildBeretBlue
|
||||
- id: CP14ClothingHeadGuildBeretGreen
|
||||
- id: CP14GuildSignRed
|
||||
- id: CP14GuildSignYellow
|
||||
- id: CP14GuildSignGreen
|
||||
- id: CP14GuildSignBlue
|
||||
|
||||
- type: entity
|
||||
parent: CP14WoodenCloset
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadGuildBeret
|
||||
name: guild beret
|
||||
description: A welcoming sign of care and responsibility.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/guild_beret.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/guild_beret.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadGuildBeretRed
|
||||
name: red guild beret
|
||||
description: A welcoming sign of care and responsibility. This one is associated with hunting and fighting.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/red_guild_beret.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/red_guild_beret.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadGuildBeretYellow
|
||||
name: yellow guild beret
|
||||
description: A welcoming sign of care and responsibility. This one is associated with gathering and mining.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/yellow_guild_beret.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/yellow_guild_beret.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadGuildBeretBlue
|
||||
name: blue guild beret
|
||||
description: A welcoming sign of care and responsibility. This one is associated with creating and building.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/blue_guild_beret.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/blue_guild_beret.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadGuildBeretGreen
|
||||
name: green guild beret
|
||||
description: A welcoming sign of care and responsibility. This one is associated with speaking and teaching.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/green_guild_beret.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/GuildWorker/green_guild_beret.rsi
|
||||
@@ -0,0 +1,91 @@
|
||||
- type: entity
|
||||
id: CP14GuildSignRed
|
||||
name: red guild sign
|
||||
description: A small sign to indicate a desk related to red quests.
|
||||
parent:
|
||||
- BaseItem
|
||||
- CP14BaseFlammable
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Misc/guild_signs.rsi
|
||||
state: red
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: CP14Wood
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTypeTrigger
|
||||
damageType: Heat
|
||||
damage: 6
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: WoodDestroy
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14Ash1:
|
||||
min: 1
|
||||
max: 2
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 10
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: WoodDestroy
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14WoodenPlanks1:
|
||||
min: 1
|
||||
max: 1
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14WoodenPlanks: 20
|
||||
|
||||
- type: entity
|
||||
id: CP14GuildSignYellow
|
||||
name: yellow guild sign
|
||||
description: A small sign to indicate a desk related to yellow quests.
|
||||
parent:
|
||||
- CP14GuildSignRed
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Misc/guild_signs.rsi
|
||||
state: yellow
|
||||
|
||||
- type: entity
|
||||
id: CP14GuildSignBlue
|
||||
name: blue guild sign
|
||||
description: A small sign to indicate a desk related to blue quests.
|
||||
parent:
|
||||
- CP14GuildSignRed
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Misc/guild_signs.rsi
|
||||
state: blue
|
||||
|
||||
- type: entity
|
||||
id: CP14GuildSignGreen
|
||||
name: green guild sign
|
||||
description: A small sign to indicate a desk related to green quests.
|
||||
parent:
|
||||
- CP14GuildSignRed
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Misc/guild_signs.rsi
|
||||
state: green
|
||||
36
Resources/Prototypes/_CP14/Loadouts/Jobs/guildworker.yml
Normal file
36
Resources/Prototypes/_CP14/Loadouts/Jobs/guildworker.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
# Head
|
||||
|
||||
- type: loadoutGroup
|
||||
id: CP14GuildWorkerHead
|
||||
name: cp14-loadout-guildworker-head
|
||||
loadouts:
|
||||
- CP14ClothingHeadGuildBeret
|
||||
- CP14ClothingHeadGuildBeretRed
|
||||
- CP14ClothingHeadGuildBeretYellow
|
||||
- CP14ClothingHeadGuildBeretBlue
|
||||
- CP14ClothingHeadGuildBeretGreen
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadGuildBeret
|
||||
equipment:
|
||||
head: CP14ClothingHeadGuildBeret
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadGuildBeretRed
|
||||
equipment:
|
||||
head: CP14ClothingHeadGuildBeretRed
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadGuildBeretYellow
|
||||
equipment:
|
||||
head: CP14ClothingHeadGuildBeretYellow
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadGuildBeretGreen
|
||||
equipment:
|
||||
head: CP14ClothingHeadGuildBeretGreen
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadGuildBeretBlue
|
||||
equipment:
|
||||
head: CP14ClothingHeadGuildBeretBlue
|
||||
@@ -147,7 +147,7 @@
|
||||
groups:
|
||||
- CP14GuildmasterOuterClothing
|
||||
- CP14GeneralEyes
|
||||
- CP14GeneralHead
|
||||
- CP14GuildWorkerHead
|
||||
- CP14GuildmasterShirt
|
||||
- CP14GuildmasterPants
|
||||
- CP14GuildmasterShoes
|
||||
|
||||
Reference in New Issue
Block a user