]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add rainbow fish (#20955)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sun, 15 Oct 2023 22:19:49 +0000 (23:19 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 22:19:49 +0000 (18:19 -0400)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Resources/Prototypes/Procedural/salvage_factions.yml

index 5b32601033dd63ed58fb2abf44052db33b64923f..d2f597fe41c4c787918f0c6e0c0de212af3009ca 100644 (file)
     - 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
index 1097ed90497be5436f83eafda09b66f9d355b263..847a40ac02512cb48a3f083c733c9df4860d36eb 100644 (file)
@@ -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