- add: Clippy

This commit is contained in:
Jabkas
2024-04-16 20:40:28 +03:00
parent 8a176945bd
commit 0d2e7dda61
14 changed files with 541 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
cmd-tippy-desc = Передайте сообщение от имени клоуна Типпи.
cmd-tippy-help = tippy <user | all> <message> [entity prototype] [speak time] [slide time] [waddle interval]
cmd-tippy-auto-1 = <user | all>
cmd-tippy-auto-2 = сообщение
cmd-tippy-auto-3 = entity prototype
cmd-tippy-auto-4 = время произнесения, в секундах
cmd-tippy-auto-5 = время скольжения, в секундах
cmd-tippy-auto-6 = интервал перехода вразвалочку, в секундах
cmd-tippy-error-no-user = Пользователь не найден.
cmd-tippy-error-no-prototype = Прототип не найден: {$proto}
cmd-tip-desc = Создайте случайный игровой совет.

View File

@@ -0,0 +1,29 @@
- type: entity
id: Tippy
components:
- type: Sprite
netsync: false
noRot: false
scale: 4,4
layers:
- sprite: _Amour/Tips/tippy.rsi
state: left
map: [ "revealing" ]
- sprite: _Amour/Tips/tippy.rsi
state: right
map: [ "hiding" ]
- sprite: _Amour/Tips/tippy.rsi
state: down
visible: false
map: [ "speaking" ]
# на экране раздаются звуки ковыляющих шагов.
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepClown
# визуальные эффекты для речевого пузыря.
# поддерживает только фоновое изображение.
- type: PaperVisuals
backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png"
backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0
backgroundModulate: "#ffffcc"
fontAccentColor: "#000000"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "down"
},
{
"name": "left"
},
{
"name": "right"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -95,6 +95,8 @@
- tp
- tpto
- respawn
- clippy
- tip
- Flags: SERVER
Commands: