Taislin 7 kuukautta sitten
vanhempi
commit
2ed042a62c

+ 3 - 0
Resources/Prototypes/Civ14/Entities/Objects/Materials/civ_materials.yml

@@ -22,6 +22,9 @@
     - type: Tag
       tags:
         - RawMaterial
+        - Burnable
+    - type: BurnFuel
+      burnTime: 1
 
 - type: entity
   parent: MaterialStraw

+ 3 - 0
Resources/Prototypes/Entities/Objects/Materials/ore.yml

@@ -320,6 +320,9 @@
     - type: Sprite
       state: coal
     - type: Material
+    - type: Tag
+      tags:
+        - Burnable
     - type: Extractable
       grindableSolutionName: coal
     - type: SolutionContainerManager

+ 3 - 0
Resources/Prototypes/tags.yml

@@ -183,6 +183,9 @@
 - type: Tag
   id: Burnt
 
+- type: Tag
+  id: Burnable
+
 - type: Tag
   id: Bun