Add fake cap gun to mime & clown uplink (#13998)
This commit is contained in:
@@ -142,6 +142,9 @@ uplink-gatfruit-seeds-desc = And who says guns don't grow on trees?
|
|||||||
uplink-necronomicon-name = Necronomicon
|
uplink-necronomicon-name = Necronomicon
|
||||||
uplink-necronomicon-desc = An unholy book capable of summoning a demonic familiar.
|
uplink-necronomicon-desc = An unholy book capable of summoning a demonic familiar.
|
||||||
|
|
||||||
|
uplink-revolver-cap-gun-fake-name = Fake Cap Gun
|
||||||
|
uplink-revolver-cap-gun-fake-desc = Fool your enemy! It can use both cap and magnum bullets. Comes loaded with magnum bullets.
|
||||||
|
|
||||||
# Armor
|
# Armor
|
||||||
uplink-chameleon-name = Chameleon Kit
|
uplink-chameleon-name = Chameleon Kit
|
||||||
uplink-chameleon-desc = A backpack full of items that contain chameleon technology allowing you to disguise as pretty much anything on the station, and more!
|
uplink-chameleon-desc = A backpack full of items that contain chameleon technology allowing you to disguise as pretty much anything on the station, and more!
|
||||||
|
|||||||
@@ -558,6 +558,21 @@
|
|||||||
components:
|
components:
|
||||||
- SurplusBundle
|
- SurplusBundle
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: uplinkRevolverCapGunFake
|
||||||
|
name: uplink-revolver-cap-gun-fake-name
|
||||||
|
description: uplink-revolver-cap-gun-fake-desc
|
||||||
|
productEntity: RevolverCapGunFake
|
||||||
|
cost:
|
||||||
|
Telecrystal: 10
|
||||||
|
categories:
|
||||||
|
- UplinkJob
|
||||||
|
conditions:
|
||||||
|
- !type:BuyerJobCondition
|
||||||
|
whitelist:
|
||||||
|
- Mime
|
||||||
|
- Clown
|
||||||
|
|
||||||
# Armor
|
# Armor
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
|
|||||||
@@ -587,6 +587,21 @@
|
|||||||
containers:
|
containers:
|
||||||
revolver-ammo: !type:Container
|
revolver-ammo: !type:Container
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: RevolverCapGun
|
||||||
|
id: RevolverCapGunFake
|
||||||
|
name: cap gun
|
||||||
|
description: Looks almost like the real thing! Ages 8 and up.
|
||||||
|
components:
|
||||||
|
- type: RevolverAmmoProvider
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CartridgeCap
|
||||||
|
- SpeedLoaderCap
|
||||||
|
- CartridgeMagnum
|
||||||
|
- SpeedLoaderMagnum
|
||||||
|
proto: CartridgeMagnum
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: FoamBlade
|
id: FoamBlade
|
||||||
|
|||||||
Reference in New Issue
Block a user