mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Integrated Electronics QOL (#21374)
changes: - qol: "Integrated Electronics camera can now be configured for different camera networks" - qol: "Reduced Integrated Electronics speaker functions cooldown from 4s -> 1s, for translating busier conversations. Behave." - qol: "Add Integrated Electronics component 'size' value to displayed properties." - balance: "Increase maximum components and complexity of integrated circuit 'electronic implant' assembly by 25%."
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
icon_state = "setup_implant"
|
||||
desc = "It's a case, for building very tiny electronics with."
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
max_components = IC_COMPONENTS_BASE / 2
|
||||
max_complexity = IC_COMPLEXITY_BASE / 2
|
||||
max_components = IC_COMPONENTS_BASE * 3/4
|
||||
max_complexity = IC_COMPLEXITY_BASE * 3/4
|
||||
var/obj/item/implant/integrated_circuit/implant = null
|
||||
|
||||
/obj/item/device/electronic_assembly/Initialize(mapload, printed = FALSE)
|
||||
|
||||
@@ -169,6 +169,7 @@ a creative player the means to solve many problems. Circuits are held inside an
|
||||
// HTML += "<br><font color='33CC33'>Meta Variables;</font>" // If more meta vars get introduced, uncomment this.
|
||||
// HTML += "<br>"
|
||||
|
||||
HTML += "<br><span class='highlight'>Size: [size]</span>"
|
||||
HTML += "<br><span class='highlight'>Complexity: [complexity]</span>"
|
||||
if(power_draw_idle)
|
||||
HTML += "<br><span class='highlight'>Power Draw: [power_draw_idle] W (Idle)</span>"
|
||||
|
||||
Reference in New Issue
Block a user