Улиточки
This commit is contained in:
@@ -22,6 +22,8 @@ global-antagonist-spider-clown-name = Гигантский хонк-паук
|
||||
global-antagonist-spider-clown-description = Соразмерный с человеком агрессивный клоун-паук. ХОНК!
|
||||
global-antagonist-rats-name = Гигантская крыса
|
||||
global-antagonist-rats-description = Вечноголодная и агрессивная крыса
|
||||
global-antagonist-snail-name = Улитка
|
||||
global-antagonist-snail-description = Она пришла
|
||||
global-antagonist-unknown-name = Неизвестно
|
||||
global-antagonist-unknown-description = Подозрительно!!
|
||||
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
- type: SalvageMobRestrictions
|
||||
|
||||
- type: entity # WD Ahead of wizden
|
||||
parent: SimpleSpaceMobBase
|
||||
parent: SimpleMobBase # WD edit
|
||||
id: MobSnail
|
||||
name: snail
|
||||
description: Revolting unless you're french.
|
||||
@@ -545,11 +545,14 @@
|
||||
settings: default
|
||||
- type: Sprite
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
- map: [ "enum.DamageStateVisualLayers.Base" ]
|
||||
state: deathsnail
|
||||
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
|
||||
state: deatheyes
|
||||
shader: unshaded
|
||||
- type: PointLight
|
||||
color: red
|
||||
energy: 2
|
||||
energy: 0.2
|
||||
range: 3
|
||||
- type: AmbientSound
|
||||
range: 5
|
||||
@@ -559,6 +562,8 @@
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed : 0.5
|
||||
baseSprintSpeed : 1
|
||||
- type: GlobalAntagonist
|
||||
antagonistPrototype: globalAntagonistSnail
|
||||
# WD EDIT END
|
||||
|
||||
- type: entity # WD Ahead of wizden
|
||||
|
||||
@@ -75,3 +75,9 @@
|
||||
name: global-antagonist-unknown-name
|
||||
description: global-antagonist-unknown-description
|
||||
weight: 12
|
||||
|
||||
- type: antagonist
|
||||
id: globalAntagonistSnail
|
||||
name: global-antagonist-snail-name
|
||||
description: global-antagonist-snail-description
|
||||
weight: 13
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/snail.rsi/deatheyes.png
Normal file
BIN
Resources/Textures/Mobs/Animals/snail.rsi/deatheyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -22,6 +22,10 @@
|
||||
"name": "deathsnail",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "deatheyes",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "spacedead"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user