340 || Grave=Statue || String || Type of grave created when hog dies || |
340 || Grave=Statue || String || Type of grave created when hog dies || |
341 || Fort=Plane || String || Type of fort if Forts Mode is enabled || |
341 || Fort=Plane || String || Type of fort if Forts Mode is enabled || |
342 || Voicepack=Default || String || Sounds used for hog voice || |
342 || Voicepack=Default || String || Sounds used for hog voice || |
343 || Flag=hedgewars || String || Name of flag (flag file name without suffix). This is ignored for AI teams; their flags will always be based on their difficulty level || |
343 || Flag=hedgewars || String || Name of flag (flag file name without suffix). This is ignored for AI teams; their flags will always be based on their difficulty level || |
344 || Difficulty=0 || Integer || Diffuculty of AI (1-5, 1 = most difficult), or human if 0 || |
344 || Difficulty=0 || Integer || Diffuculty of AI (1-5, 1 = most difficult), or human if 0 || |
345 || Rounds=0 || Integer || Number of rounds played with team _(Currently unused)_ || |
345 || Rounds=0 || Integer || _Unused_ || |
346 || Wins=0 || Integer || Number of rounds won with team _(Currently unused)_ || |
346 || Wins=0 || Integer || _Unused_ || |
347 || !CampaignProgress=0 || Integer || Campain progress using team as a percentage _(Currently unused)_ || |
347 || !CampaignProgress=0 || Integer || _Unused_ || |
348 |
348 |
349 === {{{[Hedgehog0]}}} - {{{[Hedgehog7]}}} === |
349 === {{{[Hedgehog0]}}} - {{{[Hedgehog7]}}} === |
350 _8 sections, one per hedgehog of the team_ |
350 _8 sections, one per hedgehog of the team_ |
351 |
351 |
352 || *Setting* || *Type* || *Description* || |
352 || *Setting* || *Type* || *Description* || |
353 || Name=Hedgehog Name || String || Name of hog || |
353 || Name=Hedgehog Name || String || Name of hog || |
354 || Hat=!NoHat || String || Type of hat used by hog || |
354 || Hat=!NoHat || String || Type of hat used by hog || |
355 || Rounds=0 || Integer || Number of rounds played with hog _(Currently unused)_ || |
355 || Rounds=0 || Integer || _Unused_ || |
356 || Kills=0 || Integer || Kills comitted by hog _(Currently unused)_ || |
356 || Kills=0 || Integer || _Unused_ || |
357 || Deaths=0 || Integer || Deaths experienced by hog _(Currently unused)_ || |
357 || Deaths=0 || Integer || _Unused_ || |
358 || Suicides=0 || Integer || Suicides comitted by hog _(Currently unused)_ || |
358 || Suicides=0 || Integer || _Unused_ || |
359 |
359 |
360 === {{{[Binds]}}} === |
360 === {{{[Binds]}}} === |
361 Key bindings of the team. Teams can optionally overwrite the global key bindings or leave everything at default. |
361 Key bindings of the team. Teams can optionally overwrite the global key bindings or leave everything at default. |
362 |
362 |
363 This section follows the same format as in `settings.ini`, with one addition: The key code `default` is used for using the default (global) key binding. |
363 This section follows the same format as in `settings.ini`, with one addition: The key code `default` is used for using the default (global) key binding. |