Files
seagull-game/app/rules/upgrades/agility.xml

19 lines
831 B
XML
Raw Normal View History

2025-08-22 13:01:58 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<UpgradeRules xmlns="seagull:rules/upgrades">
<Upgrade>
<Id>speed1</Id>
<Name>Speedier Seagull</Name>
<Modifiers>
<Mod Id="up_speed1" Name="Upgrade: Speedier Seagull" Speed="5" />
</Modifiers>
<Desc>You become just a little bit faster, which makes it easier to steal things before your prey's previous owners notice you're coming.</Desc>
</Upgrade>
<Upgrade>
<Id>theft_chance1</Id>
<Name>Swooping Techniques</Name>
<Modifiers>
<Mod Id="up_theft_chance1" Name="Upgrade: Swooping Techniques" ChanceSteal="10" />
</Modifiers>
<Desc>It's all in the neck. The wings are just the steering wheel. You gain a bonus on all dice rolls for stealing.</Desc>
</Upgrade>
</UpgradeRules>