forked from github/server
the artacademy was E2-only
This commit is contained in:
parent
794dae11cf
commit
2d4b61afa9
|
@ -5,7 +5,6 @@
|
||||||
<building name="xmas_exit" maxsize="10" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes"/>
|
<building name="xmas_exit" maxsize="10" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes"/>
|
||||||
<building name="caldera" capacity="1" nodestroy="yes" nobuild="yes"/>
|
<building name="caldera" capacity="1" nodestroy="yes" nobuild="yes"/>
|
||||||
<building name="building" namechange="no" maxsize="1" nobuild="yes"/>
|
<building name="building" namechange="no" maxsize="1" nobuild="yes"/>
|
||||||
<building name="artacademy" maxsize="100" nobuild="yes" nodestroy="yes" unique="yes"/>
|
|
||||||
|
|
||||||
<building name="blessedstonecircle" maxcapacity="3" maxsize="100" nobuild="yes" magic="yes" magres="60" magresbonus="30" auraregen="1.50">
|
<building name="blessedstonecircle" maxcapacity="3" maxsize="100" nobuild="yes" magic="yes" magres="60" magresbonus="30" auraregen="1.50">
|
||||||
<construction skill="building" minskill="2" reqsize="100" maxsize="100">
|
<construction skill="building" minskill="2" reqsize="100" maxsize="100">
|
||||||
|
|
|
@ -915,14 +915,6 @@
|
||||||
<string name="building">
|
<string name="building">
|
||||||
<text locale="de">Struktur</text>
|
<text locale="de">Struktur</text>
|
||||||
</string>
|
</string>
|
||||||
<string name="artacademy">
|
|
||||||
<text locale="de">Akademie der Künste</text>
|
|
||||||
<text locale="en">academy of arts</text>
|
|
||||||
</string>
|
|
||||||
<string name="artsculpture">
|
|
||||||
<text locale="de">Skulptur</text>
|
|
||||||
<text locale="en">sculpture</text>
|
|
||||||
</string>
|
|
||||||
|
|
||||||
<!--Testitem -->
|
<!--Testitem -->
|
||||||
<string name="wand">
|
<string name="wand">
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
<building name="temple" maxsize="50" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" auraregen="1.00" />
|
<building name="temple" maxsize="50" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" auraregen="1.00" />
|
||||||
<building name="portal" maxsize="2" capacity="1" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
<building name="portal" maxsize="2" capacity="1" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
||||||
<building name="pavilion" maxsize="2" capacity="1" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
<building name="pavilion" maxsize="2" capacity="1" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
||||||
|
<building name="artacademy" maxsize="100" nobuild="yes" nodestroy="yes" unique="yes"/>
|
||||||
</buildings>
|
</buildings>
|
||||||
|
|
|
@ -352,6 +352,14 @@
|
||||||
<!-- ending here: Wildente and Jadee's wedding -->
|
<!-- ending here: Wildente and Jadee's wedding -->
|
||||||
|
|
||||||
<!-- art rewards begin -->
|
<!-- art rewards begin -->
|
||||||
|
<string name="artacademy">
|
||||||
|
<text locale="de">Akademie der Künste</text>
|
||||||
|
<text locale="en">academy of arts</text>
|
||||||
|
</string>
|
||||||
|
<string name="artsculpture">
|
||||||
|
<text locale="de">Skulptur</text>
|
||||||
|
<text locale="en">sculpture</text>
|
||||||
|
</string>
|
||||||
<string name="hornofdancing">
|
<string name="hornofdancing">
|
||||||
<text locale="de">Horn des Tanzes</text>
|
<text locale="de">Horn des Tanzes</text>
|
||||||
<text locale="en">horn of dancing</text>
|
<text locale="en">horn of dancing</text>
|
||||||
|
|
Loading…
Reference in New Issue