Skip to content

Commit

Permalink
Resprites girders, SMES coils (stock parts), RPED and lattices by Inf…
Browse files Browse the repository at this point in the history
…rared_Baron (#8361)

* Sprite

* Update smoothlattice.dmi

* yes

* Update smoothlattice.dmi
  • Loading branch information
githubuser4141 authored Nov 17, 2023
1 parent 5887a20 commit 884d013
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/power/smes_construction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/obj/item/stock_parts/smes_coil/super_capacity
name = "capacitance SMES coil"
desc = "Specialised version of standard superconductive magnetic coil. This one has significantly stronger containment field, allowing for significantly larger power storage. It's IO rating is much lower, however."
icon_state = "smes_coil_hicap"
matter = list(MATERIAL_STEEL = 8, MATERIAL_PLASTIC = 4, MATERIAL_GLASS = 4, MATERIAL_URANIUM = 4)
origin_tech = list(TECH_MAGNET = 3, TECH_POWER = 4, TECH_MATERIAL = 3)
ChargeCapacity = 100000000
Expand All @@ -40,6 +41,7 @@
/obj/item/stock_parts/smes_coil/super_io
name = "transmission SMES coil"
desc = "Specialised version of standard superconductive magnetic coil. While this one won't store almost any power, it rapidly transfers power, making it useful in systems which require large throughput."
icon_state = "smes_coil_hidischarge"
matter = list(MATERIAL_STEEL = 8, MATERIAL_PLASTIC = 4, MATERIAL_GLASS = 4, MATERIAL_GOLD = 4)
origin_tech = list(TECH_MAGNET = 3, TECH_POWER = 4, TECH_MATERIAL = 3)
ChargeCapacity = 1000000
Expand Down
Binary file modified icons/mob/items/lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/items/righthand.dmi
Binary file not shown.
Binary file modified icons/obj/smoothlattice.dmi
Binary file not shown.
Binary file modified icons/obj/stock_parts.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.
Binary file modified icons/obj/structures.dmi
Binary file not shown.

0 comments on commit 884d013

Please sign in to comment.