mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-23 04:48:24 +01:00
* First Genetics Content in 5 Years (Adds new positive mutations!) * Update reach.dm * delete * Update adaptation.dm * Update reach.dm --------- Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
/datum/mutation/human/geladikinesis/ash
|
|
name = "Cindikinesis"
|
|
desc = "Allows the user to concentrate nearby heat into a pile of ash. Wow. Very interesting."
|
|
text_gain_indication = span_notice("Your hand feels warm.")
|
|
locked = TRUE
|
|
power_path = /datum/action/cooldown/spell/conjure_item/snow/ash
|
|
|
|
/datum/action/cooldown/spell/conjure_item/snow/ash
|
|
name = "Create Ash"
|
|
desc = "Concentrates pyrokinetic forces to create ash, useful for basically nothing."
|
|
button_icon_state = "ash"
|
|
|
|
item_type = /obj/effect/decal/cleanable/ash
|
|
|
|
/datum/mutation/human/cryokinesis/pyrokinesis
|
|
name = "Pyrokinesis"
|
|
desc = "Draws positive energy from the surroundings to heat surrounding temperatures at subject's will."
|
|
text_gain_indication = span_notice("Your hand feels hot!")
|
|
locked = TRUE
|
|
power_path = /datum/action/cooldown/spell/pointed/projectile/cryo/pyro
|
|
|
|
/datum/action/cooldown/spell/pointed/projectile/cryo/pyro
|
|
name = "Pyrobeam"
|
|
desc = "This power fires a heated bolt at a target."
|
|
button_icon_state = "firebeam"
|
|
base_icon_state = "firebeam"
|
|
cooldown_time = 30 SECONDS
|
|
|
|
active_msg = "You focus your pyrokinesis!"
|
|
deactive_msg = "You cool down."
|
|
projectile_type = /obj/projectile/temp/pyro
|