Advertisement
Guest User

Untitled

a guest
Aug 25th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 9.11 KB | None | 0 0
  1. <tweak>
  2.     <params>
  3.         <dictionary>
  4.             <float  name="move-speed">0.9</float>
  5.            
  6.             <bool   name="combo">false</bool>
  7.             <float  name="combo-timer">0.75</float>
  8.             <int    name="combo-heal">0</int>
  9.             <int    name="combo-nova-dmg">0</int>
  10.             <int    name="combo-nova-parts">0</int>
  11.             <string name="combo-nova-projectile"></string>
  12.         </dictionary>
  13.     </params>
  14.  
  15.     <upgrades>
  16.         <dictionary id="life"      cost="500" cat="power" name="life-uname" desc="life-udesc" />
  17.         <dictionary id="rejuv"     cost="175" cat="power" name="rejuv-uname" desc="rejuv-udesc" />
  18.         <dictionary id="pot-dmg"   cost="300" cat="power" name="pot-dmg-uname" desc="pot-dmg-udesc" />
  19.         <dictionary id="pot-rejuv" cost="300" cat="power" name="pot-rejuv-uname" desc="pot-rejuv-udesc" />
  20.         <dictionary id="pot-invul" cost="300" cat="power" name="pot-invul-uname" desc="pot-invul-udesc" />
  21.    
  22.    
  23.         <dictionary id="speed-1" cost="600" cat="misc3"
  24.             name="speed-uname" desc="speed-udesc">
  25.             <int name="lvl">1</int>
  26.             <float name="move-speed">1</float>
  27.         </dictionary>
  28.         <dictionary id="speed-2" cost="1200" req="speed-1" cat="misc4"
  29.             name="speed-uname" desc="speed-udesc">
  30.             <int name="lvl">2</int>
  31.             <float name="move-speed">1.1</float>
  32.         </dictionary>
  33.         <dictionary id="speed-3" cost="1600" req="speed-2" cat="misc5"
  34.             name="speed-uname" desc="speed-udesc">
  35.             <int name="lvl">3</int>
  36.             <float name="move-speed">1.2</float>
  37.         </dictionary>
  38.         <dictionary id="speed-4" cost="2600" req="speed-3" cat="misc6"
  39.             name="speed-uname" desc="speed-udesc">
  40.             <int name="lvl">4</int>
  41.             <float name="move-speed">1.3</float>
  42.         </dictionary>
  43.         <dictionary id="speed-5" cost="3800" req="speed-4" cat="misc7"
  44.             name="speed-uname" desc="speed-udesc">
  45.             <int name="lvl">5</int>
  46.             <float name="move-speed">1.4</float>
  47.         </dictionary>
  48.         <dictionary id="speed-6" cost="5200" req="speed-5" cat="misc8"
  49.             name="speed-uname" desc="speed-udesc">
  50.             <int name="lvl">6</int>
  51.             <float name="move-speed">1.5</float>
  52.         </dictionary>
  53.         <dictionary id="speed-7" cost="6800" req="speed-6" cat="misc9"
  54.             name="speed-uname" desc="speed-udesc">
  55.             <int name="lvl">6</int>
  56.             <float name="move-speed">1.6</float>
  57.         </dictionary>
  58.         <dictionary id="speed-8" cost="6800" req="speed-7" cat="miscX"
  59.             name="speed-uname" desc="speed-udesc">
  60.             <int name="lvl">7</int>
  61.             <float name="move-speed">1.7</float>
  62.         </dictionary>
  63.        
  64.         <dictionary id="drk2" cost="1" cat="lig1" shared="true"
  65.             name="Light Lvl1" desc="Light up the darkness, and unlock a new area..." />
  66.    
  67.    
  68.         <!--
  69.         <dictionary id="speed-1" cost="200" cat="misc1"
  70.             name="speed-uname" desc="speed-udesc">
  71.             <int name="lvl">1</int>
  72.             <float name="move-speed">0.9</float>
  73.         </dictionary>
  74.         <dictionary id="speed-2" cost="600" req="speed-1" cat="misc3"
  75.             name="speed-uname" desc="speed-udesc">
  76.             <int name="lvl">2</int>
  77.             <float name="move-speed">1</float>
  78.         </dictionary>
  79.         <dictionary id="speed-3" cost="1000" req="speed-2" cat="misc5"
  80.             name="speed-uname" desc="speed-udesc">
  81.             <int name="lvl">3</int>
  82.             <float name="move-speed">1.1</float>
  83.         </dictionary>
  84.         -->
  85.         <!--<dictionary id="speed-4" cost="1000" req="speed-3" cat="misc4"
  86.             name="speed-uname" desc="speed-udesc">
  87.             <float name="move-speed">1.2</float>
  88.         </dictionary>
  89.         <dictionary id="speed-5" cost="1500" req="speed-4" cat="misc5"
  90.             name="speed-uname" desc="speed-udesc">
  91.             <float name="move-speed">1.3</float>
  92.         </dictionary>-->
  93.  
  94.        
  95.    
  96.         <!-- Combo -->
  97.         <dictionary id="combo" cost="250" cat="combo1"
  98.             name="combo-uname" desc="combo-udesc">
  99.             <bool name="combo">true</bool>
  100.         </dictionary>
  101.        
  102.        
  103.         <dictionary id="combo-time-1" cost="800" req="combo" cat="combo1"
  104.             name="combo-time-uname" desc="combo-time-udesc">
  105.             <int name="lvl">1</int>
  106.             <float name="combo-timer">1</float>
  107.         </dictionary>
  108.         <dictionary id="combo-time-2" cost="1200" req="combo-time-1" cat="combo2"
  109.             name="combo-time-uname" desc="combo-time-udesc">
  110.             <int name="lvl">2</int>
  111.             <float name="combo-timer">1.25</float>
  112.         </dictionary>
  113.         <dictionary id="combo-time-3" cost="1600" req="combo-time-2" cat="combo3"
  114.             name="combo-time-uname" desc="combo-time-udesc">
  115.             <int name="lvl">3</int>
  116.             <float name="combo-timer">1.5</float>
  117.         </dictionary>
  118.         <dictionary id="combo-time-4" cost="2600" req="combo-time-3" cat="combo4"
  119.             name="combo-time-uname" desc="combo-time-udesc">
  120.             <int name="lvl">4</int>
  121.             <float name="combo-timer">1.75</float>
  122.         </dictionary>
  123.         <dictionary id="combo-time-5" cost="3800" req="combo-time-4" cat="combo5"
  124.             name="combo-time-uname" desc="combo-time-udesc">
  125.             <int name="lvl">5</int>
  126.             <float name="combo-timer">2</float>
  127.         </dictionary>
  128.         <dictionary id="combo-time-6" cost="4500" req="combo-time-5" cat="combo6"
  129.             name="combo-time-uname" desc="combo-time-udesc">
  130.             <int name="lvl">6</int>
  131.             <float name="combo-timer">2.25</float>
  132.         </dictionary>
  133.         <dictionary id="combo-time-7" cost="7000" req="combo-time-6" cat="combo7"
  134.             name="combo-time-uname" desc="combo-time-udesc">
  135.             <int name="lvl">7</int>
  136.             <float name="combo-timer">2.50</float>
  137.         </dictionary>
  138.         <dictionary id="combo-time-8" cost="9500" req="combo-time-7" cat="combo8"
  139.             name="combo-time-uname" desc="combo-time-udesc">
  140.             <int name="lvl">8</int>
  141.             <float name="combo-timer">2.75</float>
  142.         </dictionary>
  143.         <dictionary id="combo-time-9" cost="11000" req="combo-time-8" cat="combo9"
  144.             name="combo-time-uname" desc="combo-time-udesc">
  145.             <int name="lvl">9</int>
  146.             <float name="combo-timer">3</float>
  147.         </dictionary>
  148.  
  149.        
  150.         <dictionary id="combo-nova-1" cost="800" req="combo" cat="combo1"
  151.             name="combo-nova-uname" desc="combo-nova-udesc-1">
  152.             <int name="lvl">1</int>
  153.             <int    name="combo-nova-dmg">12</int>
  154.             <int    name="combo-nova-parts">6</int>
  155.             <string name="combo-nova-projectile">projectiles/player_combo_nova_1.xml</string>
  156.         </dictionary>
  157.         <dictionary id="combo-nova-2" cost="1200" req="combo-nova-1" cat="combo2"
  158.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  159.             <int name="lvl">2</int>
  160.             <int name="combo-nova-dmg">17</int>
  161.             <int name="combo-nova-parts">10</int>
  162.         </dictionary>
  163.         <dictionary id="combo-nova-3" cost="1600" req="combo-nova-2" cat="combo3"
  164.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  165.             <int name="lvl">3</int>
  166.             <int    name="combo-nova-dmg">26</int>
  167.             <int    name="combo-nova-parts">14</int>
  168.             <string name="combo-nova-projectile">projectiles/player_combo_nova_2.xml</string>
  169.         </dictionary>
  170.         <dictionary id="combo-nova-4" cost="2600" req="combo-nova-3" cat="combo4"
  171.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  172.             <int name="lvl">4</int>
  173.             <int name="combo-nova-dmg">34</int>
  174.             <int name="combo-nova-parts">18</int>
  175.         </dictionary>
  176.         <dictionary id="combo-nova-5" cost="3800" req="combo-nova-4" cat="combo5"
  177.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  178.             <int name="lvl">5</int>
  179.             <int    name="combo-nova-dmg">42</int>
  180.             <int    name="combo-nova-parts">22</int>
  181.             <string name="combo-nova-projectile">projectiles/player_combo_nova_3.xml</string>
  182.         </dictionary>
  183.         <dictionary id="combo-nova-6" cost="5000" req="combo-nova-5" cat="combo6"
  184.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  185.             <int name="lvl">6</int>
  186.             <int    name="combo-nova-dmg">48</int>
  187.             <int    name="combo-nova-parts">26</int>
  188.             <string name="combo-nova-projectile">projectiles/player_combo_nova_3.xml</string>
  189.         </dictionary>
  190.         <dictionary id="combo-nova-7" cost="6200" req="combo-nova-6" cat="combo7"
  191.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  192.             <int name="lvl">7</int>
  193.             <int    name="combo-nova-dmg">54</int>
  194.             <int    name="combo-nova-parts">30</int>
  195.             <string name="combo-nova-projectile">projectiles/player_combo_nova_3.xml</string>
  196.         </dictionary>
  197.         <dictionary id="combo-nova-8" cost="6200" req="combo-nova-7" cat="combo8"
  198.             name="combo-nova-uname" desc="combo-nova-udesc-2">
  199.             <int name="lvl">8</int>
  200.             <int    name="combo-nova-dmg">60</int>
  201.             <int    name="combo-nova-parts">35</int>
  202.             <string name="combo-nova-projectile">projectiles/player_combo_nova_3.xml</string>
  203.         </dictionary>
  204.        
  205.        
  206.         <dictionary id="combo-heal-1" cost="800" req="combo" cat="combo1"
  207.             name="combo-heal-uname" desc="combo-heal-udesc-1">
  208.             <int name="lvl">1</int>
  209.             <int name="combo-heal">2</int>
  210.         </dictionary>
  211.         <dictionary id="combo-heal-2" cost="1200" req="combo-heal-1" cat="combo2"
  212.             name="combo-heal-uname" desc="combo-heal-udesc-2">
  213.             <int name="lvl">2</int>
  214.             <int name="combo-heal">4</int>
  215.         </dictionary>
  216.         <dictionary id="combo-heal-3" cost="1600" req="combo-heal-2" cat="combo3"
  217.             name="combo-heal-uname" desc="combo-heal-udesc-2">
  218.             <int name="lvl">3</int>
  219.             <int name="combo-heal">6</int>
  220.         </dictionary>
  221.         <dictionary id="combo-heal-4" cost="2600" req="combo-heal-3" cat="combo4"
  222.             name="combo-heal-uname" desc="combo-heal-udesc-2">
  223.             <int name="lvl">4</int>
  224.             <int name="combo-heal">8</int>
  225.         </dictionary>
  226.         <dictionary id="combo-heal-5" cost="3800" req="combo-heal-4" cat="combo5"
  227.             name="combo-heal-uname" desc="combo-heal-udesc-2">
  228.             <int name="lvl">5</int>
  229.             <int name="combo-heal">10</int>
  230.         </dictionary>
  231.        
  232.    
  233.     </upgrades>
  234. </tweak>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement