From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:19:49 +0000 (+0100) Subject: add rainbow fish (#20955) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bfb5bcda1c3a78df5127a88f505b9afbcfbbdb6c;p=space-station-14.git add rainbow fish (#20955) Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 5b32601033..d2f597fe41 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -128,6 +128,18 @@ - type: TypingIndicator proto: robot +- type: entity + parent: MobCarp + id: MobCarpRainbow + name: rainbow carp + description: Wow such a shiny fishie! + components: + - type: PointLight + radius: 1.5 + energy: 0.5 + - type: RgbLightController + layers: [ 0 ] + - type: entity id: MobCarpSalvage parent: MobCarp diff --git a/Resources/Prototypes/Procedural/salvage_factions.yml b/Resources/Prototypes/Procedural/salvage_factions.yml index 1097ed9049..847a40ac02 100644 --- a/Resources/Prototypes/Procedural/salvage_factions.yml +++ b/Resources/Prototypes/Procedural/salvage_factions.yml @@ -33,6 +33,9 @@ #- proto: MobCarpMagic # cost: 5 # prob: 0.1 + - proto: MobCarpRainbow # carp version of rouny... + cost: 3 + prob: 0.05 - proto: MobDragonDungeon cost: 10 prob: 0.02