Skip to content

Commit

Permalink
tiny materials
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Mar 10, 2024
1 parent f96b6a5 commit 49ff6a8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/glass.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/glass.rsi
size: Normal
Expand Down Expand Up @@ -47,7 +48,7 @@
acts: [ "Destruction" ]
- type: SolutionContainerManager
solutions:
glass:
glass:
canReact: false

- type: entity
Expand Down Expand Up @@ -197,7 +198,7 @@
- ReagentId: Carbon
Quantity: 0.5
canReact: false

- type: entity
parent: SheetGlassBase
id: SheetPGlass
Expand Down Expand Up @@ -443,8 +444,8 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5
canReact: false
canReact: false

- type: entity
parent: SheetRUGlass
id: SheetRUGlass1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/metal.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/metal.rsi
size: Normal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/other.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/other.rsi
size: Normal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- sprite: Objects/Materials/Shards/crystal.rsi
state: shard1
map: [ "enum.DamageStateVisualLayers.Base" ]
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: RandomSprite
available:
- enum.DamageStateVisualLayers.Base:
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Objects/Materials/ingots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/ingots.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/ingots.rsi
size: Normal
Expand Down Expand Up @@ -59,7 +60,7 @@
reagents:
- ReagentId: Gold
Quantity: 10

- type: entity
parent: IngotGold
id: IngotGold1
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/materials.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/materials.rsi
size: Normal
Expand Down Expand Up @@ -177,6 +178,7 @@
layers:
- state: durathread_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Durathread looks fine normally
- type: Appearance
- type: Construction
graph: Durathread
Expand Down Expand Up @@ -285,6 +287,7 @@
sprite: /Textures/Objects/Misc/monkeycube.rsi
state: cube
color: "#8A9A5B"
scale: 1, 1 # Parkstation-SmallerMaterials - Biomass looks fine normally
- type: GuideHelp
guides:
- Cloning
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Materials/parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- type: Sprite
sprite: Objects/Materials/parts.rsi
state: rods
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/parts.rsi
- type: Tag
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Materials/shards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- sprite: Objects/Materials/Shards/shard.rsi
state: shard1
map: [ "enum.DamageStateVisualLayers.Base" ]
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: RandomSprite
available:
- enum.DamageStateVisualLayers.Base:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
layers:
- state: bluespace_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Bluespace looks fine normally
- type: Appearance
- type: Material
- type: PhysicalComposition
Expand Down Expand Up @@ -51,6 +52,7 @@
- type: Sprite
sprite: Nyanotrasen/Objects/Materials/mothroach.rsi
state: mothroachhide
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Tag
tags:
- MothroachHide

0 comments on commit 49ff6a8

Please sign in to comment.