diff --git a/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml b/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml index 73c9439010..ccfa0b6647 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/ModularTools/Tip/arrows.yml @@ -6,6 +6,7 @@ description: The tip on an arrow shaft, a well-finished little piece of metal. components: - type: Item + size: Tiny storedRotation: 0 - type: entity @@ -16,10 +17,7 @@ - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi layers: - - state: icon - - state: solution1 - map: ["enum.SolutionContainerLayers.Fill"] - visible: false + - state: tip - type: CP14ModularCraftPart possibleParts: - TipIronArrow @@ -35,11 +33,8 @@ - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi layers: - - state: icon + - state: tip color: "#ffaf47" - - state: solution1 - map: ["enum.SolutionContainerLayers.Fill"] - visible: false - type: CP14ModularCraftPart possibleParts: - TipGoldArrow @@ -55,11 +50,8 @@ - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi layers: - - state: icon + - state: tip color: "#bd712f" - - state: solution1 - map: ["enum.SolutionContainerLayers.Fill"] - visible: false - type: CP14ModularCraftPart possibleParts: - TipCopperArrow @@ -75,11 +67,8 @@ - type: Sprite sprite: _CP14/Objects/ModularTools/Tip/arrow.rsi layers: - - state: icon + - state: tip color: "#45d2a4" - - state: solution1 - map: ["enum.SolutionContainerLayers.Fill"] - visible: false - type: CP14ModularCraftPart possibleParts: - TipMithrilArrow diff --git a/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/meta.json b/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/meta.json index 35e5588787..dee72c62e3 100644 --- a/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Created by odlieerr (discord)", + "copyright": "Created by odlieerr (discord), tip by sauron1459 (discord)", "size": { "x": 32, "y": 32 @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "tip" + }, { "name": "solution1" }, diff --git a/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/tip.png b/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/tip.png new file mode 100644 index 0000000000..db68d2c58f Binary files /dev/null and b/Resources/Textures/_CP14/Objects/ModularTools/Tip/arrow.rsi/tip.png differ