mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327
NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327 Please be advised, is not fully tested so if you activate on install maybe is not fully working
This commit is contained in:
@@ -67,6 +67,26 @@ $unitData = [
|
||||
24 => $u24 ?? [],
|
||||
25 => $u25 ?? [],
|
||||
26 => $u26 ?? [],
|
||||
51 => $u51 ?? [],
|
||||
53 => $u53 ?? [],
|
||||
54 => $u54 ?? [],
|
||||
55 => $u55 ?? [],
|
||||
56 => $u56 ?? [],
|
||||
61 => $u61 ?? [],
|
||||
62 => $u62 ?? [],
|
||||
63 => $u63 ?? [],
|
||||
65 => $u65 ?? [],
|
||||
66 => $u66 ?? [],
|
||||
71 => $u71 ?? [],
|
||||
72 => $u72 ?? [],
|
||||
73 => $u73 ?? [],
|
||||
75 => $u75 ?? [],
|
||||
76 => $u76 ?? [],
|
||||
81 => $u81 ?? [],
|
||||
83 => $u83 ?? [],
|
||||
84 => $u84 ?? [],
|
||||
85 => $u85 ?? [],
|
||||
86 => $u86 ?? [],
|
||||
];
|
||||
|
||||
// The single source of truth for "which units belong to each tribe", used
|
||||
@@ -79,6 +99,10 @@ $tribeUnits = [
|
||||
1 => [1, 2, 3, 5, 6],
|
||||
2 => [11, 12, 13, 15, 16],
|
||||
3 => [21, 22, 24, 25, 26],
|
||||
6 => [51, 53, 54, 55, 56],
|
||||
7 => [61, 62, 63, 65, 66],
|
||||
8 => [71, 72, 73, 75, 76],
|
||||
9 => [81, 83, 84, 85, 86],
|
||||
];
|
||||
|
||||
// The 2 pre-existing bugs, explicitly identified on the unit (see note above).
|
||||
|
||||
Reference in New Issue
Block a user