Animal warcall is a funny ability which costs too much gene points for it's absurd cooldown.
This mod shortens Animal Warcall ability cooldown down to 1 day.
Simple XML patch
Source:
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="AnimalWarcall"]/cooldownTicksRange</xpath>
<value>
<cooldownTicksRange>60001</cooldownTicksRange>
</value>
</Operation>
</Patch>