Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoGrone committed Sep 18, 2024
1 parent 92dca01 commit 1573095
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,29 @@

#MARK: Special Kits

- type: entity
name: special rifleman kit
parent: KitBase
id: KitSpecialRifleman
description: A crate containing advanced weaponry for high ranking troops and veterans.
components:
- type: Sprite
state: marksman
- type: Item
size: Huge
- type: SpawnItemsOnUse
items:
- id: N14WeaponBattleRifle
- id: ClipMagazine308Rifle
amount: 5
- id: N14WeaponPistol9mm
- id: N14MagazinePistol9mm
amount: 2
- id: N14CombatKnife
- id: N14BoxCardboardMREBoxCFilled
sound:
path: /Audio/Effects/unwrap.ogg

- type: entity
name: special assault kit
parent: KitBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pocket1: N14WeaponPistol9mm
pocket2: NCRtrooperloadoutkits
outerClothing: ClothingOuterCoatLab
innerClothingSkirt: N14ClothingUniformNCR
innerClothingSkirt: N14ClothingOfficerUniformNCRSnow
satchel: N14ClothingBackpackSatchelNCRFilled

- type: playTimeTracker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
eyes: ClothingEyesGlassesSunglasses
outerClothing: N14ClothingOuterRangerCombatDesert
id: N14IDBadgeNCRDesertRanger
innerClothingSkirt: N14ClothingOfficerUniformNCR #placeholder
innerClothingSkirt: N14ClothingUniformRangerV1 #placeholder
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
eyes: ClothingEyesGlassesSunglasses
outerClothing: N14ClothingOuterRangerCombat
id: N14IDBadgeNCRDesertRangerRecruit
innerClothingSkirt: N14ClothingOfficerUniformNCR #placeholder
innerClothingSkirt: N14ClothingUniformRangerV1 #placeholder
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

Expand Down

0 comments on commit 1573095

Please sign in to comment.