forked from github/server
d6f61b26f8
- Neue Gebäude: Portal, Pavillion - LUA-Erweiterungen: - Gebäude machen - Gebäude benennen - Gebäuden ein Skript zuweisen
7 lines
508 B
XML
7 lines
508 B
XML
<?xml version="1.0"?>
|
|
<buildings>
|
|
<building name="temple" maxsize="50" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" auraregen="1.00" />
|
|
<building name="wormhole" maxsize="4" capacity="1" maxcapacity="4" 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" />
|
|
</buildings>
|