Skip to content

Commit

Permalink
wescamp.py: Update from add-on server
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed Mar 8, 2014
1 parent c346003 commit fa75398
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 25 deletions.
8 changes: 4 additions & 4 deletions The_Final_Exam/_main.cfg
Expand Up @@ -20,12 +20,12 @@ This campaign is aimed to be:
- easy to learn basics of WML
- easy to translate"

difficulties=VERYEASY,EASY,MEDIUM
difficulty_descriptions={MENU_IMG_TXT2 "units/human-magi/mage+female-attack-magic2.png"( _ "female^Apprentice") (_ "(Very Easy)")} +
difficulties=EASY,NORMAL,HARD
difficulty_descriptions={MENU_IMG_TXT2 "units/human-magi/mage+female-attack-magic2~RC(magenta>red.png)"( _ "female^Apprentice") (_ "(Easy)")} +
";*" +
{MENU_IMG_TXT2 "units/human-magi/silver-mage+female-attack-staff1.png"( _ "female^Mage") (_ "(Easy)")} +
{MENU_IMG_TXT2 "units/human-magi/silver-mage+female-attack-staff1~RC(magenta>red.png)"( _ "female^Mage") (_ "(Normal)")} +
";" +
{MENU_IMG_TXT2 "units/human-magi/arch-mage+female-defend.png" (_ "female^Archmage") (_ "(Medium)")}
{MENU_IMG_TXT2 "units/human-magi/arch-mage+female-defend.png~RC(magenta>red)" (_ "female^Archmage") (_ "(Hard)")}



Expand Down
10 changes: 10 additions & 0 deletions The_Final_Exam/changelog.txt
@@ -1,3 +1,13 @@
2.0.4

- Erika no longer loyal
- few fixes
- classic difficulties

2.0.3

- several strings changes, based on translation of .po files

2.0.2

- modified label on scenario 3
Expand Down
2 changes: 1 addition & 1 deletion The_Final_Exam/scenarios/1_Village.cfg
Expand Up @@ -50,7 +50,7 @@
gender=female
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_QUICK}
{TRAIT_RESILIENT}
[/modifications]

Expand Down
5 changes: 1 addition & 4 deletions The_Final_Exam/scenarios/2_Cave.cfg
Expand Up @@ -40,10 +40,7 @@
id=Erika
gender=female
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_RESILIENT}
[/modifications]


## Side 1 (Erika and her army in this campaign) cannot see the entire map, just part of it. Areas far from the main camp are unexplored, dark. For now.

Expand Down
12 changes: 3 additions & 9 deletions The_Final_Exam/scenarios/3_Plague.cfg
Expand Up @@ -6,8 +6,6 @@
map_data="{~add-ons/The_Final_Exam/maps/3_Plague.map}"


## DEFAULT_SCHEDULE means classic dawn, first sentry etc. Second scenario of this campaign is in the underground.

{DEFAULT_SCHEDULE}
{DEFAULT_MUSIC_PLAYLIST}

Expand Down Expand Up @@ -38,10 +36,7 @@
id=Erika
gender=female
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_RESILIENT}
[/modifications]




Expand Down Expand Up @@ -199,8 +194,7 @@

[unit]
type=Troll
id=Vruzg
name= _ "troll_name^Vruzg"
generate_name=yes
side=3
x=22
y=24
Expand All @@ -225,7 +219,7 @@
[/message]
[message]
speaker=Jessin
message = _ "Yes, I am here, but I do not feel very well. I am poisoned by an orcish throwing knife and I do not have antidote for this poison."
message = _ "I don't feel very well. I am poisoned by an orcish throwing knife and I do not have antidote for this poison."
[option]
message = _ "How can I cure you?"
[command]
Expand Down
9 changes: 3 additions & 6 deletions The_Final_Exam/scenarios/4_Lakes.cfg
Expand Up @@ -37,10 +37,7 @@
id=Erika
gender=female
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_RESILIENT}
[/modifications]



[/side]
Expand All @@ -58,7 +55,7 @@

type=Elvish Ranger
id=Tarhien
name= _ "Tarhien"
name= _ "male_elvish_ranger^Tarhien"
[modifications]
{TRAIT_DEXTROUS}
{TRAIT_LOYAL}
Expand Down Expand Up @@ -307,7 +304,7 @@
[/color_adjust]
[message]
speaker=narrator
message=_ "Erika's life was very short, after she helped both her master and the elves. One night, she was poisoned with an orcish dagger and while Erika was able to harm her enemy, poison killed her. Jessin continued to teach young mages and several of them becomes even grand mages over time, but that is a completely different story..."
message=_ "Erika's life was very short, after she helped both her master and the elves. One night, she was poisoned with an orcish throwing knife and while Erika was able to harm her enemy, poison killed her. Jessin continued to teach young mages and several of them becomes even grand mages over time, but that is a completely different story..."
[/message]
[/event]

Expand Down
2 changes: 1 addition & 1 deletion addon.timestamp
@@ -1 +1 @@
1393878871
1394266866

0 comments on commit fa75398

Please sign in to comment.