Skip to content

Commit

Permalink
Update materials.yml
Browse files Browse the repository at this point in the history
adds a few new materials
  • Loading branch information
Peptide90 authored Jan 12, 2024
1 parent 9708322 commit 077c5d1
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion Resources/Prototypes/Nuclear14/Reagents/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,44 @@
name: materials-circuitry # N14TODO: Localise
icon: { sprite: /Textures/Nuclear14/Objects/Misc/materials.rsi, state: circuits_3 }
color: "#8A9A5B"
price: 0.1
price: 0.1

- type: material
id: N14Plastic
stackEntity: SheetPlastic1 #N14TODO: Change this to N14 plastic
name: materials-plastic
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plastic } #N14TODO: Change this to N14 plastic
color: "#d9d9d9"
price: 0.1

- type: material
id: N14Copper
stackEntity: MaterialCardboard1 #N14TODO: Change this to N14
name: materials-copper
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard } #N14TODO: Change this to N14
color: "#70736c"
price: 0.005

- type: material
id: N14Rubber
stackEntity: MaterialCardboard1 #N14TODO: Change this to N14
name: materials-rubber
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard } #N14TODO: Change this to N14
color: "#70736c"
price: 0.005

- type: material
id: N14Ceramic
stackEntity: MaterialCardboard1 #N14TODO: Change this to N14
name: materials-ceramic
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard } #N14TODO: Change this to N14
color: "#70736c"
price: 0.005

- type: material
id: N14Gunpowder
stackEntity: MaterialCardboard1 #N14TODO: Change this to N14
name: materials-gunpowder
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard }
color: "#70736c"
price: 0.005

0 comments on commit 077c5d1

Please sign in to comment.