1
0
forked from 0ad/0ad

Update healer templates and scenarios to add ranks.

Also added a comment to FSM.js to clrify that state names must be A-Z
only

This was SVN commit r11161.
This commit is contained in:
Jonathan Waller 2012-02-25 20:07:30 +00:00
parent f5fc636b4e
commit 9b15970a48
19 changed files with 109 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -33,6 +33,7 @@ var FsmSpec = {
},
// Define the behaviour for the 'STATENAME' state:
// Names of states may only contain the characters A-Z
"STATENAME": {
"MessageName1": function(msg) {

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/cart_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/cart_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/cart_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/celt_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/celt_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/celt_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/hele_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/hele_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/iber_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/iber_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/iber_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/pers_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/pers_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/pers_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/rome_support_healer_b">
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/rome_support_healer_e</Entity>
</Promotion>
</Entity>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/rome_support_healer_a">
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
</Entity>