mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Merge pull request #11555 from VOREStation/upstream-merge-8265
[MIRROR] Adds a base matter cost to mech weapons and equipment.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
/obj/item/mecha_parts/mecha_equipment/tool
|
||||
matter = list(MAT_STEEL = 5000, MAT_GLASS = 3000)
|
||||
equip_type = EQUIP_UTILITY
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "mecha weapon"
|
||||
range = RANGED
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_COMBAT = 3)
|
||||
matter = list(MAT_STEEL = 6000, MAT_GLASS = 3000)
|
||||
var/projectile //Type of projectile fired.
|
||||
var/projectiles = 1 //Amount of projectiles loaded.
|
||||
var/projectiles_per_shot = 1 //Amount of projectiles fired per single shot.
|
||||
|
||||
Reference in New Issue
Block a user