syndicate snack box (#21024)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -269,6 +269,9 @@ uplink-decoy-disk-desc = A piece of plastic with a lenticular printing, made to
|
||||
uplink-cigarettes-name = Syndicate Smokes Packet
|
||||
uplink-cigarettes-desc = Elite cigarettes for elite agents. Infused with medicine for when you need to do more than calm your nerves.
|
||||
|
||||
uplink-snack-box-name = Syndicate Snack Box
|
||||
uplink-snack-box-desc = A box of delicious snacks and drinks to eat alone or with your team. Includes 1 toy you didn't want.
|
||||
|
||||
uplink-eshield-name = Energy Shield
|
||||
uplink-eshield-desc = Exotic energy shield that reflects almost all laser beams, as well as a little protection from bullets and other physical attacks.
|
||||
|
||||
|
||||
@@ -1125,6 +1125,16 @@
|
||||
categories:
|
||||
- UplinkMisc
|
||||
|
||||
- type: listing
|
||||
id: UplinkSnackBox
|
||||
name: uplink-snack-box-name
|
||||
description: uplink-snack-box-desc
|
||||
productEntity: HappyHonkNukieSnacks
|
||||
cost:
|
||||
Telecrystal: 1
|
||||
categories:
|
||||
- UplinkMisc
|
||||
|
||||
- type: listing
|
||||
id: UplinkEshield
|
||||
name: uplink-eshield-name
|
||||
|
||||
@@ -577,6 +577,57 @@
|
||||
- id: PlushieNuke
|
||||
orGroup: GiftPool
|
||||
|
||||
- type: entity
|
||||
parent: HappyHonkNukie
|
||||
id: HappyHonkNukieSnacks
|
||||
suffix: Toy Unsafe, Snacks
|
||||
name: syndicate snack box
|
||||
components:
|
||||
- type: Item
|
||||
size: 64
|
||||
- type: Storage
|
||||
capacity: 64 # need more room for goodies
|
||||
- type: StorageFill
|
||||
contents:
|
||||
# toy
|
||||
- id: C4
|
||||
prob: 0.02
|
||||
orGroup: GiftPool
|
||||
- id: ToyMarauder
|
||||
orGroup: GiftPool
|
||||
- id: ToyMauler
|
||||
orGroup: GiftPool
|
||||
- id: ToyNuke
|
||||
orGroup: GiftPool
|
||||
- id: ToySword
|
||||
orGroup: GiftPool
|
||||
- id: BalloonSyn
|
||||
prob: 0.6
|
||||
orGroup: GiftPool
|
||||
- id: PlushieNuke
|
||||
orGroup: GiftPool
|
||||
# drinks - 4 cans, up to 2 blood-red brews
|
||||
- id: DrinkNukieCan
|
||||
prob: 0.2
|
||||
orGroup: Drink1Pool
|
||||
- id: DrinkColaCan
|
||||
orGroup: Drink1Pool
|
||||
- id: DrinkNukieCan
|
||||
prob: 0.2
|
||||
orGroup: Drink2Pool
|
||||
- id: DrinkColaCan
|
||||
orGroup: Drink2Pool
|
||||
- id: DrinkColaCan
|
||||
amount: 2
|
||||
# food
|
||||
- id: FoodSaladValid
|
||||
prob: 0.05
|
||||
amount: 4
|
||||
orGroup: FoodPool
|
||||
- id: FoodSnackSyndi
|
||||
amount: 4
|
||||
orGroup: FoodPool
|
||||
|
||||
- type: entity
|
||||
id: HappyHonkCluwne
|
||||
parent: HappyHonk
|
||||
|
||||
Reference in New Issue
Block a user