tests/update: New; exercises the update
Notable gaps in its coverage are fallout, most of guerrilla, delivery, distribution, ALL_BLEED and LOSE_CONTACT. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
0fd4ddd82b
commit
14af586b57
14 changed files with 3186 additions and 0 deletions
2
Make.mk
2
Make.mk
|
@ -260,6 +260,7 @@ ifeq ($(empthread),LWP)
|
|||
$(srcdir)/tests/torpedo-test $(srcdir)
|
||||
$(srcdir)/tests/bridgefall-test $(srcdir)
|
||||
$(srcdir)/tests/retreat-test $(srcdir)
|
||||
$(srcdir)/tests/update-test $(srcdir)
|
||||
$(srcdir)/tests/version-test $(srcdir)
|
||||
else
|
||||
@echo "$(srcdir)/tests/smoke-test SKIPPED"
|
||||
|
@ -270,6 +271,7 @@ else
|
|||
@echo "$(srcdir)/tests/torpedo-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/bridgefall-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/retreat-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/update-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/version-test SKIPPED"
|
||||
endif
|
||||
$(srcdir)/tests/empdump-test $(srcdir)
|
||||
|
|
28
tests/update-test
Executable file
28
tests/update-test
Executable file
|
@ -0,0 +1,28 @@
|
|||
#!/bin/sh -e
|
||||
# Update test for Empire
|
||||
|
||||
if [ $# -ne 1 ]
|
||||
then echo "Usage: $0 SRCDIR" >&2; exit 1
|
||||
fi
|
||||
|
||||
srcdir="$1"
|
||||
|
||||
. "$srcdir"/tests/test-common.sh
|
||||
|
||||
create_sandbox
|
||||
cat >>$econfig <<EOF
|
||||
AUTO_POWER 1
|
||||
FALLOUT 1
|
||||
NOFOOD 0
|
||||
NO_PLAGUE 0
|
||||
update_demand 2
|
||||
EOF
|
||||
customize big-city
|
||||
# TODO cover ALL_BLEED 0
|
||||
# TODO cover LOSE_CONTACT 1
|
||||
|
||||
begin_test "$srcdir"/tests/update/setup-POGO
|
||||
feed_dir "$srcdir"/tests/update
|
||||
end_test
|
||||
|
||||
cmp_logs_xdump
|
8
tests/update/01-1
Normal file
8
tests/update/01-1
Normal file
|
@ -0,0 +1,8 @@
|
|||
budget
|
||||
| BUG: fb#100 won't actually starve
|
||||
| TODO is it accurate?
|
||||
neweff * ?newd#-
|
||||
production *
|
||||
| TODO is it accurate?
|
||||
starvation
|
||||
| TODO is it accurate?
|
7
tests/update/02-2
Normal file
7
tests/update/02-2
Normal file
|
@ -0,0 +1,7 @@
|
|||
budget
|
||||
| BUG: military payroll slightly low, both #mil and $
|
||||
| BUG: expenses ignore going broke
|
||||
| TODO is it accurate?
|
||||
production *
|
||||
| Note: ignores going broke
|
||||
| TODO is it accurate?
|
5
tests/update/03-3
Normal file
5
tests/update/03-3
Normal file
|
@ -0,0 +1,5 @@
|
|||
budget
|
||||
| BUG: expenses ignore becoming solvent
|
||||
| TODO is it accurate?
|
||||
production *
|
||||
| TODO is it accurate?
|
6
tests/update/04-4
Normal file
6
tests/update/04-4
Normal file
|
@ -0,0 +1,6 @@
|
|||
budget
|
||||
| BUG: stopped city pays no maintenance
|
||||
| BUG: tech despite insufficient edu
|
||||
| TODO is it accurate?
|
||||
production *
|
||||
| TODO is it accurate?
|
1
tests/update/05-5
Normal file
1
tests/update/05-5
Normal file
|
@ -0,0 +1 @@
|
|||
budget
|
3
tests/update/06-6
Normal file
3
tests/update/06-6
Normal file
|
@ -0,0 +1,3 @@
|
|||
budget
|
||||
| BUG: missing f1#93
|
||||
| BUG: missing inf#93
|
3
tests/update/07-7
Normal file
3
tests/update/07-7
Normal file
|
@ -0,0 +1,3 @@
|
|||
budget
|
||||
show updates
|
||||
power
|
244
tests/update/99-POGO
Normal file
244
tests/update/99-POGO
Normal file
|
@ -0,0 +1,244 @@
|
|||
force
|
||||
show updates
|
||||
power
|
||||
read 0
|
||||
|| country#1
|
||||
| pop growth
|
||||
| 2,0 1f for 83+83 babies make 83c 83u
|
||||
| 4,0 2f for 166+166 babies make 166c 105u
|
||||
| 6,0 3f for 250+250 babies make 210c 105u
|
||||
| 8,0 plenty of food make -1000c 100u pop limit
|
||||
| starvation
|
||||
| 1,1 33u
|
||||
| 3,1 100u 33c
|
||||
| 5,1 100u 50c
|
||||
| 7,1 100u 20c 30m
|
||||
| 9,1 16c
|
||||
| 11,1 6c
|
||||
| 15,1 16m
|
||||
| ship#42 25m
|
||||
| 43 30u 3c
|
||||
| land#42 25m
|
||||
| BUG: che don't age in 1,1
|
||||
| sector building
|
||||
| 0,2 0% stopped
|
||||
| 2,2 100% -> 84%-88% 7.8 work, 4 left
|
||||
| 4,2 100% -> 0% -> 14% 78 work, 39 left
|
||||
| 6,2 100% -> 0% -> 100% 273 work, 148 left
|
||||
| 8,2 1% no materials
|
||||
| 10,2 1% -> 11% f 10h
|
||||
| 12,2 1% -> 11% c 10l 20h, 30h left
|
||||
| ship building
|
||||
| 60 stopped
|
||||
| 61 neutral harbor
|
||||
| 70..73 +0.5% at sea
|
||||
| 74 +1% at sea
|
||||
| 75 +1% at sea
|
||||
| 76 +2% at sea limit 80%
|
||||
| 90/91 friendly harbor with and without work
|
||||
| BUG: 91 not built
|
||||
| 92/93 +0% friendly city without work
|
||||
| odd: cities don't repair ships
|
||||
| 95 +80% own harbor
|
||||
| 97 +20% own harbor, materials limit
|
||||
| 103 +13% at sea
|
||||
| 104 +13% at sea
|
||||
| 113 +5% at sea
|
||||
| 114 +5% at sea
|
||||
| plane building
|
||||
| 60 stopped
|
||||
| 61 friendly airfield
|
||||
| 70 +2% carrier at sea
|
||||
| 71 +1% carrier at sea up to limit 80%
|
||||
| 72 +1% carrier in allied airfield up to limit 80%
|
||||
| 75..78 +7.5% allied carrier in friendly airfield
|
||||
| BUG: avoids "no airfield" malus, uses airfield materials
|
||||
| 80 +30% in the field
|
||||
| 81 +20% in the field (weird limit "at most (100-eff)/3")
|
||||
| 82 no work
|
||||
| 90/91 +90% allied airfield with and without work
|
||||
| BUG: 91 not built
|
||||
| 92/93 +30% allied city without work
|
||||
| BUG: 92 not built
|
||||
| 95 +50% own airfield
|
||||
| 97 +50% own airfield
|
||||
| 100 allied airfield where plague killed off mil
|
||||
| BUG: builds anyway
|
||||
| land unit building
|
||||
| 60 stopped
|
||||
| 61 friendly hq
|
||||
| 80 +30% in the field
|
||||
| 81 +20% in the field (weird limit "at most (100-eff)/3")
|
||||
| 82 no work
|
||||
| 90/91 allied fort/hq with and without work
|
||||
| BUG: 91 not built
|
||||
| 92/93 +30% allied city without work
|
||||
| BUG: 92 not built
|
||||
| 95 +90% own hq
|
||||
| 97 +50% own hq, materials limit
|
||||
| 98 +90% own fort
|
||||
| produce sect
|
||||
| make units avail
|
||||
| 1,3 m 0i 0 stopped
|
||||
| 3,3 m 0i 39 inefficient
|
||||
| 9,3 e 0m 93.6 mil limit
|
||||
| 11,3 e 30m 78
|
||||
| 13,3 e 45m 39.6
|
||||
| -16,4 m 7i 8
|
||||
| -14,4 m 78i 0
|
||||
| -12,4 m 26i 1.3
|
||||
| -8,4 g 7d 8
|
||||
| -6,4 g 78d 0
|
||||
| -4,4 g 500d 700 resource limit
|
||||
| -2,4 ^ 45d 0
|
||||
| 0,4 a 57.8f 8
|
||||
| 2,4 a 643.5f 0
|
||||
| 4,4 a 999f 478.9 product limit
|
||||
| 8,4 o 6.4o 8
|
||||
| 10,4 o 71.5o 0
|
||||
| -15,5 o 6.0u 8
|
||||
| -13,5 u 66.9u 0
|
||||
| -11,5 u 244.3u 915 resource limit
|
||||
| -7,5 i 23.1s 26 0
|
||||
| -5,5 i 44,4s 50 240
|
||||
| -3,5 i 88.9s 100 90
|
||||
| 1,5 d 3.6g 4 14
|
||||
| 3,5 d 8.9g 10 230
|
||||
| 9,5 % 693.3p 78 0
|
||||
| 11,5 % 888.9p 100 56
|
||||
| 13,5 % 999p 112.4 277.6 product limit
|
||||
| -16,6 b 15b 15 3
|
||||
| -14,6 b 20b 20 290
|
||||
| -12,6 b 6b 6 1.0
|
||||
| -8,6 j 71.5l 78 0
|
||||
| -6,6 j 91.7l 100 290
|
||||
| -4,6 j 999l 1089.8 110.2 product limit
|
||||
| 0,6 k 35.8h 39 0
|
||||
| 2,6 k 45.8h 50 290
|
||||
| 4,6 k 19h 20.7 36.6 backlog
|
||||
| -15,7 t 2.4 4 14
|
||||
| -13,7 t 3.0 5 310
|
||||
| -7,7 r 2.4 4 14
|
||||
| -5,7 r 3.6 6 294
|
||||
| 1,7 l 78 78 0
|
||||
| 3,7 l 100 100 290
|
||||
| 9,7 p 78 78 0
|
||||
| 11,7 p 0 0 78
|
||||
| produce ship
|
||||
| 100 +40.5f with 100% eff 10 fert
|
||||
| 101 +405f with 100% eff 100 fert
|
||||
| 102 stopped
|
||||
| BUG: produces anyway
|
||||
| 103 +243f with 60% eff
|
||||
| 104 +81f with 20% eff
|
||||
| 110 +5.14o 100% eff 10 ocont
|
||||
| 111 +51.4o with 100% eff 100 ocont
|
||||
| 112 stopped
|
||||
| BUG: produces anyway
|
||||
| 113 +29.0o-29.3o with 60% eff 94-95 ocont
|
||||
| 114 +9.2-9.6o with 20% eff 91-93 ocont, 90-93 ocont left
|
||||
read 1
|
||||
nation 1
|
||||
cens 0:15,0:3
|
||||
comm 0:15,0:3
|
||||
cens -16:15,4:7
|
||||
comm -16:15,4:7
|
||||
ship 0:31,0:15
|
||||
carg 0:31,0:15
|
||||
plane 0:31,0:15
|
||||
land 0:31,0:15
|
||||
|| country#2
|
||||
| negative money delta
|
||||
| starvation 0:15,0
|
||||
| #30 lost 12% to lack of maintenance
|
||||
| #31 lost 1%
|
||||
| BUG: income from sectors lost to che not lost
|
||||
| BUG: no sector maintenance
|
||||
| sector building
|
||||
| -16:-12,0 no money
|
||||
| sector production
|
||||
| -1,3 no money
|
||||
| ship building
|
||||
| 65 no money
|
||||
| plane building
|
||||
| 65 no money
|
||||
| land unit building
|
||||
| 65 no money
|
||||
read 2
|
||||
nation 2
|
||||
cens -16:-1,0:3
|
||||
comm -16:-1,0:3
|
||||
peek -16:-1,0:3
|
||||
ship -32:-1,0:15
|
||||
plane -32:-1,0:15
|
||||
land -32:-1,0:15
|
||||
|| country#3
|
||||
| civil unrest in 0:15,-8:-5
|
||||
| loyalty recovery and conversion 0:15,-3
|
||||
read 3
|
||||
nation 3
|
||||
cens 0:15,-8:-1
|
||||
comm 0:15,-8:-1
|
||||
peek 0:15,-8:-1
|
||||
ship 0:31,-16:-1
|
||||
plane 0:31,-16:-1
|
||||
land 0:31,-16:-1
|
||||
|| country#4
|
||||
| che take over -16:-14,-8 and spread; -14,-8 is a bank
|
||||
| plague stage 4 (dying) -16:-1,-6 ship#10 land#10
|
||||
| -16,-6 reverts to deity
|
||||
| BUG mob not reset
|
||||
| BUG work etc. not reset
|
||||
| -14,-6 resets work etc.
|
||||
| -12,-6 mil all die
|
||||
| -10,-6 resets work etc
|
||||
| BUG work etc. not reset
|
||||
| -8,-6 reverts to deity
|
||||
| BUG mob not reset
|
||||
| BUG work etc. not reset
|
||||
| plague stage 3..1 -16:-1,-5:-3 ship#11..19 land#10..19
|
||||
| plague stage 0 (healthy) -16:-9,-2, 50% chance to become exposed
|
||||
| -5,-1 tech too low
|
||||
| -3,-1 edu too low
|
||||
read 4
|
||||
nation 4
|
||||
cens -16:-1,-8:-1
|
||||
comm -16:-1,-8:-1
|
||||
peek -16:-1,-8:-1
|
||||
| #10 plague deaths
|
||||
| #61/62 not repaired
|
||||
ship -32:-1,-16:-1
|
||||
| #1 sat moved
|
||||
plane -32:-1,-16:-1
|
||||
| #10 plague deaths
|
||||
land -32:-1,-16:-1
|
||||
|| country#5
|
||||
| che retake -16:-14,-8
|
||||
| BUG: no income from liberated sectors
|
||||
read 5
|
||||
nation 5
|
||||
|| country#6
|
||||
| plane building
|
||||
| 62 friendly airfield
|
||||
| 96 allied airfield, no materials left
|
||||
| land unit building
|
||||
| 62 friendly hq
|
||||
| 96 allied hq, no materials left
|
||||
read 6
|
||||
nation 6
|
||||
cens 0:15,8
|
||||
comm 0:15,8
|
||||
|| country#7
|
||||
| ship building
|
||||
| 62 neutral harbor
|
||||
| 96 friendly harbor, no materials left
|
||||
read 7
|
||||
nation 7
|
||||
cens -16:-1,8
|
||||
comm -16:-1,8
|
||||
|| resource depletion
|
||||
reso * ?min>0
|
||||
reso * ?gold>0
|
||||
reso * ?fert>0
|
||||
reso * ?ocont>0
|
||||
reso * ?uran>0
|
439
tests/update/final.xdump
Normal file
439
tests/update/final.xdump
Normal file
|
@ -0,0 +1,439 @@
|
|||
config sect
|
||||
owner xloc yloc des effic mobil off loyal terr0 terr1 terr2 terr3 dterr xdist ydist avail elev work coastal newdes min gold fert ocontent uran oldown civil milit shell gun petrol iron dust bar food oil lcm hcm uw rad c_dist m_dist s_dist g_dist p_dist i_dist d_dist b_dist f_dist o_dist l_dist h_dist u_dist r_dist c_del m_del s_del g_del p_del i_del d_del b_del f_del o_del l_del h_del u_del r_del mines pstage ptime che che_target fallout access road rail dfense
|
||||
1 0 0 5 100 120 0 0 0 0 0 0 0 0 0 281 0 100 0 5 0 0 0 0 0 1 650 2 0 0 0 0 0 0 83 0 7 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 2 0 24 100 120 0 0 0 0 0 0 0 2 0 939 0 100 0 24 0 0 0 0 0 1 783 0 0 0 0 0 0 0 0 0 0 0 783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 4 0 24 100 120 0 0 0 0 0 0 0 4 0 1002 0 100 0 24 0 0 0 0 0 1 866 0 0 0 0 0 0 0 0 0 0 0 805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 6 0 24 100 120 0 0 0 0 0 0 0 6 0 1029 0 100 0 24 0 0 0 0 0 1 910 0 0 0 0 0 0 0 1 0 0 0 805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 8 0 24 100 120 0 0 0 0 0 0 0 8 0 1200 0 100 0 24 0 0 0 0 0 1 1000 0 0 0 0 0 0 0 9 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 10 0 24 100 120 0 0 0 0 0 0 0 10 0 1198 0 100 0 24 0 0 0 0 0 1 999 0 0 0 0 0 0 0 48 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 12 0 24 100 120 0 0 0 0 0 0 0 12 0 1198 0 100 0 24 0 0 0 0 0 1 999 0 0 0 0 0 0 0 49 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 14 0 24 100 120 0 0 0 0 0 0 0 14 0 1198 0 100 1 24 0 0 0 0 0 1 999 0 0 0 0 0 0 0 49 0 0 0 999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -16 0 29 1 120 0 0 0 0 0 0 0 -16 0 0 0 100 1 29 0 0 0 0 0 2 1000 400 0 0 0 0 0 100 28 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -14 0 29 30 120 0 0 0 0 0 0 0 -14 0 0 0 100 0 29 0 0 0 0 0 2 1000 400 0 0 0 0 0 100 28 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -12 0 29 60 120 0 57 0 0 0 0 0 -12 0 0 0 100 0 29 0 0 0 0 0 5 1000 400 0 0 0 0 0 100 28 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -10 0 29 100 120 0 0 0 0 0 0 0 -10 0 0 0 100 0 29 0 0 0 0 0 2 1000 400 0 0 0 0 0 100 28 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -8 0 4 0 120 0 0 0 0 0 0 0 -8 0 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -6 0 4 0 120 0 0 0 0 0 0 0 -6 0 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -4 0 4 0 120 0 0 0 0 0 0 0 -4 0 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -2 0 5 10 120 0 0 0 0 0 0 0 -2 0 0 0 100 0 5 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 1 1 24 73 120 0 5 0 0 0 0 0 1 1 72 0 0 0 24 0 0 0 0 0 1 100 100 0 0 0 0 0 0 0 0 0 0 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 100 5 0 0 0 0 0
|
||||
1 3 1 24 73 120 0 8 0 0 0 0 0 3 1 72 0 0 0 24 0 0 0 0 0 1 67 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 5 1 24 73 120 0 2 0 0 0 0 0 5 1 72 0 0 0 24 0 0 0 0 0 1 50 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 7 1 24 58 120 0 9 0 0 0 0 0 7 1 58 0 0 0 24 0 0 0 0 0 1 0 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 9 1 24 16 120 0 5 0 0 0 0 0 9 1 15 0 0 0 24 0 0 0 0 0 1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 11 1 24 13 120 0 3 0 0 0 0 0 11 1 12 0 0 0 24 0 0 0 0 0 1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 13 1 15 100 120 0 0 0 0 0 0 0 13 1 0 0 100 0 15 0 0 100 0 0 1 34 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 15 1 15 100 120 0 2 0 0 0 0 0 15 1 0 0 0 1 15 0 0 100 0 0 1 0 34 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -15 1 5 100 120 0 0 0 0 0 0 0 -15 1 100 0 100 1 5 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -13 1 5 100 120 0 0 0 0 0 0 0 -13 1 0 0 100 0 5 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -11 1 5 100 120 0 0 0 0 0 0 0 -11 1 0 0 100 0 5 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -9 1 5 100 120 0 0 0 0 0 0 0 -9 1 0 0 100 0 5 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -7 1 4 0 120 0 0 0 0 0 0 0 -7 1 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -5 1 4 0 120 0 0 0 0 0 0 0 -5 1 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -3 1 4 0 120 0 0 0 0 0 0 0 -3 1 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -1 1 4 0 120 0 0 0 0 0 0 0 -1 1 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 0 2 4 0 120 0 0 0 0 0 0 0 0 2 0 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 2 2 11 88 120 0 0 0 0 0 0 0 2 2 4 0 100 0 24 0 0 0 0 0 1 13 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 4 2 24 14 120 0 0 0 0 0 0 0 4 2 39 0 100 0 24 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 6 2 24 100 120 0 0 0 0 0 0 0 6 2 148 0 100 0 24 0 0 0 0 0 1 455 0 0 0 0 0 0 0 88 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 8 2 19 1 120 0 0 0 0 0 0 0 8 2 78 0 100 0 19 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 10 2 19 11 120 0 0 0 0 0 0 0 10 2 68 0 100 0 19 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 12 2 5 11 120 0 0 0 0 0 0 0 12 2 68 0 100 0 5 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 14 2 4 39 120 0 0 0 0 0 0 0 14 2 39 0 100 1 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -16 2 4 0 120 0 0 0 0 0 0 0 -16 2 0 0 100 1 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -14 2 4 0 120 0 0 0 0 0 0 0 -14 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -12 2 4 0 120 0 0 0 0 0 0 0 -12 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -10 2 4 0 120 0 0 0 0 0 0 0 -10 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -8 2 4 0 120 0 0 0 0 0 0 0 -8 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -6 2 4 0 120 0 0 0 0 0 0 0 -6 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -4 2 4 0 120 0 0 0 0 0 0 0 -4 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -2 2 4 0 120 0 0 0 0 0 0 0 -2 2 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 1 3 10 100 120 0 0 0 0 0 0 0 1 3 0 0 100 0 10 100 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 3 3 10 40 120 0 0 0 0 0 0 0 3 3 39 0 100 0 10 100 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 5 3 4 39 120 0 0 0 0 0 0 0 5 3 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 7 3 4 39 120 0 0 0 0 0 0 0 7 3 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 9 3 31 100 120 0 0 0 0 0 0 0 9 3 93 0 100 0 31 0 0 0 0 0 1 130 65 0 0 0 0 0 0 95 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 11 3 31 100 120 0 0 0 0 0 0 0 11 3 78 0 100 0 31 0 0 0 0 0 1 100 30 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 13 3 31 79 120 0 0 0 0 0 0 0 13 3 40 0 100 0 31 0 0 0 0 0 1 85 50 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 15 3 4 39 120 0 0 0 0 0 0 0 15 3 39 0 100 1 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -15 3 4 0 120 0 0 0 0 0 0 0 -15 3 0 0 100 1 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -13 3 4 0 120 0 0 0 0 0 0 0 -13 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -11 3 4 0 120 0 0 0 0 0 0 0 -11 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -9 3 4 0 120 0 0 0 0 0 0 0 -9 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -7 3 4 0 120 0 0 0 0 0 0 0 -7 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -5 3 4 0 120 0 0 0 0 0 0 0 -5 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -3 3 4 0 120 0 0 0 0 0 0 0 -3 3 0 0 100 0 4 0 0 0 0 0 2 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
2 -1 3 20 100 120 0 0 0 0 0 0 0 -1 3 0 0 100 0 20 100 0 0 0 0 2 130 0 0 0 0 0 1 0 97 5 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 0 4 15 100 120 0 0 0 0 0 0 0 0 4 8 0 100 0 15 0 0 10 0 0 1 130 0 0 0 0 0 0 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 2 4 15 100 120 0 0 0 0 0 0 0 2 4 0 0 100 0 15 0 0 100 0 0 1 130 10 0 0 0 0 0 0 756 0 50 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 4 4 15 100 120 0 0 0 0 0 0 0 4 4 479 0 100 0 15 0 0 100 0 0 1 1000 0 0 0 0 0 0 0 1069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 6 4 4 39 120 0 0 0 0 0 0 0 6 4 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 8 4 16 100 120 0 0 0 0 0 0 0 8 4 8 0 100 0 16 0 0 0 9 0 1 130 0 0 0 0 0 0 0 97 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 10 4 16 100 120 0 0 0 0 0 0 0 10 4 0 0 100 0 16 0 0 0 92 0 1 130 0 0 0 0 0 0 0 97 72 20 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 12 4 4 39 120 0 0 0 0 0 0 0 12 4 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 14 4 4 39 120 0 0 0 0 0 0 0 14 4 39 0 100 1 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
0 16 4 0 0 0 0 0 0 0 0 0 0 16 4 0 0 0 1 0 0 0 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
0 18 4 0 0 0 0 0 0 0 0 0 0 18 4 0 0 0 1 0 0 0 100 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
0 20 4 0 0 0 0 0 0 0 0 0 0 20 4 0 0 0 1 0 0 0 100 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -16 4 10 100 120 0 0 0 0 0 0 0 -16 4 8 0 100 1 10 10 0 0 0 0 1 130 1 0 0 0 7 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -14 4 10 100 120 0 0 0 0 0 0 0 -14 4 0 0 100 0 10 100 0 0 0 0 1 130 1 0 0 0 78 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -12 4 10 69 120 0 0 0 0 0 0 0 -12 4 1 0 100 0 10 100 0 0 0 0 1 130 1 0 0 0 26 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -10 4 4 39 120 0 0 0 0 0 0 0 -10 4 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -8 4 11 100 120 0 0 0 0 0 0 0 -8 4 8 0 100 0 11 0 9 0 0 0 1 130 1 0 0 0 0 7 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -6 4 11 100 120 0 0 0 0 0 0 0 -6 4 0 0 100 0 11 0 85 0 0 0 1 130 1 0 0 0 0 78 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -4 4 11 100 120 0 0 0 0 0 0 0 -4 4 700 0 100 0 11 0 0 0 0 0 1 1000 1 0 0 0 0 500 0 40 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -2 4 1 100 120 0 0 0 0 0 0 0 -2 4 0 0 100 0 1 0 88 0 0 0 1 100 1 0 0 0 0 45 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 1 5 8 100 120 0 0 0 0 0 0 0 1 5 14 0 100 0 8 0 0 0 0 0 1 130 0 0 4 0 0 0 0 97 6 80 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 3 5 8 100 120 0 0 0 0 0 0 0 3 5 230 0 100 0 8 0 0 0 0 0 1 650 0 0 9 0 0 0 0 84 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 5 5 4 39 120 0 0 0 0 0 0 0 5 5 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 7 5 4 39 120 0 0 0 0 0 0 0 7 5 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 9 5 30 100 120 0 0 0 0 0 0 0 9 5 0 0 100 0 30 0 0 0 0 0 1 130 0 0 0 693 0 0 0 97 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 11 5 30 100 120 0 0 0 0 0 0 0 11 5 56 0 100 0 30 0 0 0 0 0 1 260 0 0 0 889 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 13 5 30 100 120 0 0 0 0 0 0 0 13 5 277 0 100 0 30 0 0 0 0 0 1 650 0 0 0 999 0 0 0 84 87 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 15 5 4 39 120 0 0 0 0 0 0 0 15 5 39 0 100 1 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -15 5 6 100 120 0 0 0 0 0 0 0 -15 5 8 0 100 1 6 0 0 0 0 8 1 130 1 0 0 0 0 0 0 97 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -13 5 6 100 120 0 0 0 0 0 0 0 -13 5 0 0 100 0 6 0 0 0 0 72 1 130 1 0 0 0 0 0 0 97 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -11 5 6 100 120 0 0 0 0 0 0 0 -11 5 915 0 100 0 6 0 0 0 0 1 1 1000 1 0 0 0 0 0 0 40 0 0 0 1000 244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -9 5 4 39 120 0 0 0 0 0 0 0 -9 5 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -7 5 9 100 120 0 0 0 0 0 0 0 -7 5 0 0 100 0 9 0 0 0 0 0 1 130 1 24 0 0 0 0 0 97 0 48 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -5 5 9 100 120 0 0 0 0 0 0 0 -5 5 240 0 100 0 9 0 0 0 0 0 1 650 1 45 0 0 0 0 0 84 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -3 5 9 100 120 0 0 0 0 0 0 0 -3 5 90 0 100 0 9 0 0 0 0 0 1 650 1 89 0 0 0 0 0 84 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -1 5 4 39 120 0 0 0 0 0 0 0 -1 5 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 0 6 18 100 120 0 0 0 0 0 0 0 0 6 0 0 100 0 18 0 0 0 0 0 1 130 0 0 0 0 22 0 0 97 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 2 6 18 100 120 0 0 0 0 0 0 0 2 6 290 0 100 0 18 0 0 0 0 0 1 650 0 0 0 0 0 0 0 84 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 4 6 18 100 120 0 0 0 0 0 0 0 4 6 38 0 100 0 18 0 0 0 0 0 1 130 0 0 0 0 60 0 0 97 0 0 9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 6 6 4 39 120 0 0 0 0 0 0 0 6 6 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 8 6 19 100 120 0 0 0 0 0 0 0 8 6 564 0 100 0 19 0 0 0 0 0 1 1000 0 0 0 0 0 0 0 70 0 5 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 10 6 26 100 120 0 0 0 0 0 0 0 10 6 544 0 100 0 26 0 0 0 0 0 1 1000 0 0 0 0 0 0 0 70 0 0 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 12 6 14 100 120 0 0 0 0 0 0 0 12 6 570 0 100 0 14 0 0 0 0 0 1 1000 8 0 0 0 0 0 0 69 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 14 6 12 100 120 0 0 0 0 0 0 0 14 6 440 0 100 1 12 0 0 0 0 0 1 1000 0 0 0 0 0 0 0 70 0 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -16 6 29 100 120 0 0 0 0 0 0 0 -16 6 3 0 100 1 29 0 0 0 0 0 1 130 1 0 0 0 0 25 15 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -14 6 29 100 120 0 0 0 0 0 0 0 -14 6 290 0 100 0 29 0 0 0 0 0 1 650 1 0 0 0 0 0 20 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -12 6 29 79 120 0 0 0 0 0 0 0 -12 6 1 0 100 0 29 0 0 0 0 0 1 130 1 0 0 0 0 70 6 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -10 6 4 39 120 0 0 0 0 0 0 0 -10 6 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -8 6 17 100 120 0 0 0 0 0 0 0 -8 6 0 0 100 0 17 0 0 0 0 0 1 130 1 0 0 0 22 0 0 97 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -6 6 17 100 120 0 0 0 0 0 0 0 -6 6 290 0 100 0 17 0 0 0 0 0 1 650 1 0 0 0 0 0 0 85 0 92 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -4 6 17 100 120 0 0 0 0 0 0 0 -4 6 111 0 100 0 17 0 0 0 0 0 1 1000 1 0 0 0 911 0 0 40 0 999 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -2 6 4 39 120 0 0 0 0 0 0 0 -2 6 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 1 7 23 100 120 0 0 0 0 0 0 0 1 7 0 0 100 0 23 0 0 0 0 0 1 130 0 0 0 0 0 0 0 96 0 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 3 7 23 100 120 0 0 0 0 0 0 0 3 7 290 0 100 0 23 0 0 0 0 0 1 650 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 5 7 4 39 120 0 0 0 0 0 0 0 5 7 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 7 7 4 39 120 0 0 0 0 0 0 0 7 7 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 9 7 7 100 120 0 0 0 0 0 0 0 9 7 0 0 100 0 7 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 11 7 7 100 120 0 0 0 0 0 0 0 11 7 78 0 100 0 7 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 13 7 4 39 120 0 0 0 0 0 0 0 13 7 39 0 100 0 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 15 7 4 39 120 0 0 0 0 0 0 0 15 7 39 0 100 1 4 0 0 0 0 0 1 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -15 7 20 100 120 0 0 0 0 0 0 0 -15 7 14 0 100 1 20 0 0 0 0 0 1 130 1 0 0 0 0 6 0 97 30 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -13 7 20 100 120 0 0 0 0 0 0 0 -13 7 310 0 100 0 20 0 0 0 0 0 1 650 1 0 0 0 0 5 0 84 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -11 7 4 39 120 0 0 0 0 0 0 0 -11 7 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -9 7 4 39 120 0 0 0 0 0 0 0 -9 7 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -7 7 21 100 120 0 0 0 0 0 0 0 -7 7 14 0 100 0 21 0 0 0 0 0 1 130 1 0 0 0 0 6 0 95 10 60 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -5 7 21 100 120 0 0 0 0 0 0 0 -5 7 294 0 100 0 21 0 0 0 0 0 1 650 1 0 0 0 0 4 0 83 0 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -3 7 4 39 120 0 0 0 0 0 0 0 -3 7 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
1 -1 7 4 39 120 0 0 0 0 0 0 0 -1 7 39 0 100 0 4 0 0 0 0 0 1 130 1 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 0 8 5 100 120 0 0 0 0 0 0 0 0 8 394 0 100 1 5 0 0 0 0 0 6 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 2 8 4 100 120 0 0 0 0 0 0 0 2 8 294 0 100 1 4 0 0 0 0 0 6 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 4 8 19 100 120 0 0 0 0 0 0 0 4 8 444 0 100 1 19 0 0 0 0 0 6 650 20 0 0 0 0 0 0 84 0 391 395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 6 8 14 100 120 0 0 0 0 0 0 0 6 8 444 0 100 1 14 0 0 0 0 0 6 650 18 0 0 0 0 0 0 84 0 386 397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 8 8 12 100 120 0 0 0 0 0 0 0 8 8 444 0 100 1 12 0 0 0 0 0 6 650 20 0 0 0 0 0 0 84 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 10 8 26 100 120 0 0 0 0 0 0 0 10 8 394 0 100 1 26 0 0 0 0 0 6 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 12 8 14 100 120 0 0 0 0 0 0 0 12 8 394 0 100 1 14 0 0 0 0 0 6 650 20 0 0 0 0 0 0 84 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
6 14 8 12 100 120 0 0 0 0 0 0 0 14 8 394 0 100 1 12 0 0 0 0 0 6 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -16 8 4 100 120 0 0 0 0 0 0 0 -16 8 294 0 100 1 4 0 0 0 0 0 7 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -14 8 12 100 120 0 0 0 0 0 0 0 -14 8 394 0 100 1 12 0 0 0 0 0 7 650 20 0 0 0 0 0 0 84 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -12 8 14 100 120 0 0 0 0 0 0 0 -12 8 394 0 100 1 14 0 0 0 0 0 7 650 20 0 0 0 0 0 0 84 0 398 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -10 8 26 100 120 0 0 0 0 0 0 0 -10 8 394 0 100 1 26 0 0 0 0 0 7 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -8 8 12 100 120 0 0 0 0 0 0 0 -8 8 444 0 100 1 12 0 0 0 0 0 7 650 20 0 0 0 0 0 0 83 0 352 368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -6 8 14 100 120 0 0 0 0 0 0 0 -6 8 444 0 100 1 14 0 0 0 0 0 7 650 20 0 0 0 0 0 0 84 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -4 8 19 100 120 0 0 0 0 0 0 0 -4 8 444 0 100 1 19 0 0 0 0 0 7 650 20 0 0 0 0 0 0 83 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
7 -2 8 5 100 120 0 0 0 0 0 0 0 -2 8 394 0 100 1 5 0 0 0 0 0 7 650 20 0 0 0 0 0 0 84 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 0 -8 4 9 120 0 112 0 0 0 0 0 0 -8 10 0 37 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 2 -8 4 13 120 0 127 0 0 0 0 0 2 -8 14 0 42 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 4 -8 4 15 120 0 112 0 0 0 0 0 4 -8 16 0 56 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 6 -8 4 13 120 0 112 0 0 0 0 0 6 -8 14 0 51 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 8 -8 4 11 120 0 127 0 0 0 0 0 8 -8 11 0 39 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 10 -8 4 12 120 0 127 0 0 0 0 0 10 -8 13 0 40 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 12 -8 4 14 120 0 127 0 0 0 0 0 12 -8 14 0 54 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 14 -8 4 12 120 0 127 0 0 0 0 0 14 -8 13 0 48 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
5 -16 -8 4 0 120 0 0 0 0 0 0 0 -16 -8 0 0 100 1 4 0 0 0 0 0 5 123 5 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
5 -14 -8 29 100 120 0 0 0 0 0 0 0 -14 -8 0 0 100 1 29 0 0 0 0 0 5 123 5 0 0 0 0 20 100 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -12 -8 4 39 120 0 10 0 0 0 0 0 -12 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 10 4 0 0 0 0 0
|
||||
4 -10 -8 4 39 120 0 0 0 0 0 0 0 -10 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -8 -8 4 39 120 0 0 0 0 0 0 0 -8 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -6 -8 4 39 120 0 0 0 0 0 0 0 -6 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -4 -8 4 39 120 0 0 0 0 0 0 0 -4 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -2 -8 4 39 120 0 0 0 0 0 0 0 -2 -8 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 1 -7 4 14 120 0 112 0 0 0 0 0 1 -7 14 0 54 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 3 -7 4 14 120 0 127 0 0 0 0 0 3 -7 15 0 48 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 5 -7 4 13 120 0 112 0 0 0 0 0 5 -7 13 0 45 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 7 -7 4 14 120 0 112 0 0 0 0 0 7 -7 14 0 49 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 9 -7 4 11 120 0 112 0 0 0 0 0 9 -7 12 0 48 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 11 -7 4 15 120 0 127 0 0 0 0 0 11 -7 16 0 58 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 13 -7 4 10 120 0 112 0 0 0 0 0 13 -7 11 0 43 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 15 -7 4 10 120 0 112 0 0 0 0 0 15 -7 10 0 41 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -15 -7 4 39 120 0 0 0 0 0 0 0 -15 -7 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 10 4 0 0 0 0 0
|
||||
4 -13 -7 4 39 120 0 0 0 0 0 0 0 -13 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -11 -7 4 39 120 0 0 0 0 0 0 0 -11 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -9 -7 4 39 120 0 0 0 0 0 0 0 -9 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -7 -7 4 39 120 0 0 0 0 0 0 0 -7 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -5 -7 4 39 120 0 0 0 0 0 0 0 -5 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -3 -7 4 39 120 0 0 0 0 0 0 0 -3 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -1 -7 4 39 120 0 0 0 0 0 0 0 -1 -7 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 0 -6 4 11 120 0 112 0 0 0 0 0 0 -6 12 0 42 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 2 -6 4 15 120 0 112 0 0 0 0 0 2 -6 15 0 56 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 4 -6 4 10 120 0 112 0 0 0 0 0 4 -6 10 0 42 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 6 -6 4 11 120 0 112 0 0 0 0 0 6 -6 12 0 47 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 8 -6 4 9 120 0 112 0 0 0 0 0 8 -6 10 0 36 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 10 -6 4 13 120 0 127 0 0 0 0 0 10 -6 13 0 45 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 12 -6 4 13 120 0 112 0 0 0 0 0 12 -6 14 0 51 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 14 -6 4 14 120 0 112 0 0 0 0 0 14 -6 15 0 48 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
0 -16 -6 4 0 60 0 0 0 0 0 0 0 -16 -6 0 0 50 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 41 0 0 0 0 0 0 0
|
||||
4 -14 -6 4 0 120 0 0 0 0 0 0 0 -14 -6 0 0 100 0 4 0 0 0 0 0 4 0 2 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 87 0 0 0 0 0 0 0
|
||||
4 -12 -6 14 100 120 0 0 0 0 0 0 0 -12 -6 29 0 70 0 14 0 0 0 0 0 4 26 0 0 0 0 0 0 0 100 0 3 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 84 0 0 0 0 0 0 0
|
||||
4 -10 -6 4 0 120 0 0 0 0 0 0 0 -10 -6 0 0 61 0 4 0 0 0 0 0 4 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 86 0 0 0 0 0 0 0
|
||||
0 -8 -6 4 0 60 0 0 0 0 0 0 0 -8 -6 0 0 50 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 84 0 0 0 0 0 0 0
|
||||
4 -6 -6 4 4 120 0 0 0 0 0 0 0 -6 -6 4 0 71 0 4 0 0 0 0 0 4 26 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 45 0 0 0 0 0 0 0
|
||||
4 -4 -6 4 4 120 0 0 0 0 0 0 0 -4 -6 4 0 69 0 4 0 0 0 0 0 4 26 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 1 0 0 0 0 0 0 0
|
||||
4 -2 -6 4 4 120 0 0 0 0 0 0 0 -2 -6 4 0 66 0 4 0 0 0 0 0 4 26 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 1 0 0 0 0 0 0 0
|
||||
3 1 -5 4 13 120 0 112 0 0 0 0 0 1 -5 14 0 52 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 3 -5 4 11 120 0 112 0 0 0 0 0 3 -5 12 0 48 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 5 -5 4 11 120 0 112 0 0 0 0 0 5 -5 12 0 44 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 7 -5 4 12 120 0 112 0 0 0 0 0 7 -5 13 0 48 0 4 0 0 0 0 0 3 127 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 2 3 0 0 0 0 0
|
||||
3 9 -5 4 14 120 0 112 0 0 0 0 0 9 -5 14 0 44 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 11 -5 4 13 120 0 112 0 0 0 0 0 11 -5 13 0 42 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 13 -5 4 13 120 0 112 0 0 0 0 0 13 -5 13 0 45 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 15 -5 4 10 120 0 112 0 0 0 0 0 15 -5 11 0 45 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -15 -5 4 39 120 0 0 0 0 0 0 0 -15 -5 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 70 0 0 0 0 0 0 0
|
||||
4 -13 -5 4 39 120 0 0 0 0 0 0 0 -13 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 63 0 0 0 0 0 0 0
|
||||
4 -11 -5 4 39 120 0 0 0 0 0 0 0 -11 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 51 0 0 0 0 0 0 0
|
||||
4 -9 -5 4 39 120 0 0 0 0 0 0 0 -9 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 82 0 0 0 0 0 0 0
|
||||
4 -7 -5 4 39 120 0 0 0 0 0 0 0 -7 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 57 0 0 0 0 0 0 0
|
||||
4 -5 -5 4 39 120 0 0 0 0 0 0 0 -5 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dying 50 0 0 0 0 0 0 0
|
||||
4 -3 -5 4 39 120 0 0 0 0 0 0 0 -3 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 1 0 0 0 0 0 0 0
|
||||
4 -1 -5 4 39 120 0 0 0 0 0 0 0 -1 -5 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 1 0 0 0 0 0 0 0
|
||||
3 0 -4 4 39 120 0 0 0 0 0 0 0 0 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 2 -4 4 39 120 0 0 0 0 0 0 0 2 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 4 -4 4 39 120 0 0 0 0 0 0 0 4 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 6 -4 4 39 120 0 0 0 0 0 0 0 6 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 8 -4 4 39 120 0 0 0 0 0 0 0 8 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 10 -4 4 39 120 0 0 0 0 0 0 0 10 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 12 -4 4 39 120 0 0 0 0 0 0 0 12 -4 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 14 -4 4 39 120 0 0 0 0 0 0 0 14 -4 39 0 100 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -16 -4 4 39 120 0 0 0 0 0 0 0 -16 -4 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 56 0 0 0 0 0 0 0
|
||||
4 -14 -4 4 39 120 0 0 0 0 0 0 0 -14 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 89 0 0 0 0 0 0 0
|
||||
4 -12 -4 4 39 120 0 0 0 0 0 0 0 -12 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 52 0 0 0 0 0 0 0
|
||||
4 -10 -4 4 39 120 0 0 0 0 0 0 0 -10 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 50 0 0 0 0 0 0 0
|
||||
4 -8 -4 4 39 120 0 0 0 0 0 0 0 -8 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 79 0 0 0 0 0 0 0
|
||||
4 -6 -4 4 39 120 0 0 0 0 0 0 0 -6 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 infect 68 0 0 0 0 0 0 0
|
||||
4 -4 -4 4 39 120 0 0 0 0 0 0 0 -4 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 1 0 0 0 0 0 0 0
|
||||
4 -2 -4 4 39 120 0 0 0 0 0 0 0 -2 -4 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 1 0 0 0 0 0 0 0
|
||||
3 1 -3 4 39 120 0 25 0 0 0 0 0 1 -3 39 0 100 0 4 0 0 0 0 0 5 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 3 -3 4 39 120 0 25 0 0 0 0 0 3 -3 39 0 100 0 4 0 0 0 0 0 5 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 5 -3 4 39 120 0 25 0 0 0 0 0 5 -3 39 0 100 0 4 0 0 0 0 0 5 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 7 -3 4 39 120 0 48 0 0 0 0 0 7 -3 39 0 100 0 4 0 0 0 0 0 5 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 9 -3 4 39 120 0 0 0 0 0 0 0 9 -3 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 11 -3 4 39 120 0 0 0 0 0 0 0 11 -3 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 13 -3 4 39 120 0 0 0 0 0 0 0 13 -3 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 15 -3 4 39 120 0 12 0 0 0 0 0 15 -3 39 0 100 1 4 0 0 0 0 0 5 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -15 -3 4 39 120 0 0 0 0 0 0 0 -15 -3 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 37 0 0 0 0 0 0 0
|
||||
4 -13 -3 4 39 120 0 0 0 0 0 0 0 -13 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 83 0 0 0 0 0 0 0
|
||||
4 -11 -3 4 39 120 0 0 0 0 0 0 0 -11 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 56 0 0 0 0 0 0 0
|
||||
4 -9 -3 4 39 120 0 0 0 0 0 0 0 -9 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 69 0 0 0 0 0 0 0
|
||||
4 -7 -3 4 39 120 0 0 0 0 0 0 0 -7 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 63 0 0 0 0 0 0 0
|
||||
4 -5 -3 4 39 120 0 0 0 0 0 0 0 -5 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 61 0 0 0 0 0 0 0
|
||||
4 -3 -3 4 39 120 0 0 0 0 0 0 0 -3 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 67 0 0 0 0 0 0 0
|
||||
4 -1 -3 4 39 120 0 0 0 0 0 0 0 -1 -3 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 incubate 48 0 0 0 0 0 0 0
|
||||
3 0 -2 1 100 120 0 0 0 0 0 0 0 0 -2 114 0 68 0 1 0 0 0 0 0 3 100 150 0 0 0 0 0 0 86 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 2 -2 24 100 120 0 0 0 0 0 0 0 2 -2 50 0 58 0 24 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 4 -2 24 100 120 0 0 0 0 0 0 0 4 -2 81 0 66 0 24 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 6 -2 24 100 120 0 0 0 0 0 0 0 6 -2 178 0 72 0 24 0 0 0 0 0 3 390 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 8 -2 24 100 120 0 0 0 0 0 0 0 8 -2 75 0 100 0 24 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 10 -2 13 14 120 0 0 0 0 0 0 0 10 -2 39 0 100 0 13 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 12 -2 4 39 120 0 0 0 0 0 0 0 12 -2 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 14 -2 4 39 120 0 0 0 0 0 0 0 14 -2 39 0 100 1 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -16 -2 4 100 60 0 0 0 0 0 0 0 -16 -2 1100 0 100 1 4 0 0 0 0 0 4 1000 0 0 0 0 5000 0 0 235 1000 0 0 1000 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 exposed 0 0 0 0 0 0 0 0
|
||||
4 -14 -2 4 100 60 0 0 0 0 0 0 0 -14 -2 1100 0 100 0 4 0 0 0 0 0 4 1000 0 0 0 0 5000 0 0 235 1000 0 0 1000 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 exposed 0 0 0 0 0 0 0 0
|
||||
4 -12 -2 4 100 60 0 0 0 0 0 0 0 -12 -2 1100 0 100 0 4 0 0 0 0 0 4 1000 0 0 0 0 5000 0 0 235 1000 0 0 1000 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 exposed 0 0 0 0 0 0 0 0
|
||||
4 -10 -2 4 100 60 0 0 0 0 0 0 0 -10 -2 1100 0 100 0 4 0 0 0 0 0 4 1000 0 0 0 0 5000 0 0 235 1000 0 0 1000 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -8 -2 4 39 120 0 0 0 0 0 0 0 -8 -2 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -6 -2 4 39 120 0 0 0 0 0 0 0 -6 -2 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -4 -2 4 39 120 0 0 0 0 0 0 0 -4 -2 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -2 -2 4 39 120 0 0 0 0 0 0 0 -2 -2 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 1 -1 5 100 120 0 0 0 0 0 0 0 1 -1 5999 0 100 0 5 0 0 0 0 0 3 9999 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 3 -1 4 39 120 0 0 0 0 0 0 0 3 -1 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 5 -1 6 100 120 0 0 0 0 0 0 0 5 -1 0 0 100 0 6 0 0 0 0 73 3 130 0 0 0 0 0 0 0 97 0 0 0 0 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 7 -1 4 39 120 0 0 0 0 0 0 0 7 -1 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 9 -1 4 39 120 0 0 0 0 0 0 0 9 -1 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 11 -1 4 39 120 0 0 0 0 0 0 0 11 -1 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 13 -1 4 39 120 0 0 0 0 0 0 0 13 -1 39 0 100 0 4 0 0 0 0 0 3 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
3 15 -1 12 100 120 0 0 0 0 0 0 0 15 -1 82 0 100 1 12 0 0 0 0 0 3 130 20 0 0 0 0 0 0 96 0 400 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -15 -1 4 39 120 0 0 0 0 0 0 0 -15 -1 39 0 100 1 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -13 -1 4 39 120 0 0 0 0 0 0 0 -13 -1 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -11 -1 4 39 120 0 0 0 0 0 0 0 -11 -1 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -9 -1 4 39 120 0 0 0 0 0 0 0 -9 -1 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -7 -1 4 39 120 0 0 0 0 0 0 0 -7 -1 39 0 100 0 4 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -5 -1 6 100 120 0 0 0 0 0 0 0 -5 -1 78 0 100 0 6 0 0 0 0 100 4 130 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -3 -1 20 100 120 0 0 0 0 0 0 0 -3 -1 78 0 100 0 20 0 0 0 0 0 4 130 0 0 0 0 0 1 0 97 5 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
4 -1 -1 5 100 120 0 0 0 0 0 0 0 -1 -1 0 0 100 0 5 0 0 0 0 0 4 130 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 0 0 0 0 0 0
|
||||
/config
|
||||
config ship
|
||||
uid owner xloc yloc type effic mobil off tech opx opy mission radius fleet civil milit shell gun petrol iron dust bar food oil lcm hcm uw rad pstage ptime access name xbuilt ybuilt builder rflags rpath
|
||||
0 1 14 6 2 100 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
1 1 16 6 21 100 90 0 160 0 0 none 0 "" 0 8 0 0 0 0 0 0 10 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
2 1 6 8 21 100 90 0 160 0 0 none 0 "" 0 8 0 0 0 0 0 0 10 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
3 6 -12 8 21 100 90 0 160 0 0 none 0 "" 0 8 0 0 0 0 0 0 10 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
10 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 20 2 0 0 0 0 0 0 17 0 0 0 0 0 healthy 35 0 "" 14 6 1 () ""
|
||||
11 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 16 0 0 0 1 0 dying 30 0 "" 14 6 1 () ""
|
||||
12 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 17 0 0 0 1 0 infect 80 0 "" 14 6 1 () ""
|
||||
13 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 17 0 0 0 1 0 infect 35 0 "" 14 6 1 () ""
|
||||
14 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 17 0 0 0 1 0 infect 50 0 "" 14 6 1 () ""
|
||||
15 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 16 0 0 0 1 0 incubate 1 0 "" 14 6 1 () ""
|
||||
16 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 17 0 0 0 1 0 incubate 51 0 "" 14 6 1 () ""
|
||||
17 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 17 0 0 0 1 0 incubate 64 0 "" 14 6 1 () ""
|
||||
18 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 16 0 0 0 1 0 incubate 63 0 "" 14 6 1 () ""
|
||||
19 4 -18 -6 2 100 90 0 20 0 0 none 0 "" 100 10 0 0 0 0 0 0 16 0 0 0 1 0 incubate 30 0 "" 14 6 1 () ""
|
||||
30 2 -18 0 2 88 90 0 20 0 0 none 0 "" 150 50 0 0 0 0 0 0 11 0 0 0 100 0 healthy 0 0 "" 14 6 1 () ""
|
||||
31 2 -18 0 2 20 90 0 20 0 0 none 0 "" 150 50 0 0 0 0 0 0 11 0 0 0 100 0 healthy 0 0 "" 14 6 1 () ""
|
||||
35 1 16 0 2 100 90 0 20 0 0 none 0 "" 150 50 0 0 0 0 0 0 11 0 0 0 100 0 healthy 0 0 "" 14 6 1 () ""
|
||||
40 1 17 1 2 100 90 0 20 0 0 none 0 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
41 1 17 1 2 100 90 0 20 0 0 none 0 "" 0 34 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
42 1 17 1 2 100 90 0 20 0 0 none 0 "" 0 25 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
43 1 17 1 2 100 90 0 20 0 0 none 0 "" 17 50 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
60 1 14 6 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
61 1 15 -1 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
62 7 15 -1 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
65 2 -8 8 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
70 1 16 6 2 20 90 0 20 0 0 none 0 "" 4 10 0 0 0 0 0 0 10 0 10 10 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
71 1 16 6 2 20 90 0 20 0 0 none 0 "" 4 10 0 0 0 0 0 0 9 0 10 10 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
72 1 16 6 2 20 90 0 20 0 0 none 0 "" 4 10 0 0 0 0 0 0 10 0 10 10 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
73 1 16 6 2 20 90 0 20 0 0 none 0 "" 4 10 0 0 0 0 0 0 9 0 10 10 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
74 1 16 6 2 21 90 0 20 0 0 none 0 "" 12 10 0 0 0 0 0 0 9 0 10 10 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
75 1 16 6 6 21 90 0 20 0 0 none 0 "" 0 11 0 0 0 0 0 0 9 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
76 1 16 6 6 80 90 0 20 0 0 none 0 "" 0 60 0 0 0 0 0 0 9 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
90 1 -8 8 2 100 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
91 1 -14 8 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
92 1 -2 8 0 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
93 7 0 0 0 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
95 1 14 6 2 100 90 0 200 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
96 7 14 6 2 20 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
97 1 14 6 2 40 90 0 20 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
100 1 16 4 0 100 90 0 20 0 0 none 0 "" 100 0 0 0 0 0 0 0 38 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
101 1 18 4 0 100 90 0 20 0 0 none 0 "" 100 0 0 0 0 0 0 0 412 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
102 1 20 4 0 100 90 0 20 0 0 none 0 "" 100 0 0 0 0 0 0 0 412 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
103 1 18 4 0 74 90 0 20 0 0 none 0 "" 100 0 0 0 0 0 0 0 250 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
104 1 18 4 0 33 90 0 20 0 0 none 0 "" 100 0 0 0 0 0 0 0 88 0 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
110 1 16 4 8 100 90 0 50 0 0 none 0 "" 100 0 0 0 0 0 0 0 7 6 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
111 1 18 4 8 100 90 0 50 0 0 none 0 "" 100 0 0 0 0 0 0 0 7 52 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
112 1 20 4 8 100 90 0 50 0 0 none 0 "" 100 0 0 0 0 0 0 0 7 51 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
113 1 18 4 8 65 90 0 50 0 0 none 0 "" 100 0 0 0 0 0 0 0 7 29 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
114 1 18 4 8 25 90 0 50 0 0 none 0 "" 100 0 0 0 0 0 0 0 7 10 0 0 0 0 healthy 0 0 "" 14 6 1 () ""
|
||||
149 0 0 0 0 0 0 0 0 0 0 none 0 "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 0 "" 0 0 0 () ""
|
||||
/config
|
||||
config plane
|
||||
uid owner xloc yloc type effic mobil off tech opx opy mission radius wing range harden ship land flags access theta
|
||||
0 1 12 6 0 100 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
1 1 -4 -4 24 100 60 0 245 0 0 none 0 "" 41 0 -1 -1 (launched) 0 0.0500000
|
||||
30 2 -16 0 0 88 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
31 2 -16 0 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
35 1 14 0 0 100 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
60 1 12 6 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
61 1 -6 8 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
62 6 -6 8 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
65 2 6 8 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
70 1 16 6 0 12 60 0 50 0 0 none 0 "" 4 0 1 -1 () 0 0.00000
|
||||
71 1 16 6 0 80 60 0 50 0 0 none 0 "" 4 0 1 -1 () 0 0.00000
|
||||
72 1 6 8 0 80 60 0 50 0 0 none 0 "" 4 0 2 -1 () 0 0.00000
|
||||
75 1 -12 8 0 17 60 0 50 0 0 none 0 "" 4 0 3 -1 () 0 0.00000
|
||||
76 1 -12 8 0 18 60 0 50 0 0 none 0 "" 4 0 3 -1 () 0 0.00000
|
||||
77 1 -12 8 0 17 60 0 50 0 0 none 0 "" 4 0 3 -1 () 0 0.00000
|
||||
78 1 -12 8 0 17 60 0 50 0 0 none 0 "" 4 0 3 -1 () 0 0.00000
|
||||
80 1 0 0 0 40 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
81 1 0 0 0 60 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
82 1 2 4 0 10 60 0 50 2 4 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
90 1 6 8 0 100 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
91 1 12 8 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
92 1 2 8 0 10 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
93 6 0 0 0 40 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
95 1 12 6 0 100 60 0 200 0 0 none 0 "" 11 0 -1 -1 () 0 0.00000
|
||||
96 6 12 6 0 50 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
97 1 12 6 0 100 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
100 1 -12 -6 0 100 60 0 50 0 0 none 0 "" 4 0 -1 -1 () 0 0.00000
|
||||
149 0 0 0 0 0 0 0 0 0 0 none 0 "" 0 0 -1 -1 () 0 0.00000
|
||||
/config
|
||||
config land
|
||||
uid owner xloc yloc type effic mobil off tech opx opy mission radius army ship harden retreat rflags rpath civil milit shell gun petrol iron dust bar food oil lcm hcm uw rad pstage ptime land access
|
||||
0 1 10 6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
10 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 20 0 0 0 0 0 0 7 0 0 0 0 0 healthy 57 -1 0
|
||||
11 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 dying 37 -1 0
|
||||
12 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 infect 75 -1 0
|
||||
13 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 infect 52 -1 0
|
||||
14 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 infect 74 -1 0
|
||||
15 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 incubate 1 -1 0
|
||||
16 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 incubate 34 -1 0
|
||||
17 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 incubate 53 -1 0
|
||||
18 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 incubate 75 -1 0
|
||||
19 4 -10 -6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 incubate 45 -1 0
|
||||
30 2 -16 0 2 88 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 healthy 0 -1 0
|
||||
31 2 -16 0 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 healthy 0 -1 0
|
||||
35 1 14 0 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 100 0 0 0 0 0 0 7 0 0 0 0 0 healthy 0 -1 0
|
||||
40 1 15 1 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
41 1 15 1 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 34 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
42 1 15 1 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 25 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
60 1 10 6 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
61 1 -4 8 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
62 6 -4 8 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
65 2 4 8 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
80 1 0 0 2 40 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
81 1 0 0 2 60 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
82 1 10 4 2 10 60 0 50 10 4 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
90 1 4 8 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
91 1 10 8 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
92 1 2 8 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
93 6 0 0 2 40 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
95 1 10 6 2 100 60 0 200 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
96 6 10 6 2 10 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
97 1 10 6 2 60 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
98 1 8 6 2 100 60 0 50 0 0 none 0 "" -1 0 42 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
99 0 0 0 0 0 0 0 0 0 0 none 0 "" -1 0 0 () "" 0 0 0 0 0 0 0 0 0 0 0 0 0 0 healthy 0 -1 0
|
||||
/config
|
||||
config nuke
|
||||
uid owner xloc yloc type effic mobil off tech opx opy mission radius stockpile plane
|
||||
/config
|
||||
config news
|
||||
actor action victim times duration time
|
||||
4 32 0 10 0 0
|
||||
4 31 0 12 0 0
|
||||
1 34 0 7 0 0
|
||||
/config
|
||||
config trade
|
||||
uid owner type unitid price maxbidder markettime xloc yloc
|
||||
/config
|
||||
config nat
|
||||
cnum stat flags cname passwd ip hostname userid xcap ycap xorg yorg update tgms ann timeused btu access milreserve money login logout newstim annotim tech research education happiness relations(0) relations(1) relations(2) relations(3) relations(4) relations(5) relations(6) relations(7) relations(8) relations(9) relations(10) relations(11) relations(12) relations(13) relations(14) relations(15) relations(16) relations(17) relations(18) relations(19) relations(20) relations(21) relations(22) relations(23) relations(24) relations(25) relations(26) relations(27) relations(28) relations(29) relations(30) relations(31) relations(32) relations(33) relations(34) relations(35) relations(36) relations(37) relations(38) relations(39) relations(40) relations(41) relations(42) relations(43) relations(44) relations(45) relations(46) relations(47) relations(48) relations(49) relations(50) relations(51) relations(52) relations(53) relations(54) relations(55) relations(56) relations(57) relations(58) relations(59) relations(60) relations(61) relations(62) relations(63) relations(64) relations(65) relations(66) relations(67) relations(68) relations(69) relations(70) relations(71) relations(72) relations(73) relations(74) relations(75) relations(76) relations(77) relations(78) relations(79) relations(80) relations(81) relations(82) relations(83) relations(84) relations(85) relations(86) relations(87) relations(88) relations(89) relations(90) relations(91) relations(92) relations(93) relations(94) relations(95) relations(96) relations(97) relations(98) contacts(0) contacts(1) contacts(2) contacts(3) contacts(4) contacts(5) contacts(6) contacts(7) contacts(8) contacts(9) contacts(10) contacts(11) contacts(12) contacts(13) contacts(14) contacts(15) contacts(16) contacts(17) contacts(18) contacts(19) contacts(20) contacts(21) contacts(22) contacts(23) contacts(24) contacts(25) contacts(26) contacts(27) contacts(28) contacts(29) contacts(30) contacts(31) contacts(32) contacts(33) contacts(34) contacts(35) contacts(36) contacts(37) contacts(38) contacts(39) contacts(40) contacts(41) contacts(42) contacts(43) contacts(44) contacts(45) contacts(46) contacts(47) contacts(48) contacts(49) contacts(50) contacts(51) contacts(52) contacts(53) contacts(54) contacts(55) contacts(56) contacts(57) contacts(58) contacts(59) contacts(60) contacts(61) contacts(62) contacts(63) contacts(64) contacts(65) contacts(66) contacts(67) contacts(68) contacts(69) contacts(70) contacts(71) contacts(72) contacts(73) contacts(74) contacts(75) contacts(76) contacts(77) contacts(78) contacts(79) contacts(80) contacts(81) contacts(82) contacts(83) contacts(84) contacts(85) contacts(86) contacts(87) contacts(88) contacts(89) contacts(90) contacts(91) contacts(92) contacts(93) contacts(94) contacts(95) contacts(96) contacts(97) contacts(98) rejects(0) rejects(1) rejects(2) rejects(3) rejects(4) rejects(5) rejects(6) rejects(7) rejects(8) rejects(9) rejects(10) rejects(11) rejects(12) rejects(13) rejects(14) rejects(15) rejects(16) rejects(17) rejects(18) rejects(19) rejects(20) rejects(21) rejects(22) rejects(23) rejects(24) rejects(25) rejects(26) rejects(27) rejects(28) rejects(29) rejects(30) rejects(31) rejects(32) rejects(33) rejects(34) rejects(35) rejects(36) rejects(37) rejects(38) rejects(39) rejects(40) rejects(41) rejects(42) rejects(43) rejects(44) rejects(45) rejects(46) rejects(47) rejects(48) rejects(49) rejects(50) rejects(51) rejects(52) rejects(53) rejects(54) rejects(55) rejects(56) rejects(57) rejects(58) rejects(59) rejects(60) rejects(61) rejects(62) rejects(63) rejects(64) rejects(65) rejects(66) rejects(67) rejects(68) rejects(69) rejects(70) rejects(71) rejects(72) rejects(73) rejects(74) rejects(75) rejects(76) rejects(77) rejects(78) rejects(79) rejects(80) rejects(81) rejects(82) rejects(83) rejects(84) rejects(85) rejects(86) rejects(87) rejects(88) rejects(89) rejects(90) rejects(91) rejects(92) rejects(93) rejects(94) rejects(95) rejects(96) rejects(97) rejects(98)
|
||||
0 deity (flash beep coastwatch sonar techlists) "POGO" "peter" "127.0.0.1" "" "tester" 0 0 0 0 0 0 0 255 640 0 0 123456789 0 0 0 0 0.00000 0.00000 0.00000 0.00000 neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
1 active (flash beep coastwatch sonar techlists) "1" "1" "127.0.0.1" "" "tester" 0 0 0 0 0 1 0 255 640 0 0 12970 0 0 0 0 102.787 3.37264 21.0875 12.3287 neutral neutral neutral neutral neutral neutral allied friendly neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
2 active (flash beep coastwatch sonar techlists) "2" "2" "127.0.0.1" "" "tester" -2 0 0 0 0 1 0 255 193 0 975 -5912 0 0 0 0 101.081 1.68632 15.2381 2.74222 neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
3 active (flash beep coastwatch sonar techlists) "3" "3" "127.0.0.1" "" "tester" 1 -1 0 0 0 1 0 255 640 0 0 4337 0 0 0 0 101.081 1.68632 15.2381 4.44444 neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
4 active (flash beep coastwatch sonar techlists) "4" "4" "127.0.0.1" "" "tester" -1 -1 0 0 0 1 0 255 640 0 0 20251 0 0 0 0 31.5183 1.68632 3.04762 4.44444 neutral allied neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
5 active (flash beep coastwatch sonar techlists) "5" "5" "127.0.0.1" "" "tester" -16 -8 0 0 0 1 0 255 99 0 0 25000 0 0 0 0 101.081 1.68632 15.2381 4.44444 neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
6 active (flash beep coastwatch sonar techlists) "6" "6" "127.0.0.1" "" "tester" 0 8 0 0 0 1 0 255 640 0 0 24812 0 0 0 0 101.081 1.68632 15.2381 4.44444 allied allied allied allied allied allied neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
7 active (flash beep coastwatch sonar techlists) "7" "7" "127.0.0.1" "" "tester" -2 8 0 0 0 1 0 255 640 0 0 25828 0 0 0 0 101.081 1.68632 15.2381 4.44444 friendly friendly friendly friendly friendly friendly friendly neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral neutral 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ()
|
||||
/config
|
||||
config loan
|
||||
uid loaner loanee status irate ldur amtpaid amtdue lastpay duedate
|
||||
/config
|
||||
config commodity
|
||||
uid owner type amount price maxbidder markettime xbuy ybuy xsell ysell
|
||||
/config
|
||||
config lost
|
||||
timestamp owner type id x y
|
||||
0 4 0 0 -8 -6
|
||||
0 0 0 0 -8 -6
|
||||
/config
|
||||
config realm
|
||||
cnum realm xl xh yl yh
|
||||
/config
|
||||
config game
|
||||
upd_disable down turn tick rt
|
||||
0 0 2 0 0
|
||||
/config
|
1872
tests/update/journal.log
Normal file
1872
tests/update/journal.log
Normal file
File diff suppressed because it is too large
Load diff
61
tests/update/server.log
Normal file
61
tests/update/server.log
Normal file
|
@ -0,0 +1,61 @@
|
|||
------------------------------------------------------
|
||||
Empire server (pid 42) started
|
||||
Configured for testing
|
||||
Update schedule read
|
||||
No update scheduled
|
||||
Listening on 127.0.0.1
|
||||
Connect from 127.0.0.1
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #1
|
||||
tester@127.0.0.1 logged in as country #1
|
||||
tester@127.0.0.1 logged out, country #1
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #2
|
||||
tester@127.0.0.1 logged in as country #2
|
||||
tester@127.0.0.1 logged out, country #2
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #3
|
||||
tester@127.0.0.1 logged in as country #3
|
||||
tester@127.0.0.1 logged out, country #3
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #4
|
||||
tester@127.0.0.1 logged in as country #4
|
||||
tester@127.0.0.1 logged out, country #4
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #5
|
||||
tester@127.0.0.1 logged in as country #5
|
||||
tester@127.0.0.1 logged out, country #5
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #6
|
||||
tester@127.0.0.1 logged in as country #6
|
||||
tester@127.0.0.1 logged out, country #6
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #7
|
||||
tester@127.0.0.1 logged in as country #7
|
||||
tester@127.0.0.1 logged out, country #7
|
||||
Connect from 127.0.0.1
|
||||
tester@127.0.0.1 using country #0
|
||||
tester@127.0.0.1 logged in as country #0
|
||||
Triggering unscheduled update
|
||||
production update (60 etus)
|
||||
preparing sectors...
|
||||
done preparing sectors.
|
||||
producing for countries...
|
||||
done producing for countries.
|
||||
First update since reboot, allocating buffer
|
||||
delivering...
|
||||
done delivering
|
||||
assembling paths...
|
||||
done assembling paths 0.0 user 0.0 system
|
||||
exporting...
|
||||
done exporting
|
||||
importing...
|
||||
done importing
|
||||
Deleting annos older than Thu Jan 1 00:00:00 1970
|
||||
0 announcements deleted; 0 announcements saved
|
||||
End update 0.0 user 0.0 system
|
||||
Update schedule read
|
||||
No update scheduled
|
||||
tester@127.0.0.1 logged out, country #0
|
||||
Shutdown commencing (cleaning up threads.)
|
||||
Server shutting down on signal 15
|
507
tests/update/setup-POGO
Normal file
507
tests/update/setup-POGO
Normal file
|
@ -0,0 +1,507 @@
|
|||
|| create land
|
||||
desi -16:15,-8:8 -
|
||||
| populate
|
||||
give c * ?des#. 100
|
||||
give f * ?des#. 100
|
||||
edit l * ?des#. m 60 w 100
|
||||
|| country#1
|
||||
add 1 1 1 p
|
||||
edit c 1 c 0,0 s 4 b 100 M 25000 T 100 E 20 H 10
|
||||
edit l 0:15,0:3 o 1 O 1
|
||||
edit l -16:15,4:7 o 1 O 1
|
||||
desi 0,0 c
|
||||
give c 0,0 400
|
||||
desi 8,6 f
|
||||
desi 10,6 !
|
||||
desi 12,6 *
|
||||
desi 14,6 h
|
||||
build s 14,6 cs
|
||||
edit s 0 E 100
|
||||
build p 12,6 f1
|
||||
edit p 0/1 e 100
|
||||
build l 10,6 inf
|
||||
edit u 0 e 100
|
||||
give c 8:14,6 900
|
||||
| materials for 80/20% cs
|
||||
give l 14,6 100
|
||||
give h 14,6 40
|
||||
| materials for 50/50% f1
|
||||
give l 12,6 8
|
||||
give h 12,6 10
|
||||
give m 12,6 10
|
||||
| materials for 90/50% inf
|
||||
give l 8:10,6 14
|
||||
give h 8:10,6 20
|
||||
|| country#2, unhappy, going broke, inefficient capital
|
||||
add 2 2 2 p
|
||||
edit c 2 c -2,0 s 4 b 100 M 100 T 100 E 20 H 6.17
|
||||
edit l -16:-1,0:3 o 2 O 2
|
||||
desi -2,0 c
|
||||
edit l -2,0 e 10
|
||||
|| country#3, becoming solvent
|
||||
add 3 3 3 p
|
||||
edit c 3 c 1,-1 s 4 b 100 M -100 T 100 E 20 H 10
|
||||
edit l 0:15,-8:-1 o 3 O 3
|
||||
desi 1,-1 c
|
||||
give c 1,-1 9999
|
||||
give f 1,-1 300
|
||||
| neutral harbor
|
||||
desi 15,-1 h
|
||||
give l 15,-1 400
|
||||
give h 15,-1 400
|
||||
give m 15,-1 20
|
||||
|| country#4, allied to #1
|
||||
add 4 4 4 p
|
||||
edit c 4 c -1,-1 s 4 b 100 M 25000 T 30 E 4 H 10
|
||||
edit l -16:-1,-8:-1 o 4 O 4
|
||||
desi -1,-1 c
|
||||
decl a 1 4
|
||||
|| country#5, in flux
|
||||
add 5 5 5 p
|
||||
edit c 5 c -16,-8 s 4 b 100 M 25000 T 100 E 20 H 10
|
||||
|| country#6, allied to all, #1 mutual
|
||||
add 6 6 6 p
|
||||
edit c 6 c 0,8 s 4 b 100 M 25000 T 100 E 20 H 10
|
||||
edit l 0:15,8 o 6 O 6
|
||||
give c 0:15,8 400
|
||||
desi 0,8 c
|
||||
decl a * 6
|
||||
decl a 6 1
|
||||
| harbor, airfield, fort with avail
|
||||
desi 8,8 h
|
||||
desi 6,8 *
|
||||
desi 4,8 f
|
||||
edit l 4:8,8 a 600
|
||||
| harbor, airfield, hq without avail
|
||||
desi 14,8 h
|
||||
desi 10,8 !
|
||||
desi 12,8 *
|
||||
| build materials
|
||||
give l 0:15,8 400
|
||||
give h 0:15,8 400
|
||||
give m 0:15,8 20
|
||||
|| country#7, friendly to all, #1 mutual
|
||||
add 7 7 7 p
|
||||
edit c 7 c -2,8 s 4 b 100 M 25000 T 100 E 20 H 10
|
||||
edit l -16:-1,8 o 7 O 7
|
||||
give c -16:-1,8 400
|
||||
desi -2,8 c
|
||||
decl f * 7
|
||||
decl f 7 1
|
||||
| harbor, airfield, fort with avail
|
||||
desi -8,8 h
|
||||
desi -6,8 *
|
||||
desi -4,8 f
|
||||
edit l -8:-4,8 a 600
|
||||
| harbor, airfield, hq without avail
|
||||
desi -14,8 h
|
||||
desi -12,8 *
|
||||
desi -10,8 !
|
||||
| build materials
|
||||
give l -16:-1,8 400
|
||||
give h -16:-1,8 400
|
||||
give m -16:-1,8 20
|
||||
|| TODO fallout
|
||||
|| guerrilla
|
||||
| che take over -16:-14,-8 and spread; -14,-8 is a bank
|
||||
edit l -16:-14,-8 x 10 X 4 O 5 l 50
|
||||
des -14,-8 b
|
||||
give b -14,-8 100
|
||||
give d -14,-8 20
|
||||
| TODO security, retiring che, shoot out, blow up, catch, move
|
||||
|| plague
|
||||
| plague stage 1 (dying) -16:-1,-6 ship#10 land#10
|
||||
| -16,-6 everybody dies, sector reverts to deity
|
||||
| -14,-6 civs all die, mil survive, sector resets work etc.
|
||||
| -12,-6 civs survive, mil all die, airfield (see plane building below)
|
||||
| -10,-6 everybody dies, land units present, sector resets work etc.
|
||||
| -8,-6 civs all die, uw survive, sector reverts to deity
|
||||
edit l -16:-1,-6 p 1 w 50
|
||||
edit l -4:-1,-6 t 61
|
||||
give c -16:-14,-6 -99
|
||||
give m -14,-6 10
|
||||
desi -12,-6 *
|
||||
give m -12,-6 1
|
||||
give c -10:-8,-6 -99
|
||||
give u -8,-6 100
|
||||
edit s 0 U 10 L -18,-6 O 4 c 100 m 10 u 1 f 20 a 1
|
||||
edit u 0 U 10 L -10,-6 O 4 m 100 f 10 A 1
|
||||
| plague stage 2 (infect) -16:-1,-5 ship#11 land#11
|
||||
edit l -16:-1,-5 p 2
|
||||
edit l -4:-1,-5 t 61
|
||||
edit s 10 U 11 a 2
|
||||
edit u 10 U 11 A 2
|
||||
| plague stage 3 (incubate) -16:-1,-4 ship#12..15 land#12..15
|
||||
edit l -16:-1,-4 p 3
|
||||
edit l -4:-1,-4 t 61
|
||||
edit s 10 U 12 a 3 U 13 U 14 U 15 b 61
|
||||
edit u 10 U 12 A 3 U 13 U 14 U 15 b 61
|
||||
| plague stage 4 (exposed) -16:-1,-3 ship#16..19 land#16..#19
|
||||
edit l -16:-1,-3 p 4
|
||||
edit l -4:-1,-3 t 61
|
||||
edit s 10 U 16 a 4 U 17 U 18 U 19 b 61
|
||||
edit u 10 U 16 A 4 U 17 U 18 U 19 b 61
|
||||
| plague stage 0 (healthy) -16:-9,-2, ~50% chance to become exposed
|
||||
give c -16:-9,-2 4400
|
||||
give f -16:-9,-2 300
|
||||
give u -16:-9,-2 1000
|
||||
give i -16:-9,-2 5000
|
||||
give o -16:-9,-2 1000
|
||||
give r -16:-9,-2 1000
|
||||
edit l -16:-9,-2 m 0
|
||||
|| populace
|
||||
| civil unrest 0:15,-8:-5
|
||||
edit l 0:15,-8:-5 l 127
|
||||
| loyalty recovery and conversion 0:15,-3
|
||||
edit l 0:15,-3 O 5
|
||||
edit l 0:7,-3 l 40
|
||||
edit l 8:15,-3 l 5
|
||||
|| tax & bank income
|
||||
| see also bank -14,-8 taken over by che
|
||||
| -16:-1,0
|
||||
desi -16:-9,0 b
|
||||
give c -16:-9,0 900
|
||||
give m -16:-9,0 400
|
||||
give u -16:-9,0 1000
|
||||
give b -16:-9,0 100
|
||||
edit l -16,0 e 1
|
||||
edit l -14,0 e 30 O 5
|
||||
edit l -12,0 e 60 O 5 l 50
|
||||
| single mil -16:-1,4:7
|
||||
give m -16:-1,4:7 1
|
||||
| mil on ship#30/31, plane#30/31, land#30/31
|
||||
edit s 0 U 30 L -18,0 O 2 c 150 m 50 u 100 f 20 U 31
|
||||
edit p 0 U 30 l -16,0 O 2 U 31
|
||||
edit u 0 U 30 L -16,0 O 2 m 100 f 10 U 31
|
||||
| reserves
|
||||
edit c 2 m 1000
|
||||
|| sector maintenance
|
||||
| cities -16:-9,1
|
||||
des -16:-9,1 c
|
||||
| also active capitals of #1..#4, stop #4's
|
||||
stop se -1,-1
|
||||
|| maintenance ship#30/31/35, plane#30/31/35, land unit#30/31/35
|
||||
edit s 31 E 21
|
||||
edit p 31 e 11
|
||||
edit u 31 e 11
|
||||
edit s 30 U 35 L 16,0 O 1
|
||||
edit p 30 U 35 l 14,0 O 1
|
||||
edit u 30 U 35 L 14,0 O 1
|
||||
|| satellite movement
|
||||
edit p 0 U 1 T lst f 1 l -10,-10
|
||||
| TODO other values of theta
|
||||
|| work, rollover, work percentage recovery
|
||||
| 0:15,-2
|
||||
edit l 0:6,-2 w 50
|
||||
edit l 8,-2 w 95
|
||||
| pop limit
|
||||
desi 0,-2 ^
|
||||
give c 0,-2 50
|
||||
give m 0,-2 150
|
||||
give u 0,-2 150
|
||||
| rollover
|
||||
edit l 2,-2 a 10
|
||||
edit l 4,-2 a 40
|
||||
edit l 6,-2 a 80
|
||||
give c 6,-2 200
|
||||
edit l 10,-2 a 50 s + S w
|
||||
| rollover when going broke
|
||||
edit l -15,1 a 100
|
||||
desi 2:8,-2 +
|
||||
|| grow people
|
||||
desi 2:15,0 +
|
||||
| just 1f, 2f, 3f 2:6,0
|
||||
give c 2:6,0 600
|
||||
give u 2:6,0 700
|
||||
give f 2,0 -57
|
||||
give f 4,0 -56
|
||||
give f 6,0 -55
|
||||
| grow beyond pop limit, truncate 8,0
|
||||
give c 8,0 2000
|
||||
give u 8,0 900
|
||||
| grow to pop limit
|
||||
give c 10:14,0 669
|
||||
give u 10:14,0 869
|
||||
| also truncated: -16:-9,2
|
||||
|| starvation
|
||||
| 100 people eat 3f
|
||||
| 1,1 100c 100m 100u, 1f short, starve 33u
|
||||
| 3,1 100c 100m 100u, 4f short, starve 100u 33c
|
||||
| 5,1 100c 100m 100u, 8f short, starve 100u 50c
|
||||
| 7,1 20c 180m 100u, 8f short, starve 100u 20c 30m
|
||||
give u 0:7,1 100
|
||||
give m 0:5,1 100
|
||||
give m 7,1 180
|
||||
give c 7,1 -80
|
||||
give f 1,1 -92
|
||||
give f 3,1 -95
|
||||
give f 5:7,1 -99
|
||||
desi 0:7,1 +
|
||||
edit l 0:7,1 e 1
|
||||
| no food (1f is conjured up)
|
||||
| 9,1 50c, starve 16c
|
||||
| 11,1 40c, starve 6c
|
||||
| 13,1 34c, starve none
|
||||
| 15,1 50m, starve 16m
|
||||
give f 8:15,1 -100
|
||||
give c 9,1 -50
|
||||
give c 11,1 -60
|
||||
desi 8:11,1 +
|
||||
edit l 8:11,1 e 1
|
||||
give c 13,1 -66
|
||||
give m 15,1 50
|
||||
give c 15,1 -100
|
||||
desi 13:15,1 a
|
||||
edit l 13:15,1 f 100
|
||||
| #40 1m 0f, starve none
|
||||
| #41 34m 1f, starve none
|
||||
| #42 50m 0f, starve 25m
|
||||
| #43 20c 50m 30u 2f, starve 30u 3c
|
||||
edit s 0 U 40 L 17,1 m 1
|
||||
edit u 0 U 40 L 15,1 m 1
|
||||
edit s 0 U 41 L 17,1 m 34 f 1
|
||||
edit u 0 U 41 L 15,1 m 34 f 1
|
||||
edit s 0 U 42 L 17,1 m 50
|
||||
edit u 0 U 42 L 15,1 m 50
|
||||
edit s 0 U 43 L 17,1 c 20 m 50 u 30 f 2
|
||||
|| age che 1,1
|
||||
edit l 1,1 x 100 X 5
|
||||
|| sector building
|
||||
| 0:15,2
|
||||
| stopped 0,2
|
||||
stop se 0,2
|
||||
| no money see #2
|
||||
| limited by work 2:4,2
|
||||
edit l 2:4,2 s g S +
|
||||
give c 2,2 -90
|
||||
| not limited 6,2
|
||||
edit l 6,2 s g S +
|
||||
give c 6,2 250
|
||||
| limited by material 8:12,2
|
||||
edit l 8:10,2 s f S f e 1
|
||||
give h 10,2 10
|
||||
edit l 12,2 s c S c e 1
|
||||
give l 12,2 10
|
||||
give h 12,2 50
|
||||
| TODO pop truncation on big city teardown
|
||||
|| ship building
|
||||
| #0 100%
|
||||
| #60 stopped
|
||||
edit s 0 U 60 E 20
|
||||
stop sh 60
|
||||
| #61/62 neutral harbor
|
||||
edit s 0 U 61 E 20 L 15,-1 U 62 O 7
|
||||
| #65 friendly harbor, no money
|
||||
edit s 61 U 65 L -8,8 O 2
|
||||
| #70..73 at sea, civilian repairs, +0.5%
|
||||
edit s 61 U 70 L 16,6 c 4 m 10 f 10 l 10 h 10 U 71 U 72 U 73 U 74 c 12
|
||||
| #74 at sea, civilian repairs, +1%
|
||||
edit s 73 U 74 c 12
|
||||
| #75 at sea, military repairs, +1%
|
||||
edit s 61 U 75 L 16,6 t frg m 11 f 10
|
||||
| #76 at sea, military repairs, +2% (limit 80%)
|
||||
edit s 75 U 76 m 60 E 78
|
||||
| also #103/104 +13-14%
|
||||
| also #113/114 +5%
|
||||
| #90/91 friendly harbor with and without old work, +80%
|
||||
edit s 61 U 90 L -8,8 U 91 L -14,8
|
||||
| #92/93 friendly city without old work, +0/0%
|
||||
edit s 61 U 92 t fb L -2,8 U 93 L 0,0 O 7
|
||||
| #95/97 own harbor, #96 friendly, materials for 100%, +80/0/20%
|
||||
| #95 costs double due to tech
|
||||
edit s 61 U 95 L 14,6 U 97 U 96 O 7
|
||||
edit s 95 T 200
|
||||
|| plane building
|
||||
| #0 100%
|
||||
| #60 stopped
|
||||
edit p 0 U 60 e 10
|
||||
stop p 60
|
||||
| #61/62 friendly airfield
|
||||
edit p 0 U 61 e 10 l -6,8 U 62 O 6
|
||||
| #65 allied airfield, no money
|
||||
edit p 61 U 65 l 6,8 O 2
|
||||
| #70/71 in carrier at sea, +2/1% (limit 80%)
|
||||
edit s 0 U 1 t car m 8 f 10 L 16,6
|
||||
edit p 61 U 70 s 1 U 71 e 79
|
||||
| #72 in carrier in allied airfield, +70% (limit 80%)
|
||||
edit s 1 U 2 L 6,8
|
||||
edit p 70 U 72 s 2
|
||||
| #75/76/77/78 in allied carrier in friendly airfield, +7.5%
|
||||
edit s 1 U 3 O 6 L -12,8
|
||||
edit p 61 U 75 s 3 U 76 U 77 U 78
|
||||
| #80/81 in the field, +30/20%
|
||||
edit p 61 U 80 l 0,0 U 81 e 40
|
||||
give l 0,0 50
|
||||
give h 0,0 50
|
||||
give m 0,0 5
|
||||
| #82 in the field, but work used up by production
|
||||
edit p 80 U 82 l 2,4
|
||||
give l 2,4 50
|
||||
give h 2,4 50
|
||||
give m 2,4 10
|
||||
| #90/91 allied airfield with and without old work, +90%
|
||||
edit p 61 U 90 l 6,8 U 91 l 12,8
|
||||
| #92/93 allied city without old work, +30%
|
||||
edit p 61 U 92 l 2,8 U 93 l 0,0 O 6
|
||||
| #95/97 own airfield, #96 allied, materials for 100%, +50/0/50%
|
||||
| #95 costs double due to tech
|
||||
edit p 61 U 95 e 50 l 12,6 U 97 U 96 O 6
|
||||
edit p 95 t 200
|
||||
| #100 allied airfield, plague kills off mil
|
||||
edit p 61 U 100 l -12,-6
|
||||
give l -12,-6 10
|
||||
give h -12,-6 10
|
||||
edit l -12,-6 a 50
|
||||
|| land unit building
|
||||
| #0 100%
|
||||
| #60 stopped
|
||||
edit u 0 U 60 e 10
|
||||
stop l 60
|
||||
| #61/62 friendly fort
|
||||
edit u 0 U 61 e 10 L -4,8 U 62 O 6
|
||||
| #65 allied hq, no money
|
||||
edit u 61 U 65 L 4,8 O 2
|
||||
| #80/81 in the field, +30/20%
|
||||
edit u 61 U 80 L 0,0 U 81 e 40
|
||||
| #82 in the field, but work used up by production
|
||||
edit u 80 U 82 L 10,4
|
||||
give l 10,4 20
|
||||
give h 10,4 20
|
||||
| #90/91 allied fort/hq with and without old work, +90%
|
||||
edit u 61 U 90 L 4,8 U 91 L 10,8
|
||||
| #92/93 allied city without old work, +30%
|
||||
edit u 61 U 92 L 2,8 U 93 L 0,0 O 6
|
||||
| #95/97 own hq, #96 allied, materials for 140%, +90/0/50%
|
||||
| #95 costs double due to tech
|
||||
edit u 61 U 95 L 10,6 U 97 U 96 O 6
|
||||
edit u 95 t 200
|
||||
| #98 own fort, +90%
|
||||
edit u 61 U 98 L 8,6
|
||||
|| sector production
|
||||
| stopped, inefficient 1:3,3
|
||||
desi -1:3,3 m
|
||||
edit l -1:3,3 i 100
|
||||
stop se 1,3
|
||||
edit l 3,3 e 1
|
||||
| no money -1,3
|
||||
desi -1,3 t
|
||||
give d -1,3 1
|
||||
give o -1,3 5
|
||||
give l -1,3 10
|
||||
| enlist 9:13,3
|
||||
des 9:13,3 e
|
||||
give m 9,3 65
|
||||
give m 13,3 5
|
||||
edit l 13,3 e 40
|
||||
| iron -16:-12,4 low and high resource, low eff
|
||||
desi -16:-12,4 m
|
||||
edit l -16,4 i 10
|
||||
edit l -14:-12,4 i 100
|
||||
edit l -12,4 e 30
|
||||
| dust -8:-4,4 low and high resource, resource limit, mountain
|
||||
desi -8:-4,4 g
|
||||
desi -2,4 ^
|
||||
edit l -8,4 g 10
|
||||
edit l -6:-2,4 g 100
|
||||
give c -4,4 900
|
||||
give u -4,4 1000
|
||||
| food 0:4,4 low and high resource, product limit
|
||||
desi 0:4,4 a
|
||||
edit l 0,4 f 10
|
||||
edit l 2:4,4 f 100
|
||||
give c 4,4 900
|
||||
| oil 8:10,4 low and high resource
|
||||
desi 8:10,4 o
|
||||
edit l 8,4 c 10
|
||||
edit l 10,4 c 100
|
||||
| rad -15:-11,5 low and high resource, resource limit
|
||||
desi -15:-11,5 u
|
||||
edit l -15,5 u 10
|
||||
edit l -13:-11,5 u 100
|
||||
give c -11,5 900
|
||||
give u -11,5 1000
|
||||
| rad -5,-1 #4 tech too low
|
||||
desi -5,-1 u
|
||||
edit l -5,-1 u 100
|
||||
| rad 5,-1 becoming solvent
|
||||
desi 5,-1 u
|
||||
edit l 5,-1 u 100
|
||||
| shells -7:-3,5 work limit, material limit 1 & 2
|
||||
desi -7:-3,5 i
|
||||
give l -7:-5,5 100
|
||||
give l -3,5 300
|
||||
give h -7:-3,5 100
|
||||
give c -5:-3,5 400
|
||||
| guns 1:3,5 work limit, material limit 3
|
||||
desi 1:3,5 d
|
||||
give o 1:3,5 10
|
||||
give l 1:3,5 100
|
||||
give h 1:3,5 100
|
||||
give c 3,5 400
|
||||
| petrol 9:13,5 work limit, material limit, product limit
|
||||
desi 9:13,5 %
|
||||
give o 9:11,5 100
|
||||
give c 11,5 100
|
||||
give o 13,5 200
|
||||
give c 13,5 400
|
||||
| bars -16:-12,6 work limit, material limit 1, low eff
|
||||
desi -16:-12,6 b
|
||||
give d -16:-12,6 100
|
||||
give c -14,6 400
|
||||
edit l -12,6 e 40
|
||||
| lcm -8:-4,6 work limit, material limit 1, product limit
|
||||
desi -8:-4,6 j
|
||||
give i -8:-6,6 100
|
||||
give c -6,6 400
|
||||
give i -4,6 2000
|
||||
give c -4,6 900
|
||||
give u -4,6 1000
|
||||
| hcm 0:4,6 work limit, material limit 1, backlog
|
||||
desi 0:4,6 k
|
||||
give i 0:4,6 100
|
||||
give c 2,6 400
|
||||
give h 4,6 9980
|
||||
| tech -15:-13,7 work limit, material limit 3
|
||||
desi -15:-13,7 t
|
||||
give d -15:-13,7 10
|
||||
give o -15:-13,7 50
|
||||
give l -15:-13,7 50
|
||||
give c -13,7 400
|
||||
| tech -3,-1 #4 edu too low
|
||||
desi -3,-1 t
|
||||
give d -3,-1 1
|
||||
give o -3,-1 5
|
||||
give l -3,-1 10
|
||||
| also -1,3 no money
|
||||
| medical -7:-5,7 work limit, material limit 2
|
||||
desi -7:-5,7 r
|
||||
give d -7:-5,7 10
|
||||
give o -7:-5,7 30
|
||||
give l -7:-5,7 100
|
||||
give c -5,7 400
|
||||
| edu 1:3,7 work limit, material limit 1
|
||||
desi 1:3,7 l
|
||||
give l 1:3,7 100
|
||||
give c 3,7 400
|
||||
| happy 9:11,7
|
||||
desi 9:11,7 p work limit, material limit 1
|
||||
give l 9,7 100
|
||||
|| ship production
|
||||
| fish: 100 low resource, 101 normal, 102 stopped, 103/104 low eff
|
||||
edit s 0 U 100 t fb L 16,4 c 100 U 101 f 10 L 18,4 U 102 L 20,4
|
||||
edit s 101 U 103 E 60 U 104 E 20
|
||||
stop sh 102
|
||||
edit l 16,4 f 10
|
||||
edit l 18:20,4 f 100
|
||||
| oil: 110 low resource, 111 normal, 112 stopped, 113/114 low eff
|
||||
edit s 0 U 110 t od L 16,4 c 100 f 10 U 111 L 18,4 U 112 L 20,4
|
||||
edit s 111 U 113 E 60 U 114 E 20
|
||||
stop sh 112
|
||||
edit l 16,4 c 10
|
||||
edit l 18:20,4 c 100
|
||||
|| delivery TODO
|
||||
|| distribution TODO
|
||||
|| finishing touches to land
|
||||
edit l * ?des#.&des#-&eff=0 e 100
|
||||
|
|
||||
map *
|
Loading…
Add table
Add a link
Reference in a new issue