]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cak (#21639)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Mon, 13 Nov 2023 23:23:03 +0000 (02:23 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 23:23:03 +0000 (16:23 -0700)
* added fun

* change recipe, add OwO

* fix?

Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Mobs/Pets/cat.rsi/cak.png

index 7694d452cd749ca2dd5c32863d33cfffca0b1444..c9caa79cc966cdf2020bf8e11c0f885b3fb4bf70 100644 (file)
@@ -175,3 +175,7 @@ ghost-role-information-behonker-description = You are an antagonist, bring death
 
 ghost-role-information-Death-Squad-name = Death Squad Operative
 ghost-role-information-Death-Squad-description = One of Nanotrasen's top internal affairs agents. Await orders from CentComm or an official.
+
+ghost-role-information-Cak-name = Cak
+ghost-role-information-Cak-description = You are the chef's favorite child. You're a living cake cat.  
+ghost-role-information-Cak-rules = You are a living edible sweet cat. Your task is to find your place in this world where everything wants to eat you.
\ No newline at end of file
index 7db9015295503af55485cdd770ed1a41ae80830f..92f77be73833179935b9cfd0321c9928996f4096 100644 (file)
           Quantity: 3
 # Tastes like sweetness, cake, jam.
 
+- type: entity
+  name: cak
+  id: MobCatCake
+  parent: FoodCakeBase
+  description: It's a cake. It's a cat. It's a cak.
+  components:
+  - type: Sprite
+    noRot: true
+    drawdepth: Mobs
+    sprite: Mobs/Pets/cat.rsi
+    layers:
+    - map: ["enum.DamageStateVisualLayers.Base"]
+      state: cak
+  - type: Fixtures
+    fixtures:
+      fix1:
+        shape:
+          !type:PhysShapeCircle
+          radius: 0.35
+        density: 50
+        mask:
+        - MobMask
+        layer:
+        - MobLayer
+  - type: RotationVisuals
+    defaultRotation: 0
+    horizontalRotation: 0
+  - type: Item
+    size: Ginormous
+  - type: GhostRole
+    prob: 1
+    name: ghost-role-information-Cak-name
+    allowMovement: true
+    description: ghost-role-information-Cak-description
+    rules: ghost-role-information-Cak-rules
+  - type: GhostTakeoverAvailable
+  - type: OwOAccent
 
 # Suppermatter
 # I can't figure out where to put this. It kind of acts like a cake I guess?
index 92ec105246769bd2d4e7b66505bfa4deb79f7316..24cbc3cf79aea0f5c0e9eab94a369503e23d9e2b 100644 (file)
   solids:
     FoodCakePlain: 1
 
+- type: microwaveMealRecipe
+  id: RecipeCatCake
+  name: cat cake recipe
+  result: MobCatCake
+  time: 15
+  reagents: 
+    Milk: 15
+    Cognizine: 5
+  solids:
+    FoodCakePlain: 1
+    FoodSnackRaisins: 1
+    OrganAnimalHeart: 1
+
 - type: microwaveMealRecipe
   id: RecipeGrapeTart
   name: grape tart recipe
index 19e657b7cbb3807df80c49b6e3155a150e08224d..ced709d1e8f1564b2cbe5d568f49ff37d5baf028 100644 (file)
Binary files a/Resources/Textures/Mobs/Pets/cat.rsi/cak.png and b/Resources/Textures/Mobs/Pets/cat.rsi/cak.png differ