xxx73

attPrestige

Dec 6th, 2020 (edited)
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.11 KB | None | 0 0
  1. <insertAfter xpath="/progression/attributes/attribute[@name='attTechnology']">
  2.  <attribute name="attPrestige" name_key="Prestige Skills" desc_key="From level 200 you can gain access to Prestige perks that will increase your expoertice and efficiency in everything you do." base_skill_point_cost="1" min_level="0" max_level="5" icon="cp_prestige">
  3.  <level_requirements level="1"><requirement name="PlayerLevel" target="self" operation="GTE" value="200" desc_key="reqPlayerLevel200"/></level_requirements>
  4.  <level_requirements level="2"><requirement name="PlayerLevel" target="self" operation="GTE" value="250" desc_key="reqPlayerLevel250"/></level_requirements>
  5.  <level_requirements level="3"><requirement name="PlayerLevel" target="self" operation="GTE" value="300" desc_key="reqPlayerLevel300"/></level_requirements>
  6.  <level_requirements level="4"><requirement name="PlayerLevel" target="self" operation="GTE" value="350" desc_key="reqPlayerLevel350"/></level_requirements>
  7.  <level_requirements level="5"><requirement name="PlayerLevel" target="self" operation="GTE" value="400" desc_key="reqPlayerLevel400"/></level_requirements>  
  8.  
  9. <effect_group>
  10.  <effect_description level="1" desc_base="Unlock Prestige Level 1" long_desc_key="You've unlocked the prestige skill level 1, this give you access to level one of all the prestige perks."/>
  11.  <effect_description level="2" desc_base="Unlock Prestige Level 2" long_desc_key="You've unlocked the prestige skill level 2, this give you access to level two of all the prestige perks."/>
  12.  <effect_description level="3" desc_base="Unlock Prestige Level 3" long_desc_key="You've unlocked the prestige skill level 3, this give you access to level three of all the prestige perks."/>
  13.  <effect_description level="4" desc_base="Unlock Prestige Level 4" long_desc_key="You've unlocked the prestige skill level 4, this give you access to level four of all the prestige perks."/>
  14.  <effect_description level="5" desc_base="Unlock Prestige Level 5" long_desc_key="You've unlocked the prestige skill level 5, this give you access to the top level of the prestige perks."/>
  15. </effect_group>
  16. </attribute>
  17. </insertAfter>
Add Comment
Please, Sign In to add comment