From 1dc9f35b066c9002a17742140a0925bfbf94abf9 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 16 Mar 2004 21:24:30 +0000 Subject: [PATCH] Update to match code. There's currently no command that allows trade and commodity selectors; comment them out. --- info/Concepts/Selector.t | 91 +++++++++++++++++++++++++++------------- 1 file changed, 63 insertions(+), 28 deletions(-) diff --git a/info/Concepts/Selector.t b/info/Concepts/Selector.t index ebb4e75bc..f93c3bbc6 100644 --- a/info/Concepts/Selector.t +++ b/info/Concepts/Selector.t @@ -5,7 +5,7 @@ This is a complete list of all selectors you can use in Empire conditionals. A selector is for example \*Qmil\*U in the following command: .EX cen * ?mil>10 -Most selectors are self-explanitory, so definitions will only be givin +Most selectors are self-explanitory, so definitions will only be given where necessary. .s1 Commodities: @@ -30,8 +30,8 @@ heavy construction materials uncompensated workers .L rad radioactive materials -.s1 .in +.s1 Sector: .in +\w'nchoppers\0\0'u .L xloc @@ -42,12 +42,17 @@ designation/infrastructure .L effic .L mobil .L terr +.L terr0 +alias for terr +.L terr1 +.L terr2 +.L terr3 .L timestamp +.L fallout .L road .L rail .L dfense (this isn't defense or it will conflict with des) -territory .L work .L coastal is a coastal sector @@ -59,7 +64,7 @@ mineral resources (iron) gold resources .L fert food fertility -.L ocon +.L ocontent oil content .L uran uranium resources @@ -73,8 +78,8 @@ distribution centre distribution centre .L avail available workforce -.s1 .in +.s1 Ship, plane, or land unit: .in +\w'nchoppers\0\0'u .L xloc @@ -87,7 +92,6 @@ type of unit (e.g. cavalry or frigate) .L effic .L mobil .L timestamp -.L sell .L tech tech level the unit was built at .L uid @@ -109,8 +113,8 @@ mission operations sector 7 = defense support 8 = offense support .fi -.s1 .in +.s1 Ship: .in +\w'nchoppers\0\0'u .L fleet @@ -120,10 +124,10 @@ number of planes the ship is carrying .L nxlight number of xlight planes the ship is carrying .L nchoppers -number of helecopters the ship is carrying +number of helicopters the ship is carrying .L autonav -.s1 .in +.s1 Plane: .in +\w'nchoppers\0\0'u .L wing @@ -138,8 +142,8 @@ Type of nuke on the plane (-1 = no ship, 0..n = index into nuke table) .L flags .L land land unit the plane is on (-1 = no land unit) -.s1 .in +.s1 Land Unit: .in +\w'nchoppers\0\0'u .L att @@ -155,22 +159,36 @@ fortification number of land units on the unit .L nxlight number of xlight planes on the unit -.s1 +.L vul +.L spd +.L vis +.L spy +.L rad +.L frg +.L acc +.L dam +.L ammo +.L aaf +.L fuelc +.L fuelu +.L maxlight .in +.s1 Nuke: .in +\w'nchoppers\0\0'u +.L owner +.L uid .L xloc .L yloc .L number -.L ship -.L trade +.L types .L timestamp .s1 For distribution and delivery selectors, the first letter is the first letter of the name of the commodity. For example, civilian distribution threshold is 'c_dist'. -.s1 .in +.s1 Distribution: .in +\w'nchoppers\0\0'u .L c_dist @@ -187,8 +205,8 @@ Distribution: .L l_dist .L h_dist .L r_dist -.s1 .in +.s1 Delivery: .in +\w'nchoppers\0\0'u .L c_del @@ -205,17 +223,17 @@ Delivery: .L l_del .L h_del .L r_del -.s1 .in +.s1 Deity: .in +\w'nchoppers\0\0'u .L pstage .L ptime .L che -.L fallout -.L lmine -.s1 +.L che_target +.L mines .in +.s1 Treaty: .in +\w'nchoppers\0\0'u .L cna @@ -224,21 +242,22 @@ Treaty: .L acond .L bcond .L exp -.s1 .in +.s1 Loan: .in +\w'nchoppers\0\0'u .L loaner +.L uid .L loanee -.L sell +.L status .L irate .L ldur .L amtpaid .L amtdue .L lastpay .L duedate -.s1 .in +.s1 News: .in +\w'nchoppers\0\0'u .L actor @@ -247,15 +266,31 @@ News: .L times number of times action happened .L time -time -.s1 +time .in -Trade: +.s1 +Lost: .in +\w'nchoppers\0\0'u -.L type .L owner -.L unitid -.L price +.L uid +.L type +.L x +.L y +.L timestamp .in +\" Commented out, because there's currently no way to use these: +\" .s1 +\" Commodity: +\" .in +\w'nchoppers\0\0'u +\" \" FIXME incomplete +\" .s1 +\" .in +\" Trade: +\" .in +\w'nchoppers\0\0'u +\" .L type +\" .L owner +\" .L unitid +\" \" FIXME incomplete +\" .in .s1 .SA "Syntax, Playing" -- 2.43.0