Skip to content

Commit

Permalink
Added Zen Archer class
Browse files Browse the repository at this point in the history
  • Loading branch information
Akizo96 committed Oct 2, 2019
1 parent 617286c commit 85ee93d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bs.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('bs')) {
class bs extends game_generic {
protected static $apiLevel = 20;
public $version = '1.2.0';
public $version = '1.3.0';
protected $this_game = 'bs';
protected $types = array('factions', 'races', 'classes', 'genders');
protected $genders = array();
Expand Down Expand Up @@ -78,8 +78,8 @@ class bs extends game_generic {
0 => 'all', // Unknown
1 => array(0,2,4,5,9,11), // Gon
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,11), // Jin
3 => array(0,1,4,5,9,10,12), // Yun
4 => array(0,1,5,6,8,9,10,11,12), // Jin
),
),
),
Expand All @@ -101,6 +101,7 @@ class bs extends game_generic {
9 => '#FF3021',
10 => '#FF93AC',
11 => '#CCFFFF',
12 => '#B6985C'
);
public function install($install=false){}
public function profilefields(){
Expand Down
1 change: 1 addition & 0 deletions language/english.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
9 => 'Chi Master',
10 => 'Gunslinger',
11 => 'Warden',
12 => 'Zen Archer',
),
'genders' => array(
0 => 'Male',
Expand Down
1 change: 1 addition & 0 deletions language/german.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
9 => 'Elementarkämpfer',
10 => 'Schütze',
11 => 'Beschützer',
12 => 'Bogenläufer',
),
'genders' => array(
0 => 'Männlich',
Expand Down

0 comments on commit 85ee93d

Please sign in to comment.