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:
novgorodschi catalin
2026-07-14 09:25:26 +03:00
parent 60a2d3b206
commit 25c8925ef6
315 changed files with 8609 additions and 615 deletions
+7 -1
View File
@@ -15,7 +15,13 @@ $css = "/* AUTO-GENERATED from GameEngine/Data/hero_items.php - regenerate via v
. " Placeholder art: replace img/hero/items.png with real 48x48 sprites on the SAME grid\n"
. " (16 columns, catalog order) and this CSS keeps working unchanged. */\n"
. ".heroT4Item{display:inline-block;width:48px;height:48px;vertical-align:middle;\n"
. " background-image:url('../img/hero/items.png');background-repeat:no-repeat;}\n";
. " background-image:url('../img/hero/items.png');background-repeat:no-repeat;}\n\n"
. "/* Dedicated dorf1/Rally Point movement icons for hero adventures - separate\n"
. " from the shared img.att2/img.def1 classes so swapping this art never\n"
. " touches the normal raid/reinforcement icons. To change the icon: drop\n"
. " your own image at img/hero/adv_out.gif / adv_back.gif - no code edits. */\n"
. "img.adv_out{background-image:url('../img/hero/adv_out.gif');height:16px;width:16px;}\n"
. "img.adv_back{background-image:url('../img/hero/adv_back.gif');height:16px;width:16px;}\n";
foreach ($heroItemCatalog as $iid => $def) {
$x = ($idx % $cols) * $cell;