Fix O id prototype (#21534)
This commit is contained in:
@@ -753,7 +753,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: luminous object spawner
|
name: luminous object spawner
|
||||||
id: SpawnMobLuminousОbject
|
id: SpawnMobLuminousObject
|
||||||
parent: MarkerBase
|
parent: MarkerBase
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -763,7 +763,7 @@
|
|||||||
sprite: Mobs/Elemental/living_light/luminous_object.rsi
|
sprite: Mobs/Elemental/living_light/luminous_object.rsi
|
||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobLuminousОbject
|
- MobLuminousObject
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: luminous entity spawner
|
name: luminous entity spawner
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
damage: 16
|
damage: 16
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MobLuminousОbject
|
id: MobLuminousObject
|
||||||
parent: MobLivingLight
|
parent: MobLivingLight
|
||||||
name: luminous object
|
name: luminous object
|
||||||
description: A small glowing object that causes burns on the skin with its glow.
|
description: A small glowing object that causes burns on the skin with its glow.
|
||||||
|
|||||||
Reference in New Issue
Block a user