Advertisement
Brownies

obi v2.2

Jan 24th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <if ad_name="Light Shot|Dark Shot">
  2.     <equip set="QD-LD" />                        
  3. </if>
  4. <elseif ad_name="* Shot">
  5.     <equip set="QD" />
  6.     <if ad_name="Ice Shot">
  7.         <if e_day="iceday"|e_weather="ice"|e_weather="icex2">
  8.             <equip><waist>Hyorin Obi</waist></equip>
  9.         </if>
  10.     </if>
  11.         <if ad_name="Thunder Shot">
  12.             <if e_day="lightningday"|e_weather="thunder"|e_weather="thunderx2">
  13.                 <equip><waist>Rairin Obi</waist></equip>
  14.             </if>
  15.         </if>
  16. </elseif>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement