Skip to content

Commit

Permalink
Декоративная руна Еретика
Browse files Browse the repository at this point in the history
  • Loading branch information
SorrowfulAndHushed committed Jan 2, 2025
1 parent cbf7a92 commit f611557
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
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 Resources/Prototypes/ADT/Entities/Structures/Specific/decrune.yml
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
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

0 comments on commit f611557

Please sign in to comment.