diff --git a/Resources/Locale/ru-RU/ADT/ghost/roles/ghost-role.ftl b/Resources/Locale/ru-RU/ADT/ghost/roles/ghost-role.ftl index 10da88cbbae..9dd5c8c2bfa 100644 --- a/Resources/Locale/ru-RU/ADT/ghost/roles/ghost-role.ftl +++ b/Resources/Locale/ru-RU/ADT/ghost/roles/ghost-role.ftl @@ -9,3 +9,7 @@ ent-ADTRandomHumanoidSpawnerCBURNUnit = Майор РХБЗЗ .desc = { "" } ghost-role-information-cmnd-cburn-agent-name = Майор РХБЗЗ ghost-role-information-cmnd-cburn-agent-description = Высококвалифицированный командир РХБЗЗ, способный справиться с любыми угрозами. + +ghost-role-information-Kekc-name = Живой маффин +ghost-role-information-Kekc-description = Непонятным образом ваша душа стала счастливчиком оказаться в теле хлебобулочного изделия. +ghost-role-information-Kekc-rules = Вы живой и очень аппетитный маффин. Ваша задача найти себе место в мире, где каждая крыса хочет отведать вас. \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/Baked/cake.yml b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/Baked/cake.yml index f86ebffbb8f..dd5d951ffe8 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/Baked/cake.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/Baked/cake.yml @@ -90,10 +90,30 @@ description: Self insert. components: - type: Sprite - state: justkekc + noRot: true + drawdepth: Mobs + sprite: ADT/Objects/Consumable/Food/muffins.rsi + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: justkekc - type: Tag tags: - ADTMuffinKekc - type: Food useSound: path: /Audio/ADT/kekc_scream.ogg + - type: GhostRole + prob: 1 + name: ghost-role-information-Kekc-name + allowMovement: true + description: ghost-role-information-Kekc-description + rules: ghost-role-information-Kekc-rules + - type: GhostTakeoverAvailable + - type: MovementSpeedModifier + baseWalkSpeed : 3 + baseSprintSpeed : 5 + - type: CanEscapeInventory + baseResistTime: 3 + - type: Examiner + - type: Speech + speechVerb: SmallMob \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/justkekc.png b/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/justkekc.png index 51b92ee822f..c60937a9387 100644 Binary files a/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/justkekc.png and b/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/justkekc.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/meta.json index 58a5b87390c..0da0501b3e9 100644 --- a/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/meta.json +++ b/Resources/Textures/ADT/Objects/Consumable/Food/muffins.rsi/meta.json @@ -15,7 +15,8 @@ }, { "name": "justkekc", - "delays": [[10, 0.4, 0.2, 0.4, 10, 0.2, 10, 6]] + "directions": 4, + "delays": [[10, 0.4, 0.2, 0.4, 10, 0.2, 10, 6], [10, 0.4, 0.2, 0.4, 10, 0.2, 10, 6], [10, 0.4, 0.2, 0.4, 10, 0.2, 10, 6], [10, 0.4, 0.2, 0.4, 10, 0.2, 10, 6]] } ] }