fix 2
This commit is contained in:
@@ -24,7 +24,7 @@ window.BUILDING_NAMES_GR = {
|
||||
};
|
||||
|
||||
window.UNIT_NAMES_GR = {
|
||||
sword: "Ξιφομάχος", slinger: "Σφενδονήτης", archer: "Τοξότης", hoplite: "Οπλίτης",
|
||||
sword: "Ξιφομάχος", slinger: "Εκσφενδονιστής", archer: "Τοξότης", hoplite: "Οπλίτης",
|
||||
rider: "Ιππέας", chariot: "Άρμα", catapult: "Καταπέλτης", godsent: "Θεόσταλτος",
|
||||
big_transporter: "Μεταφορικό", small_transporter: "Γρήγ. Μεταφορικό", bireme: "Διήρης",
|
||||
attack_ship: "Πλοίο Φάρος", trireme: "Τριήρης", colonize_ship: "Αποικιακό",
|
||||
@@ -33,6 +33,17 @@ window.UNIT_NAMES_GR = {
|
||||
hydra: "Ύδρα", sea_monster: "Τέρας Θάλασσας", militia: "Εθνοφρουρά"
|
||||
};
|
||||
|
||||
window.UNIT_GODS = {
|
||||
minotaur: 'zeus', manticore: 'zeus',
|
||||
zyklop: 'poseidon', hydra: 'poseidon',
|
||||
harpy: 'hera', medusa: 'hera',
|
||||
pegasus: 'athena', centaur: 'athena',
|
||||
cerberus: 'hades', erinys: 'hades',
|
||||
griffon: 'artemis', calydonian_boar: 'artemis',
|
||||
siren: 'aphrodite', satyr: 'aphrodite',
|
||||
spartoi: 'ares', ladon: 'ares'
|
||||
};
|
||||
|
||||
window.RES_ICONS = {
|
||||
wood: '<span class="res-icon res-wood" style="display:inline-block; margin-right:4px;"></span>',
|
||||
stone: '<span class="res-icon res-stone" style="display:inline-block; margin-right:4px;"></span>',
|
||||
|
||||
Reference in New Issue
Block a user