Color Tipped Ammo (#25103)

* Tipped .35 ammo

* used layers instead of new sprites

* remove the useless old sprites

* changed the green slightly
This commit is contained in:
PoorMansDreams 2024-02-11 19:02:52 -08:00 committed by GitHub
parent bb785fe2d4
commit 47a199eefe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 100 additions and 2 deletions

View File

@ -36,6 +36,11 @@
components:
- type: CartridgeAmmo
proto: BulletCaselessRiflePractice
- type: Sprite
layers:
- state: base
- state: tip
color: "#dbdbdb"
- type: entity
id: CartridgeCaselessRifleRubber
@ -44,3 +49,8 @@
components:
- type: CartridgeAmmo
proto: BulletCaselessRifleRubber
- type: Sprite
layers:
- state: base
- state: tip
color: "#43c4f7"

View File

@ -33,6 +33,11 @@
components:
- type: CartridgeAmmo
proto: BulletLightRiflePractice
- type: Sprite
layers:
- state: base
- state: tip
color: "#dbdbdb"
- type: entity
id: CartridgeLightRifleRubber
@ -41,6 +46,11 @@
components:
- type: CartridgeAmmo
proto: BulletLightRifleRubber
- type: Sprite
layers:
- state: base
- state: tip
color: "#43c4f7"
- type: entity
id: CartridgeLightRifleIncendiary
@ -49,6 +59,11 @@
components:
- type: CartridgeAmmo
proto: BulletLightRifleIncendiary
- type: Sprite
layers:
- state: base
- state: tip
color: "#ff6e52"
- type: entity
id: CartridgeLightRifleUranium
@ -57,4 +72,8 @@
components:
- type: CartridgeAmmo
proto: BulletLightRifleUranium
- type: Sprite
layers:
- state: base
- state: tip
color: "#65fe08"

View File

@ -33,6 +33,11 @@
components:
- type: CartridgeAmmo
proto: BulletMagnumPractice
- type: Sprite
layers:
- state: base
- state: tip
color: "#dbdbdb"
- type: entity
id: CartridgeMagnumRubber
@ -41,6 +46,11 @@
components:
- type: CartridgeAmmo
proto: BulletMagnumRubber
- type: Sprite
layers:
- state: base
- state: tip
color: "#43c4f7"
- type: entity
id: CartridgeMagnumIncendiary
@ -49,6 +59,11 @@
components:
- type: CartridgeAmmo
proto: BulletMagnumIncendiary
- type: Sprite
layers:
- state: base
- state: tip
color: "#ff6e52"
- type: entity
id: CartridgeMagnumAP
@ -57,6 +72,11 @@
components:
- type: CartridgeAmmo
proto: BulletMagnumAP
- type: Sprite
layers:
- state: base
- state: tip
color: "#0a0a0a"
- type: entity
id: CartridgeMagnumUranium
@ -65,3 +85,8 @@
components:
- type: CartridgeAmmo
proto: BulletMagnumUranium
- type: Sprite
layers:
- state: base
- state: tip
color: "#65fe08"

View File

@ -33,6 +33,11 @@
components:
- type: CartridgeAmmo
proto: BulletPistolPractice
- type: Sprite
layers:
- state: base
- state: tip
color: "#dbdbdb"
- type: entity
id: CartridgePistolRubber
@ -41,6 +46,11 @@
components:
- type: CartridgeAmmo
proto: BulletPistolRubber
- type: Sprite
layers:
- state: base
- state: tip
color: "#43c4f7"
- type: entity
id: CartridgePistolIncendiary
@ -49,6 +59,11 @@
components:
- type: CartridgeAmmo
proto: BulletPistolIncendiary
- type: Sprite
layers:
- state: base
- state: tip
color: "#ff6e52"
- type: entity
id: CartridgePistolUranium
@ -57,3 +72,8 @@
components:
- type: CartridgeAmmo
proto: BulletPistolUranium
- type: Sprite
layers:
- state: base
- state: tip
color: "#65fe08"

View File

@ -33,6 +33,12 @@
components:
- type: CartridgeAmmo
proto: BulletRiflePractice
- type: Sprite
layers:
- state: base
- state: tip
color: "#dbdbdb"
- type: entity
id: CartridgeRifleRubber
@ -41,6 +47,11 @@
components:
- type: CartridgeAmmo
proto: BulletRifleRubber
- type: Sprite
layers:
- state: base
- state: tip
color: "#43c4f7"
- type: entity
id: CartridgeRifleIncendiary
@ -49,6 +60,11 @@
components:
- type: CartridgeAmmo
proto: BulletRifleIncendiary
- type: Sprite
layers:
- state: base
- state: tip
color: "#ff6e52"
- type: entity
id: CartridgeRifleUranium
@ -56,4 +72,9 @@
parent: BaseCartridgeRifle
components:
- type: CartridgeAmmo
proto: BulletRifleUranium
proto: BulletRifleUranium
- type: Sprite
layers:
- state: base
- state: tip
color: "#65fe08"

View File

@ -10,6 +10,9 @@
{
"name": "base"
},
{
"name": "tip"
},
{
"name": "base-spent"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B