eg entry
<description>(S, Fighting d8): Heroes who engage in frequent hand-tohand combat are far more skilled in personal defense than most others. They’ve learned not only how to attack, but how to block their opponent’s blows as well. A hero with this Edge adds +1 to his Parry.</description>
<modifierSetName>edge.block</modifierSetName>
<applies>gte(root.fighting.baseDie,

</applies>
<edgeType>Combat</edgeType>
</edge>
where an edge requires a skill prerequisite of a certain level, such as d8, is the above entry correct? Haven't been able to find anything in the files to confirm it. Also, is 'gte' right, I have this urge to think it is 'get' but it probably isnt.