diff --git a/res/e3a/strings.xml b/res/e3a/strings.xml index 3b368a28e..9e6e83bd8 100644 --- a/res/e3a/strings.xml +++ b/res/e3a/strings.xml @@ -7,6 +7,37 @@ _a: including article (ein Troll, a troll) --> + + Adamantium + adamantium + + + Adamantium + adamantium + + + Adamantium + adamantium + + + + Adamantiumaxt + adamantium axe + + + Adamantiumäxte + adamantium axes + + + + Adamantiumrüstung + adamantium plate + + + Adamantiumrüstungen + adamantium plates + + des dritten Zeitalters diff --git a/scripts/tools/reimburse.lua b/scripts/tools/reimburse.lua index 9877f0649..80838fb83 100644 --- a/scripts/tools/reimburse.lua +++ b/scripts/tools/reimburse.lua @@ -1,12 +1,12 @@ -require "config" - function main() for f in factions() do if f.race=="demon" then + f.flags = 2147484672 for u in f.units do u.building.size = 2 u.building.name = u.region.name .. " Keep" u.name = "Lord " .. u.region.name + u:add_item("money", 1000-u:get_item("money")) end else u = f.units() @@ -29,7 +29,7 @@ end if eressea==nil then print("this script is part of eressea") else - config.read() + read_xml() eressea.read_game('0.dat') main() eressea.write_game('0.dat') diff --git a/scripts/run-turn.lua b/scripts/tools/run-turn.lua similarity index 100% rename from scripts/run-turn.lua rename to scripts/tools/run-turn.lua