mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-22 08:01:16 +00:00
30 lines
1013 B
Plaintext
30 lines
1013 B
Plaintext
//Wizard Rig
|
|
/obj/item/clothing/head/helmet/space/void/wizard
|
|
name = "gem-encrusted voidsuit helmet"
|
|
desc = "A bizarre gem-encrusted helmet that radiates magical energies."
|
|
icon_state = "rig0-wiz"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "wiz_helm",
|
|
slot_r_hand_str = "wiz_helm",
|
|
)
|
|
unacidable = 1 //No longer shall our kind be foiled by lone chemists with spray bottles!
|
|
armor = list(melee = 40, bullet = 20, laser = 20,energy = 20, bomb = 35, bio = 100, rad = 60)
|
|
siemens_coefficient = 0.7
|
|
sprite_sheets_refit = null
|
|
sprite_sheets_obj = null
|
|
wizard_garb = 1
|
|
|
|
/obj/item/clothing/suit/space/void/wizard
|
|
icon_state = "rig-wiz"
|
|
name = "gem-encrusted voidsuit"
|
|
desc = "A bizarre gem-encrusted suit that radiates magical energies."
|
|
item_state = "wiz_voidsuit"
|
|
slowdown = 1
|
|
w_class = 3
|
|
unacidable = 1
|
|
armor = list(melee = 40, bullet = 20, laser = 20,energy = 20, bomb = 35, bio = 100, rad = 60)
|
|
siemens_coefficient = 0.7
|
|
sprite_sheets_refit = null
|
|
sprite_sheets_obj = null
|
|
wizard_garb = 1
|