Page 1 of 1

UNITS STATS LIST!

Posted: Sat Jun 08, 2013 7:29 am
by MeSaber
Here comes a list for people who like numbers or statistics about their units!

http://pastebin.com/raw.php?i=fvKuNxQN

Feel free to ask if something is unclear!

//Saber

EDITED: 9/JUNE/2013

ADDED: Tesla x3 shots
ADDED: WALLS

Re: UNITS STATS LIST!

Posted: Tue Jun 18, 2013 3:05 pm
by wusche1
Hello Saber,

that is a nice list.

A small proposition: I would advise to add all values into a comma seperated (or otherwise formatted, e.g. csv) list that can be imported into programs like Excel or parsed by scripts. Some thought has to be put on what would be the best document structure. Also, it would be very nice to have all values inside this text, basically as a comma seperated text table version of the yaml files e.g.

Code: Select all

infantry.txt: 
  unit_name,  health, ROF, burst delay, cost, armor_type, ... (!)
  poodle, 2,,,100,fur, ... (!)

weapon.txt
  bla bla bla
This would really help to do some number crunching.

Cheers,

-- wuschel