vendethiel / ezarena

Reprise de l'ultimarena pour ajouter plus de fonctionnalités et un RPG !
MIT License
4 stars 3 forks source link

adr_battle.php: where is $bare_power supposedly defined? #14

Closed vendethiel closed 10 years ago

vendethiel commented 10 years ago

Need to check in other ADR versions, I might've modded it too much (plus, upgrade 0.3 to 0.4.5).

// V: TODO this is not supposed to be rand, but I can't find where it's supposed to be defined
//    also, monster_def_dice+monster_modifier might be TOO much (upto 40)
$bare_power = rand(1, 20);
vendethiel commented 10 years ago
        // Grab modifers
        $bare_power = adr_modifier_calc($challenger['character_might']);