forked from github/server
Leuchttürme zeigen minimale Info über Landregionen an.
https://bugs.eressea.de/view.php?id=2490 Neues Schiff Galleone https://bugs.eressea.de/view.php?id=2542
This commit is contained in:
parent
b53304d82e
commit
e616449fd0
4 changed files with 22 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
</construction>
|
</construction>
|
||||||
</ship>
|
</ship>
|
||||||
|
|
||||||
|
<ship name="galleon" range="5" storm="1.00" damage="1.00" cargo="2000000" cptskill="5" minskill="2" sumskill="250" opensea="yes">
|
||||||
|
<coast terrain="plain"/>
|
||||||
|
<construction skill="shipcraft" minskill="5" maxsize="2000">
|
||||||
|
<requirement type="log" quantity="1"/>
|
||||||
|
</construction>
|
||||||
|
</ship>
|
||||||
|
|
||||||
<ship name="caravel" range="5" storm="1.00" damage="1.00" cargo="300000" cptskill="3" minskill="1" sumskill="30" opensea="yes">
|
<ship name="caravel" range="5" storm="1.00" damage="1.00" cargo="300000" cptskill="3" minskill="1" sumskill="30" opensea="yes">
|
||||||
<coast terrain="plain"/>
|
<coast terrain="plain"/>
|
||||||
<construction skill="shipcraft" minskill="3" maxsize="250">
|
<construction skill="shipcraft" minskill="3" maxsize="250">
|
||||||
|
|
|
@ -1707,6 +1707,9 @@ msgstr "Ring der Unsichtbarkeit"
|
||||||
msgid "caravel_a"
|
msgid "caravel_a"
|
||||||
msgstr "eine Karavelle"
|
msgstr "eine Karavelle"
|
||||||
|
|
||||||
|
msgid "galleon_a"
|
||||||
|
msgstr "eine Galleone"
|
||||||
|
|
||||||
msgctxt "keyword"
|
msgctxt "keyword"
|
||||||
msgid "describe"
|
msgid "describe"
|
||||||
msgstr "BESCHREIBE"
|
msgstr "BESCHREIBE"
|
||||||
|
@ -2064,6 +2067,9 @@ msgstr "Wir schreiben %s des Monats %s im Jahre %d %s."
|
||||||
msgid "caravel"
|
msgid "caravel"
|
||||||
msgstr "Karavelle"
|
msgstr "Karavelle"
|
||||||
|
|
||||||
|
msgid "galleon"
|
||||||
|
msgstr "Galleone"
|
||||||
|
|
||||||
msgid "dragon_postfix_10"
|
msgid "dragon_postfix_10"
|
||||||
msgstr "der Goldene"
|
msgstr "der Goldene"
|
||||||
|
|
||||||
|
|
|
@ -1458,6 +1458,12 @@ msgstr "DESCRIBE"
|
||||||
msgid "roi"
|
msgid "roi"
|
||||||
msgstr "ring of invisibility"
|
msgstr "ring of invisibility"
|
||||||
|
|
||||||
|
msgid "galleon_a"
|
||||||
|
msgstr "a galleon"
|
||||||
|
|
||||||
|
msgid "galleon"
|
||||||
|
msgstr "galleon"
|
||||||
|
|
||||||
msgid "caravel_a"
|
msgid "caravel_a"
|
||||||
msgstr "a caravel"
|
msgstr "a caravel"
|
||||||
|
|
||||||
|
|
|
@ -1293,6 +1293,9 @@ static void add_seen_lighthouse(region *r, faction *f)
|
||||||
if (r->terrain->flags & SEA_REGION) {
|
if (r->terrain->flags & SEA_REGION) {
|
||||||
add_seen_nb(f, r, seen_lighthouse);
|
add_seen_nb(f, r, seen_lighthouse);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
add_seen_nb(f, r, seen_neighbour);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** mark all regions seen by the lighthouse.
|
/** mark all regions seen by the lighthouse.
|
||||||
|
|
Loading…
Reference in a new issue