Example #1
0
        <label class="text-center"><small><?php 
echo _("HP");
?>
</small></label>
        <h3 class="text-center"><?php 
echo $personagem->getMaxPV();
?>
</h3>
    </div>
    <div class="one columns">
        <label class="text-center"><small><?php 
echo _("Will");
?>
</small></label>
        <h3 class="text-center"><?php 
echo $personagem->getVontade();
?>
</h3>
    </div>
    <div class="one columns">
        <label class="text-center"><small><?php 
echo _("Perception");
?>
</small></label>
        <h3 class="text-center"><?php 
echo $personagem->getPercepcao();
?>
</h3>
    </div>
    <div class="one columns">
        <label class="text-center"><small><?php