--- /dev/null
+- type: entity
+ id: Bonfire
+ parent: BaseStructure
+ name: bonfire
+ description: What can be better then late evening under the sky with guitar and friends.
+ components:
+ - type: Sprite
+ netsync: false
+ sprite: Structures/Decoration/bonfire.rsi
+ state: burning
+ - type: PointLight
+ radius: 5
+ energy: 3
+ color: "#FFC90C"
+ - type: Damageable
+ damageContainer: Inorganic
+ damageModifierSet: Wood
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 50
+ behaviors:
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+
+- type: entity
+ id: LegionnaireBonfire
+ parent: Bonfire
+ name: legionnaire bonfire
+ description: There, in the land of lava and ash, place to to cook marshmallow and potato.
+ components:
+ - type: Sprite
+ state: legionnaire_bonfire
+ - type: PointLight
+ color: "#FF5601"
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from /tg/station at commit 28b476ab6d17014e6f9e18a748d7c96be28de9a1",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "bonfire_0"
+ },
+ {
+ "name": "bonfire_1"
+ },
+ {
+ "name": "burning",
+ "delays": [
+ [
+ 0.3,
+ 0.3,
+ 0.3
+ ]
+ ]
+ },
+ {
+ "name": "legionnaire_bonfire",
+ "delays": [
+ [
+ 0.3,
+ 0.3,
+ 0.3
+ ]
+ ]
+ }
+ ]
+}