Skip to content

Commit

Permalink
Update items.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljeanius committed Oct 14, 2021
1 parent 47d5416 commit df44508
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion macros/items.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[/not]
[/filter_wml]
) items/snowshoes.png
#po: Unlike in SotBEEE, we can't assume gender here, so word this in a gender-neutral fashion:
#po: We can't assume gender here, so word this in a gender-neutral fashion:
_"$unit.name finds some snowshoes. Put them on?"
_"snowshoes^Take them"
_"snowshoes^Leave them"
Expand All @@ -29,6 +29,22 @@
image=items/snowshoes.png
description= _ "Snowshoes grant their wearers greater mobility on frozen terrain, such as snow!"
duration=forever
[filter]
x,y={X},{Y}
[/filter]
[then]
[modify_unit]
[filter]
x,y={X},{Y}
[/filter]

[trait]
id=snow_shoes
name= _ "snowshoes"
description= _ "The snowshoes allow movement on frozen terrain."
[/trait]
[/modify_unit]
[/then]
[effect]
apply_to=movement_costs
replace=true
Expand Down

0 comments on commit df44508

Please sign in to comment.