-
Notifications
You must be signed in to change notification settings - Fork 192
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
Showing
3,347 changed files
with
157 additions
and
29,789 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
84 changes: 84 additions & 0 deletions
84
Resources/Prototypes/Entities/Structures/Decoration/flags.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,84 @@ | ||
# See Objects/Decoration/flags.yml for flag items. See wallmounts folder for wall flags. | ||
- type: entity | ||
id: N14DecorationFlagBearerEmpty | ||
name: flag bearer | ||
description: A post for hanging flags. | ||
placement: | ||
mode: SnapgridCenter | ||
components: | ||
- type: Sprite | ||
sprite: Structures/Decoration/flags.rsi | ||
state: emptyflag | ||
snapCardinals: true | ||
netsync: false | ||
noRot: true | ||
drawdepth: Overdoors | ||
- type: Damageable | ||
damageModifierSet: Wood | ||
damageContainer: Inorganic | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 50 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
collection: MetalBreak | ||
- !type:DoActsBehavior | ||
acts: [ "Destruction" ] | ||
- type: Transform | ||
anchored: true | ||
- type: Physics | ||
bodyType: Static | ||
- type: InteractionOutline | ||
- type: Clickable | ||
- type: SpriteFade | ||
|
||
# Flammable flags | ||
- type: entity | ||
parent: N14DecorationFlagBearerEmpty | ||
id: N14DecorationFlagFlammable | ||
noSpawn: true | ||
components: | ||
- type: Reactive | ||
groups: | ||
Flammable: [ Touch ] | ||
Extinguish: [ Touch ] | ||
- type: ExtinguishOnInteract | ||
extinguishAttemptSound: | ||
path: /Audio/Items/candle_blowing.ogg | ||
params: | ||
variation: 0.05 | ||
volume: 10 | ||
- type: UseDelay | ||
- type: Flammable | ||
fireSpread: true | ||
canResistFire: false | ||
alwaysCombustible: true | ||
canExtinguish: true | ||
firestacksOnIgnite: 3.0 | ||
firestackFade: -0.01 | ||
damage: | ||
types: | ||
Heat: 0.1 | ||
- type: Appearance | ||
- type: FireVisuals | ||
sprite: Mobs/Effects/onfire.rsi | ||
normalState: Standing | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 50 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
collection: WoodDestroy | ||
- !type:DoActsBehavior | ||
acts: [ "Destruction" ] | ||
- !type:SpawnEntitiesBehavior | ||
spawn: | ||
N14DecorationFlagBearerEmpty: | ||
min: 1 | ||
max: 1 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 0 additions & 33 deletions
33
Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/bonfire.yml
This file was deleted.
Oops, something went wrong.
202 changes: 0 additions & 202 deletions
202
Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/flags.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.