Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 12, 2025
1 parent 9c80fc7 commit 3c7bdf4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
description: The Mark 32 Offensive Handgun, produced by NanoTrasen's Small Arms Division. Uses .35 auto ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-0
map: ["enum.GunVisualLayers.Mag"]
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi
sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi
- type: Gun
fireRate: 3
availableModes:
Expand Down Expand Up @@ -47,9 +47,9 @@
description: A compact and mass-produced combat pistol. Uses .35 auto ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi
sprite: _DV/Objects/Weapons/Guns/Pistols/pollock.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi
sprite: _DV/Objects/Weapons/Guns/Pistols/pollock.rsi
- type: Gun
fireRate: 5
availableModes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
description: A compact and concealable self defence snub revolver. Uses .45 ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/fitz.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/fitz.rsi
- type: Gun
selectedMode: SemiAuto
fireRate: 1.75
Expand All @@ -28,9 +28,9 @@
description: Delivers blessings in bullet form. Uses .45 ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/faith.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/faith.rsi
- type: Gun
selectedMode: SemiAuto
fireRate: 1.5
Expand All @@ -51,9 +51,9 @@
description: Luck always beats skill, ya weasel. Uses .45 ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/lucky.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi
sprite: _DV/Objects/Weapons/Guns/Revolvers/lucky.rsi
- type: Gun
selectedMode: SemiAuto
fireRate: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description: One of the heaviest small arms to grace Security's armory, this rifle is a modern take on a classic, informally dubbed the "Right Arm of the Free World". Uses .30 rifle ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/vulcan.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
Expand Down Expand Up @@ -53,7 +53,7 @@
zeroVisible: true
- type: Appearance
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/vulcan.rsi
- type: StaticPrice
price: 1300

Expand All @@ -64,9 +64,9 @@
description: A ceremonial variant of the Mark 1 Rifle, in tasteful blue and white. Uses .30 rifle ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Rifles/ceremonial_grand.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/ceremonial_grand.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Rifles/ceremonial_grand.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/ceremonial_grand.rsi
- type: Gun
fireRate: 2
selectedMode: SemiAuto
Expand All @@ -91,7 +91,7 @@
- type: Item
size: Large
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
Expand All @@ -108,7 +108,7 @@
- SemiAuto
- FullAuto
soundGunshot:
path: /Audio/DeltaV/Weapons/Guns/Gunshots/jackdaw.ogg
path: /Audio/_DV/Weapons/Guns/Gunshots/jackdaw.ogg
- type: ChamberMagazineAmmoProvider
- type: ItemSlots
slots:
Expand Down Expand Up @@ -138,4 +138,4 @@
zeroVisible: true
- type: Appearance
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi
sprite: _DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi

0 comments on commit 3c7bdf4

Please sign in to comment.