Descriptions for .25 caseless (#36385)
* Initial commit: added descriptions to ammo boxes, cartridges, and magazines, and modified the cobra pistol's description. * Updated magazine descriptions slightly * Updated descriptions according to Roomba's feedback * Minor updates * Minor fixes * Minor touch-up * I should stop making tiny changes. * Update Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
parent: BaseMagazineBoxCaselessRifle
|
||||
id: MagazineBoxCaselessRifle
|
||||
name: ammunition box (.25 caseless)
|
||||
description: A cardboard box of .25 caseless rounds. Intended to hold general-purpose kinetic ammunition.
|
||||
components:
|
||||
- type: BallisticAmmoProvider
|
||||
proto: CartridgeCaselessRifle
|
||||
@@ -43,6 +44,7 @@
|
||||
parent: BaseMagazineBoxCaselessRifle
|
||||
id: MagazineBoxCaselessRiflePractice
|
||||
name: ammunition box (.25 caseless practice)
|
||||
description: A cardboard box of .25 caseless rounds. Intended to hold non-harmful chalk ammunition.
|
||||
components:
|
||||
- type: BallisticAmmoProvider
|
||||
proto: CartridgeCaselessRiflePractice
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: entity
|
||||
id: BaseCartridgeCaselessRifle
|
||||
name: cartridge (.25 rifle)
|
||||
name: cartridge (.25 caseless)
|
||||
parent: [ BaseCartridge, BaseSecurityContraband ]
|
||||
abstract: true
|
||||
components:
|
||||
@@ -25,6 +25,7 @@
|
||||
id: CartridgeCaselessRifle
|
||||
name: cartridge (.25 caseless)
|
||||
parent: BaseCartridgeCaselessRifle
|
||||
description: A small caliber utilizing caseless technology, omitting conventional brass casing in favor of hardened propellant. Standard kinetic ammunition is common and useful in most situations.
|
||||
components:
|
||||
- type: CartridgeAmmo
|
||||
proto: BulletCaselessRifle
|
||||
@@ -33,6 +34,7 @@
|
||||
id: CartridgeCaselessRiflePractice
|
||||
name: cartridge (.25 caseless practice)
|
||||
parent: BaseCartridgeCaselessRifle
|
||||
description: A small caliber utilizing caseless technology, omitting conventional brass casing in favor of hardened propellant. Chalk ammunition is generally non-harmful, used for practice.
|
||||
components:
|
||||
- type: CartridgeAmmo
|
||||
proto: BulletCaselessRiflePractice
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
id: MagazinePistolCaselessRifle
|
||||
name: "pistol magazine (.25 caseless)"
|
||||
parent: BaseMagazinePistolCaselessRifle
|
||||
description: 10-round magazine for the Cobra pistol. Intended to hold general-purpose kinetic ammunition.
|
||||
components:
|
||||
- type: BallisticAmmoProvider
|
||||
proto: CartridgeCaselessRifle
|
||||
@@ -120,6 +121,7 @@
|
||||
id: MagazinePistolCaselessRiflePractice
|
||||
name: "pistol magazine (.25 caseless practice)"
|
||||
parent: BaseMagazinePistolCaselessRifle
|
||||
description: 10-round magazine for the Cobra pistol. Intended to hold non-harmful chalk ammunition.
|
||||
components:
|
||||
- type: BallisticAmmoProvider
|
||||
proto: CartridgeCaselessRiflePractice
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
name: cobra
|
||||
parent: [ BaseWeaponPistol, BaseSyndicateContraband ]
|
||||
id: WeaponPistolCobra
|
||||
description: A rugged, robust operator handgun with inbuilt silencer. Uses .25 caseless ammo.
|
||||
description: Integrally suppressed semi-automatic pistol used by the Syndicate, firing caseless subsonic rounds. Favored by any agent who likes to keep things quiet and leave no evidence behind. Feeds from .25 pistol magazines.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Pistols/cobra.rsi
|
||||
|
||||
Reference in New Issue
Block a user