// READ: Don't use the apostrophe in name or desc. Causes script errors. var/list/powers = typesof(/datum/power/changeling) - /datum/power/changeling //needed for the badmin verb for now var/list/datum/power/changeling/powerinstances = list() /datum/power //Could be used by other antags too var/name = "Power" var/desc = "Placeholder" var/helptext = "" var/isVerb = 1 // Is it an active power, or passive? var/verbpath // Path to a verb that contains the effects. /datum/power/changeling var/allowduringlesserform = 0 var/genomecost = 500000 // Cost for the changling to evolve this power. /datum/power/changeling/absorb_dna name = "Absorb DNA" desc = "Permits us to syphon the DNA from a human. They become one with us, and we become stronger." genomecost = 0 verbpath = /mob/proc/changeling_absorb_dna /datum/power/changeling/transform name = "Transform" desc = "We take on the apperance and voice of one we have absorbed." genomecost = 0 verbpath = /mob/proc/changeling_transform /datum/power/changeling/change_species name = "Change Species" desc = "We take on the apperance of a species that we have absorbed." genomecost = 0 verbpath = /mob/proc/changeling_change_species /datum/power/changeling/fakedeath name = "Regenerative Stasis" desc = "We become weakened to a death-like state, where we will rise again from death." helptext = "Can be used before or after death. Duration varies greatly." genomecost = 0 allowduringlesserform = 1 verbpath = /mob/proc/changeling_fakedeath // Hivemind /datum/power/changeling/hive_upload name = "Hive Channel" desc = "We can channel a DNA into the airwaves, allowing our fellow changelings to absorb it and transform into it as if they acquired the DNA themselves." helptext = "Allows other changelings to absorb the DNA you channel from the airwaves. Will not help them towards their absorb objectives." genomecost = 0 verbpath = /mob/proc/changeling_hiveupload /datum/power/changeling/hive_download name = "Hive Absorb" desc = "We can absorb a single DNA from the airwaves, allowing us to use more disguises with help from our fellow changelings." helptext = "Allows you to absorb a single DNA and use it. Does not count towards your absorb objective." genomecost = 0 verbpath = /mob/proc/changeling_hivedownload /datum/power/changeling/lesser_form name = "Lesser Form" desc = "We debase ourselves and become lesser. We become a monkey." genomecost = 4 verbpath = /mob/proc/changeling_lesser_form /datum/power/changeling/deaf_sting name = "Deaf Sting" desc = "We silently sting a human, completely deafening them for a short time." genomecost = 1 allowduringlesserform = 1 verbpath = /mob/proc/changeling_deaf_sting /datum/power/changeling/blind_sting name = "Blind Sting" desc = "We silently sting a human, completely blinding them for a short time." genomecost = 2 allowduringlesserform = 1 verbpath = /mob/proc/changeling_blind_sting /datum/power/changeling/silence_sting name = "Silence Sting" desc = "We silently sting a human, completely silencing them for a short time." helptext = "Does not provide a warning to a victim that they have been stung, until they try to speak and cannot." genomecost = 3 allowduringlesserform = 1 verbpath = /mob/proc/changeling_silence_sting /datum/power/changeling/mimicvoice name = "Mimic Voice" desc = "We shape our vocal glands to sound like a desired voice." helptext = "Will turn your voice into the name that you enter. We must constantly expend chemicals to maintain our form like this" genomecost = 1 verbpath = /mob/proc/changeling_mimicvoice /datum/power/changeling/extractdna name = "Extract DNA" desc = "We stealthily sting a target and extract the DNA from them." helptext = "Will give you the DNA of your target, allowing you to transform into them. Does not count towards absorb objectives." genomecost = 2 allowduringlesserform = 1 verbpath = /mob/proc/changeling_extract_dna_sting /datum/power/changeling/transformation_sting name = "Transformation Sting" desc = "We silently sting a human, injecting a retrovirus that forces them to transform into another." helptext = "Does not provide a warning to others. The victim will transform much like a changeling would." genomecost = 3 verbpath = /mob/proc/changeling_transformation_sting /datum/power/changeling/paralysis_sting name = "Paralysis Sting" desc = "We silently sting a human, paralyzing them for a short time." genomecost = 8 verbpath = /mob/proc/changeling_paralysis_sting /datum/power/changeling/LSDSting name = "Hallucination Sting" desc = "We evolve the ability to sting a target with a powerful hallunicationary chemical." helptext = "The target does not notice they have been stung. The effect occurs after 30 to 60 seconds." genomecost = 3 verbpath = /mob/proc/changeling_lsdsting /datum/power/changeling/DeathSting name = "Death Sting" desc = "We silently sting a human, filling them with potent chemicals. Their rapid death is all but assured." genomecost = 10 verbpath = /mob/proc/changeling_DEATHsting ///datum/power/changeling/unfat_sting // name = "Unfat Sting" // desc = "We silently sting a human, forcing them to rapidly metabolize their fat." // genomecost = 1 // verbpath = /mob/proc/changeling_unfat_sting /datum/power/changeling/boost_range name = "Boost Range" desc = "We evolve the ability to shoot our stingers at humans, with some preperation." genomecost = 2 allowduringlesserform = 1 verbpath = /mob/proc/changeling_boost_range /datum/power/changeling/Epinephrine name = "Epinephrine sacs" desc = "We evolve additional sacs of adrenaline throughout our body." helptext = "Gives the ability to instantly recover from stuns. High chemical cost." genomecost = 3 verbpath = /mob/proc/changeling_unstun /datum/power/changeling/ChemicalSynth name = "Rapid Chemical-Synthesis" desc = "We evolve new pathways for producing our necessary chemicals, permitting us to naturally create them faster." helptext = "Doubles the rate at which we naturally recharge chemicals." genomecost = 4 isVerb = 0 verbpath = /mob/proc/changeling_fastchemical /* /datum/power/changeling/AdvChemicalSynth name = "Advanced Chemical-Synthesis" desc = "We evolve new pathways for producing our necessary chemicals, permitting us to naturally create them faster." helptext = "Doubles the rate at which we naturally recharge chemicals." genomecost = 8 isVerb = 0 verbpath = /mob/proc/changeling_fastchemical */ /datum/power/changeling/EngorgedGlands name = "Engorged Chemical Glands" desc = "Our chemical glands swell, permitting us to store more chemicals inside of them." helptext = "Allows us to store an extra 25 units of chemicals." genomecost = 4 isVerb = 0 verbpath = /mob/proc/changeling_engorgedglands /datum/power/changeling/DigitalCamoflague name = "Digital Camoflauge" desc = "We evolve the ability to distort our form and proprtions, defeating common altgorthms used to detect lifeforms on cameras." helptext = "We cannot be tracked by camera while using this skill. However, humans looking at us will find us.. uncanny. We must constantly expend chemicals to maintain our form like this." genomecost = 1 allowduringlesserform = 1 verbpath = /mob/proc/changeling_digitalcamo /datum/power/changeling/rapidregeneration name = "Rapid Regeneration" desc = "We evolve the ability to rapidly regenerate, negating the need for stasis." helptext = "Heals a moderate amount of damage every tick." genomecost = 7 verbpath = /mob/proc/changeling_rapidregen // Modularchangling, totally stolen from the new player panel. YAYY /datum/changeling/proc/EvolutionMenu()//The new one set category = "Changeling" set desc = "Level up!" if(!usr || !usr.mind || !usr.mind.changeling) return src = usr.mind.changeling if(!powerinstances.len) for(var/P in powers) powerinstances += new P() var/dat = "
|
Changling Evolution Menu Hover over a power to see more information Current evolution points left to evolve with: [geneticpoints] Absorb genomes to acquire more evolution points
|
| Search: |
|
Evolve [P] - Cost: [ownsthis ? "Purchased" : P.genomecost]
|