Add 3 roles (without gameplay, alas) (#356)

* add role icons

* add roles prototype

* Update job.yml
This commit is contained in:
Ed
2024-07-28 18:22:50 +03:00
committed by GitHub
parent cf6b42d20c
commit 9011aab26b
15 changed files with 147 additions and 6 deletions

View File

@@ -1,8 +1,17 @@
cp14-job-name-captain = Expedition captain
cp14-job-desc-captain = You are the most important person in this expedition. Organize its participants and manage the processes to complete the task set from the management.
cp14-job-name-guard-commander = Guard commander
cp14-job-desc-guard-commander = The most dangerous person on this expedition. Manage a squad of soldiers to ensure the safety of all members of the command.
cp14-job-name-house-keeper = Housekeeper
cp14-job-desc-house-keeper = Responsible for material resources. Manage the expedition's supplies and finances, directing resources to the mercenaries who do all the dirty work.
cp14-job-name-adventurer = Adventurer
cp14-job-desc-adventurer = A hunter of thrills, riches and fame, constantly risking his life. Search for valuables in dangerous places and sell them to the settlement.
cp14-job-desc-adventurer = A hunter for thrills, riches and fame, constantly risking his life. Fulfill the most dangerous orders of the expedition organizers, earning a living by mining resources or killing monsters.
cp14-job-name-alchemist = Alchemist
cp14-job-desc-alchemist = A scientist of sorts, exploring the nature of substances. Create poisons and medicines from numerous natural plants and ingredients and sell them to the settlement.
cp14-job-desc-alchemist = A scientist of sorts, exploring the nature of substances. Create poisons and medicines from numerous natural plants and ingredients and earn money by selling them to people in need.
cp14-job-name-innkeeper = Innkeeper
cp14-job-desc-innkeeper = Anywhere in Eberron there will be people looking to drink and relax. And you can capitalize on that desire! Find a way to provide people with good rest, food and drink.

View File

@@ -1,8 +1,17 @@
cp14-job-name-captain = Капитан экспедиции
cp14-job-desc-captain = Вы - самая важная персона в этой экспедиции. Организуйте ее участников и руководите процессами, чтобы выполнить поставленную от руководства задачу.
cp14-job-name-guard-commander = Командир стражи
cp14-job-desc-guard-commander = Самая опасная личность на этой экспедиции. Управляйте отрядом солдат, чтобы обеспечить безопасность всех членов командования.
cp14-job-name-house-keeper = Завхоз
cp14-job-desc-house-keeper = Ответственный за материальные ресурсы. Заведуйте запасами и финансами экспедиции, направляя ресурсы выполняющим всю грязную работу наемникам.
cp14-job-name-adventurer = Авантюрист
cp14-job-desc-adventurer = Охотник за острыми эмоциями, богатствами и славой, постоянно рискующий своей жизнью. Ищите ценности в опасных местах, и продавайте их поселению.
cp14-job-desc-adventurer = Охотник за острыми эмоциями, богатствами и славой, постоянно рискующий своей жизнью. Выполняйте самые опасные заказы организаторов экспедиции, зарабатывая на жизнь добычей ресурсов или убийством монстров.
cp14-job-name-alchemist = Алхимик
cp14-job-desc-alchemist = В своем роде ученый, исследующий природу веществ. Создавайте яды и лекарства, из многочисленных природных растений и ингредиентов, и продавайте их поселению.
cp14-job-desc-alchemist = В своем роде ученый, исследующий природу веществ. Создавайте яды и лекарства, из многочисленных природных растений и ингредиентов, и зарабатывайте деньги, продавая их нуждающимся.
cp14-job-name-innkeeper = Трактирщик
cp14-job-desc-innkeeper = В любом месте Эберрона найдутся желающие выпить и отдохнуть. И вы можете заработать на этом желании! Найдите способ обеспечить людей хорошим отдыхом, едой и выпивкой.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -5,6 +5,7 @@
roles:
- CP14Adventurer
- CP14Alchemist
- CP14Innkeeper
- type: department
id: CP14Command
@@ -12,3 +13,5 @@
color: "#fadb3e"
roles:
- CP14Captain
- CP14GuardCommander
- CP14HouseKeeper

View File

@@ -7,4 +7,13 @@
id: CP14JobAlchemist
- type: playTimeTracker
id: CP14JobCaptain
id: CP14JobInnkeeper
- type: playTimeTracker
id: CP14JobCaptain
- type: playTimeTracker
id: CP14JobGuardCommander
- type: playTimeTracker
id: CP14JobHouseKeeper

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

View File

@@ -13,8 +13,17 @@
{
"name": "Alchemist"
},
{
"name": "Innkeeper"
},
{
"name": "Captain"
},
{
"name": "GuardCommander"
},
{
"name": "HouseKeeper"
}
]
}