This commit is contained in:
Nemanja
2022-08-04 17:55:20 -04:00
committed by GitHub
parent 2427c5f5eb
commit 4397666679
5 changed files with 50 additions and 0 deletions

View File

@@ -114,6 +114,35 @@
- type: MobPrice
price: 2500 # rat wealth
- type: entity
id: MobRatKingBuff
parent: MobRatKing
suffix: Buff
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Animals/buffrat.rsi
scale: 1.2, 1.2
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: regalrat
- type: MobState
thresholds:
0: Alive
300: Critical
350: Dead
- type: MeleeWeapon
range: 1.5
arcwidth: 0
arc: fist
damage:
types:
Blunt: 50 #oof ouch owie my bones
- type: SlowOnDamage
speedModifierThresholds:
200: 0.7
250: 0.5
- type: entity
name: Rat Servant
id: MobRatServant

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-4.0",
"copyright": "Created by RamZ",
"states": [
{
"name": "dead"
},
{
"name": "icon"
},
{
"name": "regalrat",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB