research-technology-wave-particle-harnessing = Wave Particle Harnessing
research-technology-advanced-riot-control = Advanced Riot Control
research-technology-portable-microfusion-weaponry = Portable Microfusion Weaponry
+research-technology-experimental-battery-ammo = Experimental Battery Ammo
research-technology-basic-robotics = Basic Robotics
research-technology-basic-anomalous-research = Basic Anomalous Research
- type: Tag
tags:
- DroneUsable
+ - PowerCell
- type: Appearance
- type: PowerCellVisuals
- type: Riggable
+ - type: HitscanBatteryAmmoProvider
+ proto: RedLightLaser
+ fireCost: 50
- type: entity
name: potato battery
startingCharge: 720
- type: MachinePart
part: PowerCell
- rating: 2
+ rating: 2
- type: entity
id: PowerCellMediumPrinted
- type: MachinePart
part: PowerCell
rating: 3
-
+
- type: entity
id: PowerCellHighPrinted
suffix: Empty
- type: MachinePart
part: PowerCell
rating: 4
-
+
- type: entity
id: PowerCellHyperPrinted
suffix: Empty
- type: StaticPrice
price: 500
+- type: entity
+ id: BaseWeaponPowerCell
+ parent: BaseItem
+ abstract: true
+ components:
+ - type: Sprite
+ - type: Item
+ size: Huge
+ - type: AmmoCounter
+ - type: Gun
+ fireRate: 2
+ selectedMode: SemiAuto
+ availableModes:
+ - SemiAuto
+ soundGunshot:
+ path: /Audio/Weapons/Guns/Gunshots/laser.ogg
+ - type: MagazineAmmoProvider
+ - type: ItemSlots
+ slots:
+ gun_magazine:
+ name: Magazine
+ startingItem: PowerCellSmall
+ insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
+ ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg
+ whitelist:
+ tags:
+ - PowerCell
+ - PowerCellSmall
+ - type: Appearance
+ - type: StaticPrice
+ price: 500
+ - type: ContainerContainer
+ containers:
+ gun_magazine: !type:ContainerSlot
+
- type: entity
id: BaseWeaponBatterySmall
parent: BaseWeaponBattery
slots:
- Belt
+- type: entity
+ id: BaseWeaponPowerCellSmall
+ parent: BaseWeaponPowerCell
+ abstract: true
+ components:
+ - type: Item
+ size: Small
+ - type: Tag
+ tags:
+ - Sidearm
+ - type: Clothing
+ sprite: Objects/Weapons/Guns/Battery/taser.rsi
+ quickEquip: false
+ slots:
+ - Belt
+
+- type: entity
+ name: svalinn laser pistol
+ parent: BaseWeaponPowerCellSmall
+ id: WeaponLaserSvalinn
+ description: A cheap and widely used laser pistol.
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/Battery/svalinn.rsi
+ layers:
+ - state: base
+ map: ["enum.GunVisualLayers.Base"]
+ - state: mag-unshaded-4
+ map: ["enum.GunVisualLayers.MagUnshaded"]
+ shader: unshaded
+ - type: Item
+ sprite: Objects/Weapons/Guns/Battery/svalinn.rsi
+ - type: MagazineVisuals
+ magState: mag
+ steps: 5
+ zeroVisible: true
+
- type: entity
name: retro laser blaster
parent: BaseWeaponBatterySmall
- WeaponCrusherDagger
- WeaponCrusherGlaive
- WeaponForceGun
+ - WeaponLaserSvalinn
- WeaponProtoKineticAccelerator
- WeaponTetherGun
- WeaponGrapplingGun
Plastic: 750
Gold: 500
+- type: latheRecipe
+ id: WeaponLaserSvalinn
+ result: WeaponLaserSvalinn
+ completetime: 5
+ materials:
+ Steel: 2000
+ Gold: 500
+
- type: latheRecipe
id: WeaponXrayCannon
result: WeaponXrayCannon
cost: 15000
recipeUnlocks:
- WeaponAdvancedLaser
+
+- type: technology
+ id: ExperimentalBatteryAmmo
+ name: research-technology-experimental-battery-ammo
+ icon:
+ sprite: Objects/Weapons/Guns/Battery/svalinn.rsi
+ state: icon
+ discipline: Arsenal
+ tier: 3
+ cost: 15000
+ recipeUnlocks:
+ - WeaponLaserSvalinn
- type: Tag
id: PotatoBattery
+- type: Tag
+ id: PowerCell
+
- type: Tag
id: PowerCellSmall
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from CEV Eris at commit https://github.com/discordia-space/CEV-Eris/commit/d75bd7c51620423bacf0b8accc8d29ffbfc387d8, edited by Emisse for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "base"
+ },
+ {
+ "name": "mag-unshaded-0"
+ },
+ {
+ "name": "mag-unshaded-1"
+ },
+ {
+ "name": "mag-unshaded-2"
+ },
+ {
+ "name": "mag-unshaded-3"
+ },
+ {
+ "name": "mag-unshaded-4"
+ },
+ {
+ "name": "inhand-left-0",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-0",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left-1",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-1",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left-2",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-2",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left-3",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-3",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}