Skip to content

Commit

Permalink
updated races for gunslinger class, level and hongmoon cap
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodsoul committed Jan 2, 2018
1 parent b98d936 commit 576092c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bs.class.php
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('bs')) {
class bs extends game_generic {
protected static $apiLevel = 20;
public $version = '1.1.5';
public $version = '1.1.6';
protected $this_game = 'bs';
protected $types = array('factions', 'races', 'classes', 'genders');
protected $genders = array();
Expand Down Expand Up @@ -77,7 +77,7 @@ class bs extends game_generic {
'race' => array(
0 => 'all', // Unknown
1 => array(0,2,4,5,9), // Gon
2 => array(0,3,4,7,8), // Lyn
2 => array(0,3,4,7,8,10), // Lyn
3 => array(0,1,4,5,9,10), // Yun
4 => array(0,1,5,6,8,9,10), // Jin
),
Expand Down Expand Up @@ -109,7 +109,7 @@ public function profilefields(){
'type' => 'spinner',
'category' => 'character',
'lang' => 'uc_level',
'max' => 50,
'max' => 55,
'min' => 1,
'undeletable' => true,
'sort' => 4
Expand All @@ -118,7 +118,7 @@ public function profilefields(){
'type' => 'spinner',
'category' => 'character',
'lang' => 'uc_hongmoon',
'max' => 15,
'max' => 25,
'min' => 0,
'undeletable' => true,
'sort' => 5
Expand Down

0 comments on commit 576092c

Please sign in to comment.