Skip to content

Commit

Permalink
Merge pull request #6
Browse files Browse the repository at this point in the history
feature/modified_the_data
  • Loading branch information
zesming authored Sep 22, 2021
2 parents 9403720 + 943c26f commit 9cee4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Type `/bb` or `/ybm` in the chat window to open the browser.

### Data Source

The BIS data is migrated from [ExoLink_BIS](https://bbs.nga.cn/read.php?tid=27318411&rand=250) @俏俏作品, It will change to use the @蓝色隐士 bis data in later.
The BIS data is migrated from [ExoLink_BIS](https://bbs.nga.cn/read.php?tid=27318411&rand=250) @俏俏作品, and now it changes to use the @蓝色隐士 bis data (P0 - P2).

If you want to customize BIS info, please go to the `Data/{class_you_want_to_edit}.lua`, and modify the Item regists info.
If you want to customize BIS info, please go to the `Data/{class_you_want_to_edit}.lua`, and modify the Item register info.

**Example**
```lua
local bis = BIS:RegisterClass("Druid", "熊德") -- Class Info

...

BIS:BISItem(bis, "29098", "Head", "", 1) -- Item info
BIS:BISItem(bis, "29098", "Head", "{anything you want to desc}", 1) -- Item info
```

0 comments on commit 9cee4ff

Please sign in to comment.