* added fun

* change recipe, add OwO

* fix?
This commit is contained in:
Ed
2023-11-14 02:23:03 +03:00
committed by GitHub
parent aeceea0ff3
commit 63ba40d396
4 changed files with 54 additions and 0 deletions

View 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.

View File

@@ -549,6 +549,43 @@
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?

View File

@@ -1259,6 +1259,19 @@
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB