cave_explorer.xml
<abilities>
<ability>
<name>Cave Explorer</name>
<key>cave_explorer</key>
<skill>knowledge</skill>
<icon>knowledge_5</icon>
<description>
+10 movement speed in caves.
[n]+1 light in caves.
[n]+1 trap detection in caves.
</description>
<type>passive</type>
<subType>the_adventurer</subType>
<passiveInfo>
<modifiers>
<modifiers>
<type>MoveSpeedBonus</type>
<amount>10.0</amount>
</modifiers>
<modifiers>
<type>Light</type>
<amount>1.0</amount>
</modifiers>
<modifiers>
<type>TrapDetection</type>
<amount>1.0</amount>
</modifiers>
</modifiers>
</passiveInfo>
<unlockInfo>
<autoUnlock>-1</autoUnlock>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<worldlorePoints>6</worldlorePoints>
<mysticismPoints>0</mysticismPoints>
<philosophyPoints>0</philosophyPoints>
</unlockRequirements>
</unlockInfo>
<requirements>
<requirements>
<type>Location</type>
<params>
<params type="location">cave</params>
</params>
</requirements>
</requirements>
</ability>
</abilities>