From ea38cff47fe70a29e6517c1650e8ab973ba46c44 Mon Sep 17 00:00:00 2001 From: Alexsey Bezyuk Date: Mon, 11 Aug 2025 15:42:03 +1000 Subject: [PATCH] villagers and lumera trade vision --- .../Prototypes/_CP14/Roles/Jobs/Artisan/alchemist.yml | 8 ++++++++ .../Prototypes/_CP14/Roles/Jobs/Artisan/blacksmith.yml | 8 ++++++++ .../Prototypes/_CP14/Roles/Jobs/Artisan/innkeeper.yml | 10 ++++++++++ .../Prototypes/_CP14/Roles/Jobs/Demigods/lumera.yml | 7 ++++++- 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/alchemist.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/alchemist.yml index b29cda7980..3f8cf0f3f8 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/alchemist.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/alchemist.yml @@ -7,9 +7,17 @@ icon: "CP14JobIconAlchemist" supervisors: cp14-job-supervisors-command special: + - !type:CP14AddTradingReputationSpecial + factions: + - VictoriaGardens + - BradPotions + - Thaumaturgy + - HomeDecor + - Horticulture - !type:CP14LearnSkillsSpecial skills: - AlchemyVision + - TraderWit requirements: - !type:DepartmentTimeRequirement department: CP14Artisan diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/blacksmith.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/blacksmith.yml index e6861cf296..5624bf3c2e 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/blacksmith.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/blacksmith.yml @@ -7,6 +7,13 @@ icon: "CP14JobIconBlacksmith" supervisors: cp14-job-supervisors-command special: + - !type:CP14AddTradingReputationSpecial + factions: + - DwarfMining + - Thaumaturgy + - HomeDecor + - Butchers # For leather + - Tailors - !type:CP14LearnSkillsSpecial skills: - CopperMelting @@ -14,6 +21,7 @@ - GoldMelting - GlassMelting - MithrilMelting + - TraderWit requirements: - !type:DepartmentTimeRequirement department: CP14Artisan diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/innkeeper.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/innkeeper.yml index a43046c7eb..51edab50a4 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/innkeeper.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Artisan/innkeeper.yml @@ -6,6 +6,16 @@ startingGear: CP14InnkeeperGear icon: "CP14JobIconInnkeeper" supervisors: cp14-job-supervisors-command + special: + - !type:CP14AddTradingReputationSpecial + factions: + - VictoriaGardens + - HomeDecor + - Butchers + - Dairy + - !type:CP14LearnSkillsSpecial + skills: + - TraderWit - type: startingGear id: CP14InnkeeperGear diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Demigods/lumera.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Demigods/lumera.yml index 90c4e7e1ca..1ca6d44def 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Demigods/lumera.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Demigods/lumera.yml @@ -13,4 +13,9 @@ joinNotifyCrew: false requireAdminNotify: true jobPreviewEntity: CP14MobGodLumera - applyTraits: false \ No newline at end of file + applyTraits: false + special: + - !type:CP14LearnSkillsSpecial + skills: + - TraderWit # Lumera is the goddess of knowledge, which means she knows what prices are! + - AlchemyVision \ No newline at end of file