[fix] ammo typo(#15954)
This commit is contained in:
@@ -10010,7 +10010,7 @@ entities:
|
||||
parent: 0
|
||||
type: Transform
|
||||
- uid: 1160
|
||||
type: MagazineBoxAntiMaterial
|
||||
type: MagazineBoxAntiMateriel
|
||||
components:
|
||||
- pos: 30.58447,8.638441
|
||||
parent: 0
|
||||
|
||||
@@ -221,7 +221,7 @@ entities:
|
||||
parent: 52
|
||||
type: Transform
|
||||
- uid: 21
|
||||
type: CartridgeAntiMaterial
|
||||
type: CartridgeAntiMateriel
|
||||
components:
|
||||
- rot: 3.141592653589793 rad
|
||||
pos: 0.5569155,2.492195
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: MagazineBoxAntiMaterial
|
||||
name: ammunition box (.60 anti-material)
|
||||
id: MagazineBoxAntiMateriel
|
||||
name: ammunition box (.60 anti-materiel)
|
||||
components:
|
||||
- type: BallisticAmmoProvider
|
||||
mayTransfer: true
|
||||
capacity: 30
|
||||
proto: CartridgeAntiMaterial
|
||||
proto: CartridgeAntiMateriel
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Boxes/anti_material.rsi
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Boxes/anti_materiel.rsi
|
||||
layers:
|
||||
- state: base
|
||||
map: ["enum.GunVisualLayers.Base"]
|
||||
@@ -1,14 +1,14 @@
|
||||
- type: entity
|
||||
parent: BaseCartridge
|
||||
id: CartridgeAntiMaterial
|
||||
name: cartridge (.60 anti-material)
|
||||
id: CartridgeAntiMateriel
|
||||
name: cartridge (.60 anti-materiel)
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cartridge
|
||||
- CartridgeAntiMaterial
|
||||
- CartridgeAntiMateriel
|
||||
- type: CartridgeAmmo
|
||||
proto: BulletAntiMaterial
|
||||
proto: BulletAntiMateriel
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/large_casing.rsi
|
||||
layers:
|
||||
@@ -1,8 +1,8 @@
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: BaseBulletHighVelocity
|
||||
id: BulletAntiMaterial
|
||||
name: bullet (.60 anti-material)
|
||||
id: BulletAntiMateriel
|
||||
name: bullet (.60 anti-materiel)
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
@@ -52,7 +52,7 @@
|
||||
name: Hristov
|
||||
parent: BaseWeaponSniper
|
||||
id: WeaponSniperHristov
|
||||
description: A portable anti-armour rifle. Fires armor piercing 14.5mm shells. Uses .60 anti-material ammo.
|
||||
description: A portable anti-materiel rifle. Fires armor piercing 14.5mm shells. Uses .60 anti-materiel ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Snipers/heavy_sniper.rsi
|
||||
@@ -61,15 +61,15 @@
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgeAntiMaterial
|
||||
- CartridgeAntiMateriel
|
||||
capacity: 5
|
||||
proto: CartridgeAntiMaterial
|
||||
proto: CartridgeAntiMateriel
|
||||
|
||||
- type: entity
|
||||
name: musket
|
||||
parent: BaseWeaponSniper
|
||||
id: Musket
|
||||
description: This should've been in a museum long before you were born. Uses .60 anti-material ammo.
|
||||
description: This should've been in a museum long before you were born. Uses .60 anti-materiel ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Snipers/musket.rsi
|
||||
@@ -82,15 +82,15 @@
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgeAntiMaterial
|
||||
- CartridgeAntiMateriel
|
||||
capacity: 1
|
||||
proto: CartridgeAntiMaterial
|
||||
proto: CartridgeAntiMateriel
|
||||
|
||||
- type: entity
|
||||
name: flintlock pistol
|
||||
parent: BaseWeaponSniper
|
||||
id: WeaponPistolFlintlock
|
||||
description: A pirate's companion. Yarrr! Uses .60 anti-material ammo.
|
||||
description: A pirate's companion. Yarrr! Uses .60 anti-materiel ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Snipers/flintlock.rsi
|
||||
@@ -99,6 +99,6 @@
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgeAntiMaterial
|
||||
- CartridgeAntiMateriel
|
||||
capacity: 1
|
||||
proto: CartridgeAntiMaterial
|
||||
proto: CartridgeAntiMateriel
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
id: Cartridge
|
||||
|
||||
- type: Tag
|
||||
id: CartridgeAntiMaterial
|
||||
id: CartridgeAntiMateriel
|
||||
|
||||
- type: Tag
|
||||
id: CartridgeCap
|
||||
|
||||
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user