mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
Item Size Adjustments (#22476)
Small handful of obj/item size adjustments for common sense, QoL, and standardization. changes: - balance: "Decreases size of Dosimeter from Normal to Small." - balance: "Decreases size of Bomb Defusal Wirecutters and Music Cartridge from Small to Tiny." - balance: "Increases size of Airlock Electronics from Tiny to Small (matches other circuitboards)."
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
name = "airlock electronics"
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "door_electronics"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 50, MATERIAL_GLASS = 50)
|
||||
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
icon = 'icons/obj/item/scanner.dmi'
|
||||
icon_state = "dosimeter_off"
|
||||
item_state = "dosimeter"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
slot_flags = SLOT_WRISTS
|
||||
action_button_name = "Toggle dosimeter counter"
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 100, MATERIAL_GLASS = 50)
|
||||
|
||||
@@ -207,6 +207,7 @@
|
||||
name = "bomb defusal wirecutters"
|
||||
desc = "A tool used to delicately sever the wires used in bomb fuses."
|
||||
icon_state = "mini_wirecutters"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
toolspeed = 0.6
|
||||
bomb_defusal_chance = 90 // 90% chance, because the thrill of dying must be kept at all times, duh
|
||||
|
||||
|
||||
@@ -399,7 +399,7 @@ Earphone Variants
|
||||
desc = "A music cartridge."
|
||||
icon = 'icons/obj/item/music_cartridges.dmi'
|
||||
icon_state = "generic"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
var/list/datum/track/tracks
|
||||
/// Whether or not this cartridge can be removed from the datum/jukebox it belongs to.
|
||||
var/hardcoded = FALSE
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Batrachophrenoboocosmomachia
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "Decreases size of Dosimeter from Normal to Small."
|
||||
- balance: "Decreases size of Bomb Defusal Wirecutters and Music Cartridge from Small to Tiny."
|
||||
- balance: "Increases size of Airlock Electronics from Tiny to Small (matches other circuitboards)."
|
||||
Reference in New Issue
Block a user