mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Makes micro equipment more obvious
Because this is desperately needed.
This commit is contained in:
@@ -41,14 +41,14 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 12500)
|
||||
|
||||
/datum/design/item/mecha/drill/micro
|
||||
name = "Miniature Drill"
|
||||
name = "Micro Drill" //CHOMPedit
|
||||
id = "micro_drill"
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/tool/drill/micro
|
||||
time = 5
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2500)
|
||||
|
||||
/datum/design/item/mecha/hydraulic_clamp/micro
|
||||
name = "Mounted ore box"
|
||||
name = "Mounted micro ore box" //CHOMPedit
|
||||
id = "ore_scoop"
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/tool/micro/orescoop
|
||||
time = 5
|
||||
@@ -103,31 +103,31 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 12500, "plastic" = 7500)
|
||||
|
||||
/datum/design/item/mecha/taser/micro
|
||||
name = "\improper TS-12 \"Suppressor\" integrated taser"
|
||||
name = "\improper TS-12 \"Suppressor\" integrated micro taser" //CHOMPedit
|
||||
id = "micro_taser"
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/microtaser
|
||||
|
||||
/datum/design/item/mecha/weapon/laser/micro
|
||||
name = "\improper WS-19 \"Torch\" laser carbine"
|
||||
name = "\improper WS-19 \"Torch\" micro laser carbine" //CHOMPedit
|
||||
id = "micro_laser"
|
||||
// req_tech = list(TECH_COMBAT = 3, TECH_MAGNET = 3)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/microlaser
|
||||
|
||||
/datum/design/item/mecha/weapon/laser_heavy/micro
|
||||
name = "\improper PC-20 \"Lance\" light laser cannon"
|
||||
name = "\improper PC-20 \"Lance\" micro laser cannon" //CHOMPedit
|
||||
id = "micro_laser_heavy"
|
||||
req_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 3, TECH_POWER = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "glass" = 1000, "diamond" = 2000)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/microheavy
|
||||
|
||||
/datum/design/item/mecha/weapon/grenade_launcher/micro
|
||||
name = "\improper FP-20 mounted grenade launcher"
|
||||
name = "\improper FP-20 mounted micro flashbang launcher" //CHOMPedit
|
||||
id = "micro_flashbang_launcher"
|
||||
// req_tech = list(TECH_COMBAT = 3)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade/microflashbang
|
||||
|
||||
/datum/design/item/mecha/weapon/scattershot/micro
|
||||
name = "\improper Remington C-12 \"Boomstick\""
|
||||
name = "\improper Remington C-12 \"Micro-Boomstick\"" //CHOMPedit
|
||||
desc = "A mounted combat shotgun with integrated ammo-lathe."
|
||||
id = "micro_scattershot"
|
||||
// req_tech = list(TECH_COMBAT = 4)
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/microlaser
|
||||
w_class = ITEMSIZE_LARGE
|
||||
desc = "A mounted laser-carbine for light exosuits."
|
||||
desc = "A mounted micro laser-carbine for micro mechs." //CHOMPedit
|
||||
equip_cooldown = 10 // same as the laser carbine
|
||||
name = "\improper WS-19 \"Torch\" laser carbine"
|
||||
name = "\improper WS-19 \"Torch\" micro laser carbine" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "micromech_laser"
|
||||
energy_drain = 50
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/microheavy
|
||||
w_class = ITEMSIZE_LARGE
|
||||
desc = "A mounted laser cannon for light exosuits."
|
||||
desc = "A mounted micro laser cannon for micro mechs." //CHOMPedit
|
||||
equip_cooldown = 30 // same as portable
|
||||
name = "\improper PC-20 \"Lance\" light laser cannon"
|
||||
name = "\improper PC-20 \"Lance\" micro light laser cannon" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "micromech_lasercannon"
|
||||
energy_drain = 120
|
||||
@@ -32,8 +32,8 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/microtaser
|
||||
w_class = ITEMSIZE_LARGE
|
||||
desc = "A mounted taser for light exosuits."
|
||||
name = "\improper TS-12 \"Suppressor\" integrated taser"
|
||||
desc = "A mounted micro taser for micro mechs." //CHOMPedit
|
||||
name = "\improper TS-12 \"Suppressor\" integrated micro taser" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "micromech_taser"
|
||||
energy_drain = 40
|
||||
@@ -45,8 +45,8 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/microshotgun
|
||||
w_class = ITEMSIZE_LARGE
|
||||
desc = "A mounted combat shotgun with integrated ammo-lathe."
|
||||
name = "\improper Remington C-12 \"Boomstick\""
|
||||
desc = "A mounted micro combat shotgun with integrated ammo-lathe." //CHOMPedit
|
||||
name = "\improper Remington C-12 \"Micro-Boomstick\"" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "micromech_shotgun"
|
||||
equip_cooldown = 15
|
||||
@@ -84,8 +84,8 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade/microflashbang
|
||||
w_class = ITEMSIZE_LARGE
|
||||
desc = "A mounted grenade launcher for smaller mechs."
|
||||
name = "\improper FP-20 mounted grenade launcher"
|
||||
desc = "A mounted micro flashbang launcher for micro mechs." //CHOMPedit
|
||||
name = "\improper FP-20 mounted micro flashbang launcher" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "micromech_launcher"
|
||||
projectiles = 1
|
||||
@@ -103,8 +103,8 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/tool/drill/micro
|
||||
w_class = ITEMSIZE_LARGE
|
||||
name = "drill"
|
||||
desc = "This is the drill that'll sorta poke holes in the heavens!"
|
||||
name = "Micro Drill" //CHOMPedit
|
||||
desc = "This is the micro drill that'll sorta poke holes in the heavens!" //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "microdrill"
|
||||
equip_cooldown = 30
|
||||
@@ -155,8 +155,8 @@
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/tool/micro/orescoop
|
||||
w_class = ITEMSIZE_LARGE
|
||||
name = "Mounted ore box"
|
||||
desc = "A mounted ore scoop and hopper, for gathering ores."
|
||||
name = "Mounted micro ore box" //CHOMPedit
|
||||
desc = "A small mounted ore scoop and hopper, for gathering ores in a micro mech." //CHOMPedit
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "microscoop"
|
||||
equip_cooldown = 5
|
||||
|
||||
Reference in New Issue
Block a user