🗃️ Store melee data into SQLite
This commit is contained in:
parent
8b847e0f9c
commit
c0fc97a578
7 changed files with 73 additions and 23 deletions
|
@ -338,4 +338,4 @@
|
|||
```
|
||||
- `group` 为 15 的是 `BossRushStatueUnlock`,意义不明
|
||||
|
||||
先做近战武器。在 `melee.py` 中提取了所有近战数据。数据的 `name`、`gameplayDesc` 和 `ambiantDesc` 需要翻译。其中 `name` 一定存在,其余两者不一定存在;这两者有可能有多余的空格,所以需要去掉多余的空格;`gameplayDesc` 中有 `::duration::` 格式的部分,对应的值在 `props` 属性中,需要进行替换。
|
||||
先做近战武器。在 `melee.py` 中提取了所有近战数据。数据的 `name`、`gameplayDesc` 和 `ambiantDesc` 需要翻译。其中 `name` 一定存在,其余两者不一定存在;这两者有可能有多余的空格,所以需要去掉多余的空格;`gameplayDesc` 中有 `::duration::` 格式的部分,对应的值在 `props` 属性中,需要进行替换。双手武器只有一个的 `droppable` 为 `True`。掘金镐有两份数据,其中只有一份是可掉落的。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue