Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
combatcfg_1.php File Reference

Go to the source code of this file.

Variables

 $counter_obbs = Array('N' => 60, 'P' => 65, 'K' => 65, 'G' => 50, 'C' => 35, 'D' => 0, 'F'=> 35, 'J'=> 20)
 
 $rangeinfo = Array('N' => 3, 'P' => 3, 'K' => 3, 'G' => 7, 'C' => 5, 'D' => 0, 'F'=> 1, 'J'=> 8)
 
 $hitrate_obbs = Array('N' => 80, 'P' => 80, 'K' => 75, 'G' => 70, 'C' => 70, 'D' => 60, 'F' => 85, 'J'=> 10)
 
 $hitrate_max_obbs = Array('N' => 90, 'P' => 90, 'K' => 85, 'G' => 95, 'C' => 96, 'D' => 70, 'F' => 96, 'J'=> 98)
 
 $hitrate_r = Array('N' => 0.025, 'P' => 0.025, 'K' => 0.025, 'G' => 0.05, 'C' => 0.25, 'D' => 0.02, 'F'=> 0.1, 'J'=> 0.2)
 
 $dmg_fluc = Array('N' => 15, 'P' => 15, 'K' => 40, 'G' => 20, 'C' => 5, 'D' => 25, 'F'=> 10, 'J'=> 10)
 
 $skill_dmg = Array('N' => 0.6, 'P' => 0.6, 'K' => 0.65, 'G' => 0.6, 'C' => 0.4, 'D' => 0.75, 'F'=> 0.4, 'J'=>0.7)
 
 $infatt = Array('N' => 'bhaf', 'P' => 'bhaf', 'K' =>'bhaf', 'G' =>'bhaf', 'C'=> 'bhaf', 'D' => 'bhaf', 'F'=> 'bhaf', 'J'=> 'bhaf')
 
 $infobbs = Array('N' => 5, 'P' => 15, 'K' => 55, 'G' => 20, 'C' => 10, 'D' => 45, 'F' => 30, 'J'=> 100)
 
 $wepimprate = Array('N' => -1, 'P' => 12, 'K' => 30, 'G' => -1, 'C' => -1, 'D' => -1, 'F' => -1, 'J'=> -1)
 
 $specialrate = Array('N' => 40, 'n' => 30, 'B' => 95 ,'b' => 95)
 
 $ex_attack = Array('p', 'u', 'i', 'd', 'e','w','f','k')
 
 $ex_good_wep = Array('p' => 'K','u' => 'G','i'=> 'C','d' => 'D', 'e' => 'P', 'w' => 'D')
 
 $ex_good_club = Array('p' => 8,'e' => 7)
 
 $ex_dmg_def = Array('p' => 'q', 'u' => 'U', 'i'=>'I','d' => 'D','e' => 'E','w'=>'W')
 
 $ex_base_dmg = Array('p' => 15, 'u' => 25, 'i'=> 10, 'd'=> 1,'e' => 15,'w' => 20,'f' => 5,'k' => 5)
 
 $ex_max_dmg = Array('p' => 90, 'u' => 120, 'i'=> 80, 'd'=> 0,'e' => 100,'w' => 100,'f' => 0,'k' => 0)
 
 $ex_wep_dmg = Array('p' => 10, 'u' => 5, 'i'=> 12, 'd'=> 2,'e' => 10,'w' => 12,'f' => 4,'k' => 5)
 
 $ex_skill_dmg = Array('p' => 15, 'u' => 20, 'i'=> 20 ,'d'=> 500,'e' => 20,'w' => 15,'f' => 40,'k' => 30)
 
 $ex_dmg_fluc = Array('p' => 15, 'u' => 30, 'i'=> 10,'d'=> 20,'e' => 5,'w' => 15,'f' => 30,'k' => 10)
 
 $ex_inf = Array('p' => 'p', 'u' => 'u', 'i'=> 'i','e' => 'e','w' => 'w','f' => 'u','k' => 'i')
 
 $ex_inf_punish = Array('p' => 2, 'u' => 1, 'i'=> 0.75,'d' => 1,'e' => 1,'w'=>1.5,'f' => 1.5,'k' => 1.5)
 
 $ex_inf_r = Array('p' => 5, 'u' => 10, 'i'=> 5,'e' => 5,'w'=> 5,'f' => 25,'k' => 25)
 
 $ex_max_inf_r = Array('p' => 60, 'u' => 40, 'i'=> 50,'e' => 50,'w'=> 40,'f' => 70,'k' => 80)
 
 $ex_skill_inf_r = Array('p' => 0.1, 'u' => 0.05, 'i'=> 0.08,'e' => 0.08,'w' => 0.08, 'f' => 0.1, 'k' => 0.1)
 
 $inf_att_p = Array('a'=> 0.75,'u'=> 0.6)
 
 $inf_def_p = Array('b'=> 0.75,'i'=> 0.9,'w'=>0.75)
 
 $inf_htr_p = Array('h' => 0.75,'i'=> 0.8,'e' => 0.9)
 
 $inf_active_p = Array('i'=> 0.9,'e' => 0.2,'w'=> 0.8)
 
 $inf_counter_p = Array('i'=> 0.9,'e' => 0.2,'w'=> 0.8)
 

