uplink-acolyte-armor-name = Acolyte Armor
uplink-acolyte-armor-desc = The must have of any self respecting cult leader. An evil looking piece of armor, made of bones, and surprisingly resistant to damage.
+
+uplink-briefcase-gun-name = Briefcase Gun
+uplink-briefcase-gun-desc = An indistinct briefcase with a highly compact C-20K mounted inside it. Careful not the grip the handle too tight!
- !type:BuyerJobCondition
whitelist:
- MedicalDoctor
+
+- type: listing
+ id: uplinkBriefcaseGun
+ name: uplink-briefcase-gun-name
+ description: uplink-briefcase-gun-desc
+ productEntity: WeaponSubMachineGunBriefcase
+ discountCategory: veryRareDiscounts
+ discountDownTo:
+ Telecrystal: 10
+ cost:
+ Telecrystal: 15
+ categories:
+ - UplinkJob
+ conditions:
+ - !type:BuyerJobCondition
+ whitelist:
+ - Lawyer
steps: 6
zeroVisible: true
- type: Appearance
+
+- type: entity
+ name: brown briefcase
+ parent: [BaseWeaponSubMachineGun]
+ id: WeaponSubMachineGunBriefcase
+ description: Useful for carrying items in your hands.
+ suffix: Gun
+ components:
+ - type: Item
+ size: Ginormous
+ inhandVisuals:
+ left:
+ - sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
+ state: inhand-left
+ - state: inhand-left-muzzle
+ right:
+ - sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
+ state: inhand-right
+ - state: inhand-right-muzzle
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/SMGs/briefcase.rsi
+ layers:
+ - sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
+ state: icon
+ - state: icon-muzzle
+ map: ["enum.GunVisualLayers.Base"]
+ - type: Gun
+ fireRate: 9
+ minAngle: 25
+ maxAngle: 32
+ availableModes:
+ - FullAuto
+ soundGunshot:
+ path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
+ - type: ChamberMagazineAmmoProvider
+ autoEject: false
+ - type: Appearance
+ - type: StaticPrice
+ price: 5000
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "briefcase base made by ps3moira (github) and modified by MissKay1994(github), weapon states by MissKay1994(github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon-muzzle"
+ },
+ {
+ "name": "inhand-left-muzzle",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-muzzle",
+ "directions": 4
+ },
+ {
+ "name": "bolt-open"
+ },
+ {
+ "name": "base"
+ }
+ ]
+}