Skip to content

Commit

Permalink
Add new colored tips to cartridges
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Feb 18, 2024
1 parent 45da14c commit b057877
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialPractice
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#dbdbdb"

- type: entity
id: CartridgeSpecialRubber
Expand All @@ -43,6 +50,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialRubber
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#43c4f7"

- type: entity
id: CartridgeSpecialIncendiary
Expand All @@ -51,6 +65,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialIncendiary
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#ff6e52"

- type: entity
id: CartridgeSpecialUranium
Expand All @@ -59,6 +80,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialUranium
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#65fe08"

- type: entity
id: CartridgeSpecialHoly
Expand All @@ -67,6 +95,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialHoly
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#fff600"

- type: entity
id: CartridgeSpecialMindbreaker
Expand All @@ -75,6 +110,13 @@
components:
- type: CartridgeAmmo
proto: BulletSpecialMindbreaker
- type: Sprite
layers:
- state: base
map: [ "enum.AmmoVisualLayers.Base" ]
- state: tip
map: [ "enum.AmmoVisualLayers.Tip" ]
color: "#950ea9"
- type: ChemicalAmmo
- type: SolutionContainerManager
solutions:
Expand Down

0 comments on commit b057877

Please sign in to comment.