Advertisement
Guest User

Untitled

a guest
Jan 26th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <!--    BASE.XML MODS   -->
  2. <!--    CHANGE THIS:    -->
  3.             <simple>
  4.                 <to_hit>|WEAPON.%weap.TOTALHIT|</to_hit>
  5.                 <damage>|WEAPON.%weap.DAMAGE|</damage>
  6.                 <range>|WEAPON.%weap.RANGE|</range>
  7.             </simple>
  8.  
  9. <!--    TO THIS:    -->
  10.             <simple>
  11.                 <to_hit>|WEAPON.%weap.TOTALHIT|</to_hit>
  12.                 <damage>|WEAPON.%weap.DAMAGE|</damage>
  13.                 <range>|WEAPON.%weap.RANGE|</range>
  14.                 <name>|WEAPON.%weap.NAME|</name>
  15.                 <class>|FOR.0,10,1,\CLASSABB.%\\CLASS.%.LEVEL\, , ,1|</class>
  16.             </simple>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement