Corrected trophy count

This commit is contained in:
Steve 2016-04-29 08:40:24 +01:00
parent 7593577c81
commit ff9b35b0aa
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ SRC_LINES=`find src -name *.c | xargs wc -l | grep total | awk '{print $1}'`
NUM_MISSIONS=`find data/missions -iname *.json | wc -l`
NUM_CHALLENGES=`find data -name '*.json' -print0 | xargs -0 cat | grep "\"type\" : \"CHALLENGE_" | wc -l`
NUM_TROPHIES=`cat data/trophies/trophies.json | grep id | wc -l`
NUM_TROPHIES=`cat data/trophies/trophies.json | grep \"description\" | wc -l`
NUM_CRAFT=`find data/craft/* | wc -l`
NUM_FIGHTERS=`find data/fighters/* | wc -l`

View File

@ -1,8 +1,8 @@
# Statistics
* Lines of code: 17351
* Lines of code: 17354
* Size of source: 535K
* Size of data: 489K
* Size of data: 490K
* Size of graphics: 3.4M
* Size of sound: 638K
* Size of music: 53M
@ -10,8 +10,8 @@
* Number of missions: 59
* Number of challenges: 42
* Number of spacecraft: 47
* Number of trophies: 49
* Number of trophies: 41
* Translatable strings: 643
* Translatable strings: 644
* Number of GIT revisions: 981
* Number of GIT revisions: 987