Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 18, 2022
1 parent 7600b62 commit a441c21
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
.. image:: Weapon.png
.. image:: Armor.png

在巫妖王之怒及其之前的版本中, 玩家并不是一出生就自动能使用所有类型的武器的. 例如 ``战士`` 即使能使用 ``双手剑``, 但也只能在 ``主城`` 找 ``武器大师`` 学习技能之后才能使用.
在巫妖王之怒及其之前的版本中, 玩家并不是一出生就自动能使用所有类型的武器的. 例如 ``战士`` 虽然能使用 ``双手剑``, 但也只能在 ``主城`` 找 ``武器大师`` 学习技能之后才能使用.

而对于锁甲和板甲职业 (战士, 圣骑士, 猎人, 萨满), 达到40级之后可以找职业训练师学习更高一级的护甲技能, 才能穿上更高级种类的护甲 (例如猎人40级之后才可以穿锁甲, 战士40级之后才可以穿板甲).
而对于锁甲和板甲职业 (战士, 圣骑士, 猎人, 萨满), 达到40级之后可以找职业训练师学习更高一级的护甲技能, 才能穿上更高级种类的护甲 (例如猎人 40 级之后才可以穿锁甲, 战士 40 级之后才可以穿板甲).

虽然允许玩家使用武器和防具的技能属于 Skill (技能) 类, **并不属于** Spell (法术) 类. 但是在跟 ``武器大师`` 或 ``职业训练师`` 对话时, 是通过 NPC 对玩家施放 ``.learn <spell_id>``, 让玩家 **学习一个隐藏的被动法术, 而这个法术的效果是让玩家获得某个 Skill**. 所以, GM 可以使用 ``.learn`` 命令让玩家学会武器和防具技能.

Expand Down
5 changes: 1 addition & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ build:

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: requirements-determinative.txt
28 changes: 7 additions & 21 deletions requirements-determinative.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,42 @@ attrs-mate==1.0.2
autopep8==1.7.0
Babel==2.10.3
beautifulsoup4==4.11.1
bidict==0.22.0
bleach==5.0.1
cachetools==5.2.0
certifi==2022.6.15
certifi==2022.9.14
charset-normalizer==2.1.1
commonmark==0.9.1
decorator==5.1.1
docfly==1.0.2
docutils==0.17.1
furo==2021.8.31
future==0.18.2
idna==3.3
idna==3.4
imagesize==1.4.1
importlib-metadata==4.12.0
jaraco.classes==3.2.2
Jinja2==3.1.2
keyring==23.8.2
keyring==23.9.3
MarkupSafe==2.1.1
mpire==2.5.0
numpy==1.23.2
oauthlib==3.2.0
more-itertools==8.14.0
packaging==21.3
pandas-mate==0.0.3
pathlib-mate==1.0.3
pkginfo==1.8.3
polars==0.14.5
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.9.1
Pygments==2.13.0
pyparsing==3.0.9
pypinyin==0.47.1
python-dateutil==2.8.2
pytz==2022.2.1
readme-renderer==37.0
readme-renderer==37.1
requests==2.28.1
requests-oauthlib==1.3.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
rich==12.5.1
rsa==4.9
rstobj==0.0.7
sfm==0.0.16
rstobj==1.2.1
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.3.2.post1
Sphinx==4.3.0
sphinx-copybutton==0.4.0
sphinx-jinja==1.1.1
sphinx-rtd-theme==0.4.3
sphinx_inline_tabs==2021.8.17b10
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -62,7 +49,6 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
tqdm==4.64.0
twine==4.0.1
typing_extensions==4.3.0
urllib3==1.26.12
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
pathlib_mate # autopep8 your code
twine # make distribution archive
wheel # make pre-compiled distribution package
mpire # multi-process
Faker
rich # pretty printer
8 changes: 0 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
polars==0.14.5
pypinyin==0.47.1
rstobj==1.2.1
boto3==1.24.66
botocore==1.27.66
boto_session_manager==0.0.4
smart_open==5.2.1
s3pathlib==1.0.11
jmespath==0.10.0
chalice==1.26.5
cottonformation==0.0.8
3 changes: 0 additions & 3 deletions wotlkdoc/wtf_manager.py

This file was deleted.

0 comments on commit a441c21

Please sign in to comment.