-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf7a92
commit f611557
Showing
4 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Specific/decrune.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ent-PafosHereticRune = Декоративная руна | ||
.desc = Крутая руна, жаль бесполезная, как и клоуны | ||
.suffix = Декор |
Empty file.
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/ADT/Entities/Structures/Specific/decrune.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- type: entity | ||
id: PafosHereticRune | ||
name: Pasnaya Runa | ||
description: An ancient drawing used by sinister individuals for sacrifices | ||
suffix: Decor | ||
placement: | ||
mode: SnapgridCenter | ||
components: | ||
- type: Sprite | ||
drawdepth: WallMountedItems | ||
sprite: ADT/Heretic/ritual_rune.rsi | ||
state: icon |
100 changes: 100 additions & 0 deletions
100
Resources/Prototypes/ADT/Entities/Structures/Specific/tendril — копия.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
- type: entity | ||
id: ADTTendrilBase | ||
parent: BaseStructure | ||
name: tendrыl | ||
abstract: true | ||
description: e | ||
components: | ||
- type: Sprite | ||
noRot: true | ||
sprite: ADT/Structures/Specific/tendril.rsi | ||
state: tendril | ||
drawdepth: Mobs | ||
- type: Tendril | ||
- type: Damageable | ||
damageContainer: Biological | ||
damageModifierSet: Skeleton | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 250 | ||
behaviors: | ||
- !type:DoActsBehavior | ||
acts: [ "Destruction" ] | ||
- !type:SpawnEntitiesBehavior | ||
spawn: | ||
ADTCrateNecropolisRandom: | ||
min: 1 | ||
max: 1 | ||
- type: Physics | ||
bodyType: Static | ||
- type: Transform | ||
noRot: true | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeAabb | ||
bounds: "-0.25,-0.45,0.25,0.45" | ||
mask: | ||
- MobMask | ||
layer: | ||
- MobLayer | ||
density: 200 | ||
- type: AshStormImmune | ||
|
||
- type: entity | ||
id: ADTTendrilGoliath | ||
parent: ADTTendrilBase | ||
name: tendrыl | ||
description: e | ||
suffix: Goliath | ||
components: | ||
- type: Tendril | ||
spawns: | ||
- MobGoliath | ||
|
||
- type: entity | ||
id: ADTTendrilLegion | ||
parent: ADTTendrilBase | ||
name: tendrыl | ||
description: e | ||
suffix: Legion | ||
components: | ||
- type: Tendril | ||
spawns: | ||
- ADTMobLegion | ||
|
||
- type: entity | ||
id: ADTTendrilLavaWatcher | ||
parent: ADTTendrilBase | ||
name: tendrыl | ||
description: e | ||
suffix: Watcher | ||
components: | ||
- type: Tendril | ||
spawns: | ||
- MobWatcherLavaland | ||
|
||
- type: entity | ||
id: ADTTendrilIcewingWatcher | ||
parent: ADTTendrilBase | ||
name: tendrыl | ||
description: e | ||
suffix: Ice Watcher | ||
components: | ||
- type: Tendril | ||
spawns: | ||
- MobWatcherIcewing | ||
|
||
- type: entity | ||
id: ADTTendrilMagmawingWatcher | ||
parent: ADTTendrilBase | ||
name: tendrыl | ||
description: e | ||
suffix: Magma Watcher | ||
components: | ||
- type: Tendril | ||
spawns: | ||
- MobWatcherMagmawing |