Page 1 of 1

Database Question - VI

Posted: Sat Feb 19, 2005 3:47 pm
by scout1
There is a field in the csv file generated using Witpload (witp15loc.csv) listed as "HQtype"
The values are grouped in the low 100"s, low single digits and mid (30-50).

However, I can't find any reference within this file or the witp15tab.csv file that would give me the conversion as to specifically what the number represents.

Can anyone tell me what I'm overlooking, or knows the answer ?

RE: Database Question - VI

Posted: Sat Feb 19, 2005 5:54 pm
by Tankerace
Look in the Editor Manual, page 29:

"The five types of HQs represented by values are: Command (100), Corps (0), Air (50), Naval (20) and Amphibious (30). The values listed above represent the type, and you need to add a number for command radius. So:L

109: This is a Command HQ, with a command radius of 9 Hexes.
2: This a Corps HQ with a command radius of 2 hexes (single digit).
52: This is an Air HQ with a command radius of 2 hexes.
24: This is a Naval HQ with a command radius of 4 hexes.
31: This is an Amphibious HQ with a command radius of 1 hex.

RE: Database Question - VI

Posted: Sat Feb 19, 2005 7:07 pm
by scout1
Thank you !