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:
Batrachophreno
2025-10-05 17:23:50 +00:00
committed by GitHub
parent f6037f893a
commit 814ccc2bc8
4 changed files with 79 additions and 9 deletions
@@ -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>"