Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

конечное дополнение к концу конца сервисного апдейта™ #742

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ADT/ghost/roles/ghost-role.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Вы живой и очень аппетитный маффин. Ваша задача найти себе место в мире, где каждая крыса хочет отведать вас.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
}
]
}
Loading