
dock screen help
I think this should work:
Code: Select all
<ListOptions
dataFrom= "station"
list= "* +info;"
>
add a +id;
all uninstalled ids
all uninstalled objects with the attribute "info"
all uninstalled objects with the attribute info and is also an id
the U is needed so you don't sell your currently installed equipment. I forgot to mention that before. Also, it must be capitalized.
pulled from an older version of the tdb, but it's still accurate as far as I know. You can use any combination you want.
NUv = not damaged, uninstalled, drives. srw = shields, reactors, and weapons.
I think ~ means "not" ie w~l = weapons that are not launchers.
Code: Select all
list= "*U +id;"
Code: Select all
list= "*U +info;"
Code: Select all
list= "*U +info; +id;"
the U is needed so you don't sell your currently installed equipment. I forgot to mention that before. Also, it must be capitalized.
Code: Select all
* all categories
a armor
d device (weapon, shield, drive, etc.)
f fuel
l launcher weapon only
m missile
r reactor
s shields
t miscellaneous
u useful (armor coating, ROM, etc.)
v drive
w weapon (including launchers)
I is installed
D is damaged
N is not damaged
S is useable
U is not installed
modifiers:
+ must have this modifier
- must not have this modifier
NUv = not damaged, uninstalled, drives. srw = shields, reactors, and weapons.
I think ~ means "not" ie w~l = weapons that are not launchers.