Skip to content

Commit

Permalink
mag states for "any" mags
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 27, 2024
1 parent f8b16a1 commit fdc0ade
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazineLightRiflePractice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazineMagnum
Expand Down Expand Up @@ -128,6 +130,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazineMagnumSubMachineGun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier


- type: entity
Expand Down Expand Up @@ -212,6 +214,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazinePistolHighCapacity
Expand Down Expand Up @@ -287,6 +291,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazinePistolSubMachineGunPractice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-1 # Frontier
map: ["enum.GunVisualLayers.Mag"] # Frontier

- type: entity
id: MagazineRifleIncendiary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
layers:
- state: base
map: [ "enum.GunVisualLayers.Base" ]
- state: base-6 # Frontier
map: [ "enum.GunVisualLayers.Mag" ] # Frontier

- type: entity
id: SpeedLoaderMagnumIncendiary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
layers:
- state: base
map: [ "enum.GunVisualLayers.Base" ]
- state: base-8
map: [ "enum.GunVisualLayers.Mag" ]

- type: entity
id: SpeedLoaderRifleHeavyIncendiary
Expand Down

0 comments on commit fdc0ade

Please sign in to comment.