Update UtBS difficulty
This commit is contained in:
parent
28d6618aa4
commit
6b2588fd7f
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ if(red <= green and green <= blue + 3, ({NEWCHAN} / 255.0)^2 * 255.0, {ORIGCHAN}
|
|||
#enddef
|
||||
|
||||
#define UTBS_XP_MODIFIER
|
||||
experience_modifier={ON_DIFFICULTY 100 150 200}
|
||||
experience_modifier={ON_DIFFICULTY 100 125 150}
|
||||
#enddef
|
||||
|
||||
#define UTBS_CORRECT_RECALL_COST
|
||||
|
@ -160,7 +160,7 @@ if(red <= green and green <= blue + 3, ({NEWCHAN} / 255.0)^2 * 255.0, {ORIGCHAN}
|
|||
[filter]
|
||||
find_in = this_item
|
||||
[/filter]
|
||||
recall_cost = "$($utbs_unit_type.cost*{ON_DIFFICULTY 0.33 0.66 1})"
|
||||
recall_cost = "$($utbs_unit_type.cost*{ON_DIFFICULTY 0.33 0.50 0.67})"
|
||||
[/modify_unit]
|
||||
{CLEAR_VARIABLE utbs_unit_type}
|
||||
[/do]
|
||||
|
|
Loading…
Add table
Reference in a new issue