Variable Documentation

$counter_obbs = Array('N' => 60, 'P' => 65, 'K' => 65, 'G' => 50, 'C' => 35, 'D' => 0, 'F'=> 35, 'J'=> 20)

Definition at line 4 of file combatcfg_1.php.

$dmg_fluc = Array('N' => 15, 'P' => 15, 'K' => 40, 'G' => 20, 'C' => 5, 'D' => 25, 'F'=> 10, 'J'=> 10)

Definition at line 16 of file combatcfg_1.php.

$ex_attack = Array('p', 'u', 'i', 'd', 'e','w','f','k')

Definition at line 31 of file combatcfg_1.php.

$ex_base_dmg = Array('p' => 15, 'u' => 25, 'i'=> 10, 'd'=> 1,'e' => 15,'w' => 20,'f' => 5,'k' => 5)

Definition at line 39 of file combatcfg_1.php.

$ex_dmg_def = Array('p' => 'q', 'u' => 'U', 'i'=>'I','d' => 'D','e' => 'E','w'=>'W')

Definition at line 37 of file combatcfg_1.php.

$ex_dmg_fluc = Array('p' => 15, 'u' => 30, 'i'=> 10,'d'=> 20,'e' => 5,'w' => 15,'f' => 30,'k' => 10)

Definition at line 47 of file combatcfg_1.php.

$ex_good_club = Array('p' => 8,'e' => 7)

Definition at line 35 of file combatcfg_1.php.

$ex_good_wep = Array('p' => 'K','u' => 'G','i'=> 'C','d' => 'D', 'e' => 'P', 'w' => 'D')

Definition at line 33 of file combatcfg_1.php.

$ex_inf = Array('p' => 'p', 'u' => 'u', 'i'=> 'i','e' => 'e','w' => 'w','f' => 'u','k' => 'i')

Definition at line 49 of file combatcfg_1.php.

$ex_inf_punish = Array('p' => 2, 'u' => 1, 'i'=> 0.75,'d' => 1,'e' => 1,'w'=>1.5,'f' => 1.5,'k' => 1.5)

Definition at line 51 of file combatcfg_1.php.

$ex_inf_r = Array('p' => 5, 'u' => 10, 'i'=> 5,'e' => 5,'w'=> 5,'f' => 25,'k' => 25)

Definition at line 53 of file combatcfg_1.php.

$ex_max_dmg = Array('p' => 90, 'u' => 120, 'i'=> 80, 'd'=> 0,'e' => 100,'w' => 100,'f' => 0,'k' => 0)

Definition at line 41 of file combatcfg_1.php.

