buff rat (#10294)
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 896 B |
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/icon.png
Normal file
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 861 B |
21
Resources/Textures/Mobs/Animals/buffrat.rsi/meta.json
Normal file
21
Resources/Textures/Mobs/Animals/buffrat.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/regalrat.png
Normal file
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/regalrat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user