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-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
|
||||
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!
|
||||
|
||||
@@ -557,6 +557,21 @@
|
||||
blacklist:
|
||||
components:
|
||||
- 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
|
||||
|
||||
|
||||
@@ -587,6 +587,21 @@
|
||||
containers:
|
||||
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
|
||||
parent: BaseItem
|
||||
id: FoamBlade
|
||||
|
||||
Reference in New Issue
Block a user