Advertisement
Guest User

xr adv rename 1

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.41 KB | None | 0 0
  1.   <!--Generic station names-->
  2.   <t id="0">/station</t>
  3.   <t id="1">/whi/type {/cya/clu - /sec/whi}</t>
  4.   <!--For duplicate stations in same sector, use: /nrs1,2,3,.../nre -->
  5.   <t id="2">/nrs</t>
  6.   <t id="3">/whi\(/red</t>
  7.   <t id="4">/nre</t>
  8.   <t id="5">/whi\)</t>
  9.    
  10.   <!--Generic ship names-->
  11.   <t id="6">/ship</t>
  12.   <t id="7">/whi[/grn/purpose/whi] /type /yel/class /lbl/freightclass /whi{/cya/clu-/sec/whi}</t>
  13.  
  14.   <!--Shipyard, use: /syards SHIPS SOLD, SEE BELOW /syarde  -->
  15.   <t id="8">/syards</t>
  16.   <t id="9">/yel[Shipyard]/whi /type</t>
  17.   <t id="10">/syarde</t>
  18.   <t id="11">{/cya/clu - /sec/whi}</t>
  19.  
  20.   <!--Ship NPC types, use with Shipyard above-->
  21.     <!--Capital ship NPC-->
  22.   <t id="12">/capnpc</t>
  23.   <t id="13">/whi\(/magentaCap/whi\)</t>
  24.     <!--Small ship NPC-->  
  25.   <t id="16">/smallnpc</t>
  26.   <t id="17">/whi\(/magentaSmall/whi\)</t>
  27.     <!--CV ships sold here-->
  28.   <t id="16">/cvnpc</t>
  29.   <t id="17">/whi\(/magentaCV/whi\)</t>
  30.  
  31.   <!--SPECIFIC ship classes sold, use with Shipyard above-->
  32.     <!--Small NPC ship classes-->
  33.   <t id="18">/smalls</t> <!--S-->
  34.   <t id="19">/whi\(/magentaSmall:/red S/whi\)</t>  
  35.   <t id="20">/smallm</t> <!--M-->
  36.   <t id="21">/whi\(/magentaSmall:/red M/whi\)</t>  
  37.   <t id="22">/smallsm</t> <!--S and M-->
  38.   <t id="23">/whi\(/magentaSmall:/red S M/whi\)</t>    
  39.     <!--Capital NPC ship classes-->
  40.   <t id="24">/capl</t> <!--L-->
  41.   <t id="25">/whi\(/magentaCap:/red L/whi\)</t>
  42.   <t id="26">/capxl</t> <!--L-->
  43.   <t id="27">/whi\(/magentaCap:/red XL/whi\)</t>
  44.   <t id="28">/capl</t> <!--L-->
  45.   <t id="29">/whi\(/magentaCap:/red L XL/whi\)</t>  
  46.  
  47.   <!--STATIONS that are buildable-->
  48.     <!--Tier 1: Resources & water-->
  49.   <t id="30">/t1</t>
  50.   <t id="31">/yel[Resource]/whi /type {/cya/clu - /sec/whi}</t>
  51.     <!--Tier 2: Food-related-->
  52.   <t id="32">/t2</t>
  53.   <t id="33">/yel[Food]/whi /type {/cya/clu - /sec/whi}</t>
  54.     <!--Tier 3: Refined wares-->
  55.   <t id="34">/t3</t>
  56.   <t id="35">/yel[Refined]/whi /type {/cya/clu - /sec/whi}</t>
  57.     <!--Tier 4: Ship components-->
  58.   <t id="36">/t4</t>
  59.   <t id="37">/yel[Ship parts]/whi /type {/cya/clu - /sec/whi}</t>
  60.     <!--Tier 5: Ship upgrades-->
  61.   <t id="38">/t5</t>
  62.   <t id="39">/yel[Ship upgrades]/whi /type {/cya/clu - /sec/whi}</t>
  63.     <!--Tier 6: Warehouse,use:  /whs all,drones,weapons,etc /whe-->
  64.   <t id="40">/whs</t>
  65.   <t id="41">/yel[/type]/whi</t>
  66.   <t id="42">/whe</t>
  67.   <t id="43">{/cya/clu - /sec/whi}</t>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement