test: trace scenario 2400 monthly parity
This commit is contained in:
@@ -55,7 +55,9 @@ foreach ($db->query('SELECT * FROM general ORDER BY no') as $row) {
|
||||
$general = monthlySnapshotPick($row, [
|
||||
'id' => 'no', 'name' => 'name', 'nationId' => 'nation', 'cityId' => 'city',
|
||||
'troopId' => 'troop', 'leadership' => 'leadership', 'strength' => 'strength',
|
||||
'intelligence' => 'intel', 'experience' => 'experience', 'dedication' => 'dedication',
|
||||
'intelligence' => 'intel', 'experience' => 'experience', 'experienceLevel' => 'explevel',
|
||||
'dedication' => 'dedication', 'dedicationLevel' => 'dedlevel',
|
||||
'leadershipExp' => 'leadership_exp', 'strengthExp' => 'strength_exp', 'intelligenceExp' => 'intel_exp',
|
||||
'officerLevel' => 'officer_level', 'injury' => 'injury', 'gold' => 'gold',
|
||||
'rice' => 'rice', 'crew' => 'crew', 'crewTypeId' => 'crewtype', 'train' => 'train',
|
||||
'atmos' => 'atmos', 'age' => 'age', 'npcState' => 'npc', 'turnTime' => 'turntime',
|
||||
@@ -67,7 +69,8 @@ foreach ($db->query('SELECT * FROM general ORDER BY no') as $row) {
|
||||
'killTurn' => 'killturn',
|
||||
], ['last_turn', 'aux']);
|
||||
foreach (['id', 'nationId', 'cityId', 'troopId', 'leadership', 'strength', 'intelligence',
|
||||
'experience', 'dedication', 'officerLevel', 'injury', 'gold', 'rice', 'crew',
|
||||
'experience', 'experienceLevel', 'dedication', 'dedicationLevel', 'leadershipExp',
|
||||
'strengthExp', 'intelligenceExp', 'officerLevel', 'injury', 'gold', 'rice', 'crew',
|
||||
'crewTypeId', 'train', 'atmos', 'age', 'npcState', 'dex1', 'dex2', 'dex3',
|
||||
'dex4', 'dex5', 'killTurn', 'affinity', 'birthYear', 'deathYear', 'specAge', 'specAge2'] as $key) {
|
||||
$general[$key] = (int)$general[$key];
|
||||
|
||||
Reference in New Issue
Block a user