Add 3 roles (without gameplay, alas) (#356)
* add role icons * add roles prototype * Update job.yml
This commit is contained in:
@@ -22,6 +22,18 @@
|
||||
- CP14BasicPants
|
||||
- CP14BasicShoes
|
||||
|
||||
- type: roleLoadout
|
||||
id: CP14JobInnkeeper
|
||||
groups:
|
||||
- CP14BasicHead
|
||||
- CP14BasicEyes
|
||||
- CP14BasicMask
|
||||
- CP14BasicCloak
|
||||
- CP14BasicGloves
|
||||
- CP14BasicShirt
|
||||
- CP14BasicPants
|
||||
- CP14BasicShoes
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobCP14Captain
|
||||
groups:
|
||||
@@ -32,4 +44,28 @@
|
||||
- CP14BasicGloves
|
||||
- CP14BasicShirt
|
||||
- CP14BasicPants
|
||||
- CP14BasicShoes
|
||||
|
||||
- type: roleLoadout
|
||||
id: CP14JobGuardCommander
|
||||
groups:
|
||||
- CP14BasicHead
|
||||
- CP14BasicEyes
|
||||
- CP14BasicMask
|
||||
- CP14BasicCloak
|
||||
- CP14BasicGloves
|
||||
- CP14BasicShirt
|
||||
- CP14BasicPants
|
||||
- CP14BasicShoes
|
||||
|
||||
- type: roleLoadout
|
||||
id: CP14JobHouseKeeper
|
||||
groups:
|
||||
- CP14BasicHead
|
||||
- CP14BasicEyes
|
||||
- CP14BasicMask
|
||||
- CP14BasicCloak
|
||||
- CP14BasicGloves
|
||||
- CP14BasicShirt
|
||||
- CP14BasicPants
|
||||
- CP14BasicShoes
|
||||
@@ -0,0 +1,16 @@
|
||||
- type: job
|
||||
id: CP14GuardCommander
|
||||
name: cp14-job-name-guard-commander
|
||||
description: cp14-job-desc-guard-commander
|
||||
playTimeTracker: CP14JobGuardCommander
|
||||
startingGear: CP14GuardCommanderGear
|
||||
icon: "CP14JobIconGuardCommander"
|
||||
requireAdminNotify: true
|
||||
joinNotifyCrew: true
|
||||
canBeAntag: false
|
||||
supervisors: cp14-job-supervisors-command
|
||||
|
||||
- type: startingGear
|
||||
id: CP14GuardCommanderGear
|
||||
equipment:
|
||||
belt1: CP14WalletFilledTest
|
||||
@@ -0,0 +1,16 @@
|
||||
- type: job
|
||||
id: CP14HouseKeeper
|
||||
name: cp14-job-name-house-keeper
|
||||
description: cp14-job-desc-house-keeper
|
||||
playTimeTracker: CP14JobHouseKeeper
|
||||
startingGear: CP14HouseKeeperGear
|
||||
icon: "CP14JobIconHouseKeeper"
|
||||
requireAdminNotify: true
|
||||
joinNotifyCrew: true
|
||||
canBeAntag: false
|
||||
supervisors: cp14-job-supervisors-command
|
||||
|
||||
- type: startingGear
|
||||
id: CP14HouseKeeperGear
|
||||
equipment:
|
||||
belt1: CP14WalletFilledTest
|
||||
@@ -0,0 +1,13 @@
|
||||
- type: job
|
||||
id: CP14Innkeeper
|
||||
name: cp14-job-name-innkeeper
|
||||
description: cp14-job-desc-innkeeper
|
||||
playTimeTracker: CP14JobInnkeeper
|
||||
startingGear: CP14InnkeeperGear
|
||||
icon: "CP14JobIconInnkeeper"
|
||||
supervisors: cp14-job-supervisors-command
|
||||
|
||||
- type: startingGear
|
||||
id: CP14InnkeeperGear
|
||||
equipment:
|
||||
belt1: CP14WalletFilledTest
|
||||
@@ -5,6 +5,7 @@
|
||||
roles:
|
||||
- CP14Adventurer
|
||||
- CP14Alchemist
|
||||
- CP14Innkeeper
|
||||
|
||||
- type: department
|
||||
id: CP14Command
|
||||
@@ -12,3 +13,5 @@
|
||||
color: "#fadb3e"
|
||||
roles:
|
||||
- CP14Captain
|
||||
- CP14GuardCommander
|
||||
- CP14HouseKeeper
|
||||
|
||||
@@ -7,4 +7,13 @@
|
||||
id: CP14JobAlchemist
|
||||
|
||||
- type: playTimeTracker
|
||||
id: CP14JobCaptain
|
||||
id: CP14JobInnkeeper
|
||||
|
||||
- type: playTimeTracker
|
||||
id: CP14JobCaptain
|
||||
|
||||
- type: playTimeTracker
|
||||
id: CP14JobGuardCommander
|
||||
|
||||
- type: playTimeTracker
|
||||
id: CP14JobHouseKeeper
|
||||
@@ -19,9 +19,30 @@
|
||||
sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi
|
||||
state: Alchemist
|
||||
|
||||
- type: statusIcon
|
||||
parent: CP14JobIcon
|
||||
id: CP14JobIconInnkeeper
|
||||
icon:
|
||||
sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi
|
||||
state: Innkeeper
|
||||
|
||||
- type: statusIcon
|
||||
parent: CP14JobIcon
|
||||
id: CP14JobIconCaptain
|
||||
icon:
|
||||
sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi
|
||||
state: Captain
|
||||
state: Captain
|
||||
|
||||
- type: statusIcon
|
||||
parent: CP14JobIcon
|
||||
id: CP14JobIconGuardCommander
|
||||
icon:
|
||||
sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi
|
||||
state: GuardCommander
|
||||
|
||||
- type: statusIcon
|
||||
parent: CP14JobIcon
|
||||
id: CP14JobIconHouseKeeper
|
||||
icon:
|
||||
sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi
|
||||
state: HouseKeeper
|
||||
|
||||
Reference in New Issue
Block a user