- Moved "game mode" types of awards outside of a code, and inside of a configuration file (rules/awards.dat). No code is required anymore to create such an award (momir, hermit basic, etc...)

- fixed compilation errors in GameObserver (windows)
This commit is contained in:
wagic.the.homebrew
2011-10-02 01:03:45 +00:00
parent 483c767492
commit 9e572ee416
15 changed files with 281 additions and 127 deletions

View File

@@ -0,0 +1,25 @@
[award]
name=Momir Mode
trophyroom_text=Won with exactly 8 lands.
id=prx_rimom
unlock_img=momir_unlocked.png
teaser=Interested in playing Momir Basic? You'll have to unlock it first :)
unlock_condition=type(land|myBattlefield)~equalto~8
[/award]
[award]
name=Hermit Druid Mode
id=prx_timreh
unlock_text=Hermit Druid Basic Unlocked
trophyroom_text=Won with less than 10 lands.
unlock_condition=type(land|myBattlefield)~lessthan~10
[/award]
[award]
name=Stone Hewer Mode
id=prx_rewehenots
unlock_text=Stone Hewer Basic Unlocked
teaser=Love Equipment and want a real challenge? Unlock Stone Hewer Basic:)
trophyroom_text=Won with more than 10 equipments.
unlock_condition=type(equipment|Battlefield)~morethan~10
[/award]