$ex_max_inf_r = Array('p' => 60, 'u' => 40, 'i'=> 50,'e' => 50,'w'=> 40,'f' => 70,'k' => 80)

Definition at line 55 of file combatcfg_1.php.

$ex_skill_dmg = Array('p' => 15, 'u' => 20, 'i'=> 20 ,'d'=> 500,'e' => 20,'w' => 15,'f' => 40,'k' => 30)

Definition at line 45 of file combatcfg_1.php.

$ex_skill_inf_r = Array('p' => 0.1, 'u' => 0.05, 'i'=> 0.08,'e' => 0.08,'w' => 0.08, 'f' => 0.1, 'k' => 0.1)

Definition at line 57 of file combatcfg_1.php.

$ex_wep_dmg = Array('p' => 10, 'u' => 5, 'i'=> 12, 'd'=> 2,'e' => 10,'w' => 12,'f' => 4,'k' => 5)

Definition at line 43 of file combatcfg_1.php.

$hitrate_max_obbs = Array('N' => 90, 'P' => 90, 'K' => 85, 'G' => 95, 'C' => 96, 'D' => 70, 'F' => 96, 'J'=> 98)

Definition at line 11 of file combatcfg_1.php.

$hitrate_obbs = Array('N' => 80, 'P' => 80, 'K' => 75, 'G' => 70, 'C' => 70, 'D' => 60, 'F' => 85, 'J'=> 10)

Definition at line 8 of file combatcfg_1.php.

$hitrate_r = Array('N' => 0.025, 'P' => 0.025, 'K' => 0.025, 'G' => 0.05, 'C' => 0.25, 'D' => 0.02, 'F'=> 0.1, 'J'=> 0.2)

Definition at line 13 of file combatcfg_1.php.

$inf_active_p = Array('i'=> 0.9,'e' => 0.2,'w'=> 0.8)

Definition at line 66 of file combatcfg_1.php.

$inf_att_p = Array('a'=> 0.75,'u'=> 0.6)

Definition at line 60 of file combatcfg_1.php.

$inf_counter_p = Array('i'=> 0.9,'e' => 0.2,'w'=> 0.8)

Definition at line 68 of file combatcfg_1.php.

$inf_def_p = Array('b'=> 0.75,'i'=> 0.9,'w'=>0.75)

Definition at line 62 of file combatcfg_1.php.

$inf_htr_p = Array('h' => 0.75,'i'=> 0.8,'e' => 0.9)

Definition at line 64 of file combatcfg_1.php.

$infatt = Array('N' => 'bhaf', 'P' => 'bhaf', 'K' =>'bhaf', 'G' =>'bhaf', 'C'=> 'bhaf', 'D' => 'bhaf', 'F'=> 'bhaf', 'J'=> 'bhaf')

Definition at line 22 of file combatcfg_1.php.

$infobbs = Array('N' => 5, 'P' => 15, 'K' => 55, 'G' => 20, 'C' => 10, 'D' => 45, 'F' => 30, 'J'=> 100)

Definition at line 24 of file combatcfg_1.php.

$rangeinfo = Array('N' => 3, 'P' => 3, 'K' => 3, 'G' => 7, 'C' => 5, 'D' => 0, 'F'=> 1, 'J'=> 8)

Definition at line 6 of file combatcfg_1.php.

$skill_dmg = Array('N' => 0.6, 'P' => 0.6, 'K' => 0.65, 'G' => 0.6, 'C' => 0.4, 'D' => 0.75, 'F'=> 0.4, 'J'=>0.7)

Definition at line 18 of file combatcfg_1.php.

$specialrate = Array('N' => 40, 'n' => 30, 'B' => 95 ,'b' => 95)

Definition at line 29 of file combatcfg_1.php.

$wepimprate = Array('N' => -1, 'P' => 12, 'K' => 30, 'G' => -1, 'C' => -1, 'D' => -1, 'F' => -1, 'J'=> -1)

Definition at line 27 of file combatcfg_1.php.