Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.02 KB | None | 0 0
  1. <implants>
  2.     <implant slot="1" augmentatorType="Perception">
  3.         <id>#id</id>
  4.         <name>Limited Ocular Filter</name>
  5.         <augmentatorValue>1</augmentatorValue>
  6.     </implant>
  7.     <implant slot="2" augmentatorType="Memory">
  8.         <id>#id</id>
  9.         <name>Genoluction Core Augmentation CA-4</name>
  10.         <set name="Core Augmentation">#setID</set>
  11.         <augmentatorValue>3</augmentatorValue>
  12.         <bonuses>
  13.             <bonus type="direct" modifies="agility">-1.5%</bonus>
  14.             <bonus type="direct" modifies="armor hitpoints">1.5%</bonus>
  15.             <bonus type="in-set-bonus">20%</bonus>
  16.         </bonuses>
  17.     </implant>
  18.     ...
  19.     <implant slot="6" hardwiringTree="armor">
  20.         <id>#id</id>
  21.         <name>Inherent Implants 'Noble' Repair Systems RS-606</name>
  22.         <bonuses>
  23.             <bonus type="direct" modifies="repair system duration">-6%</bonus>
  24.         </bonuses>
  25.     </implant>
  26.     <implant slot="6" hardwiringTree="armor">
  27.         <id>#id</id>
  28.         <name>High-grade Slave Omega</name>
  29.         <set name="Slave">#setID</set>
  30.         <bonuses>
  31.             <bonus type="set-bonus">50%</bonus>
  32.         </bonuses>
  33.     </implant>
  34.     ...
  35. </implants>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement