New type of power Cell

Requires DME include
This commit is contained in:
Sharkmare
2019-02-05 14:37:10 +01:00
committed by GitHub
parent 67290c4dc0
commit 2abcaa0e31
+11
View File
@@ -0,0 +1,11 @@
/obj/item/weapon/cell/high/hightech
name = "Self-charging power cell"
origin_tech = list(TECH_POWER = 7)
icon_state = "hcell"
maxcharge = 2000//Trade in charge for recharge
matter = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 100)
description_info = "This 'cell' holds a max charge of 1k and self recharges over time."
/obj/item/weapon/cell/high/hightech/empty/New()
..()
charge = 0