some work done on character sheets
This commit is contained in:
19
app/rules/upgrades/agility.xml
Normal file
19
app/rules/upgrades/agility.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
Reference in New Issue
Block a user