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