- add: Animal.

This commit is contained in:
Aviu00
2024-04-08 14:02:17 +03:00
parent 64e739fe53
commit c999701bc4
5 changed files with 76 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,39 @@
- type: entity
name: капибара
parent: MobCat
id: MobCapybara
description: Дружелюбная капибара.
components:
- type: Speech
speechSounds: CapySqueak
speechVerb: SmallMob
- type: ReplacementAccent
accent: mouse
- type: InteractionPopup
successChance: 0.7
interactSuccessString: petting-success-generic
interactFailureString: petting-failure-generic
interactSuccessSpawn: EffectHearts
interactSuccessSound:
path: /Audio/_Amour/squeak.ogg
- type: Sprite
drawdepth: Mobs
sprite: _Amour/capybara.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: capy
- type: DamageStateVisuals
states:
Alive:
Base: capy
Dead:
Base: capy_dead
- type: speechSounds
id: CapySqueak
saySound:
path: /Audio/_Amour/squeak.ogg
askSound:
path: /Audio/_Amour/squeak.ogg
exclaimSound:
path: /Audio/_Amour/squeak.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

View File

@@ -0,0 +1,37 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "FDev",
"states": [
{
"name": "capy",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "capy_dead",
"delays": [
[
1
]
]
}
]
}