Corrected trophy count
This commit is contained in:
parent
7593577c81
commit
ff9b35b0aa
|
@ -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`
|
||||
|
|
10
stats.md
10
stats.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue