]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/types/contract_types.xml
Added a count attribute to all list XML nodes (unhandled at the moment)
[shipsimu.git] / application / ship-simu / templates / game / types / contract_types.xml
index 2cb1f0c04e6e099bf2e18e9cfed95bbd97dfe804..1e1ce094e565994e9a40f0147f2311bdf9509bf6 100644 (file)
@@ -21,11 +21,11 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<contract-type-list>
+<contract-type-list contract-type-count="{?contract-type_count?}">
        <!-- A construction contract, possible signers: Construction company, customer, creditor //-->
        <contract-type type="construction_contract" max-signers="3">
                <!-- All valid signer types for this contract //-->
-               <signer-type-list extends="signer_types">
+               <signer-type-list extends="signer_types" signer-type-count="{?signer_type_count?}">
                        <signer-type type="player" slot="all" max="3" />
                        <signer-type type="moneybank" slot="creditor" max="1" />
                        <signer-type type="construction_company" slot="construction_company" max="1" />