hexdoc-hex-ars-link 0.9.2.4.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. hexdoc_hex_ars_link-0.9.2.4.1.0/.gitignore +190 -0
  2. hexdoc_hex_ars_link-0.9.2.4.1.0/PKG-INFO +71 -0
  3. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/README.md +57 -0
  4. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/__gradle_version__.py +26 -0
  5. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/__init__.py +0 -0
  6. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/__version__.py +4 -0
  7. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/.gitignore +2 -0
  8. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/__init__.py +0 -0
  9. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/__init__.py +2 -0
  10. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/lang/en_us.flatten.json5 +1 -0
  11. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/lang/en_us.json +1 -0
  12. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/lang/zh_cn.json +1 -0
  13. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/models/item/hex_callback.json +6 -0
  14. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/models/item/linker_advanced.json +6 -0
  15. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/models/item/linker_base.json +6 -0
  16. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/models/item/linker_great.json +6 -0
  17. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/textures/item/hex_callback.png +0 -0
  18. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/textures/item/linker_advanced.png +0 -0
  19. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/textures/item/linker_base.png +0 -0
  20. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hex_ars_link/textures/item/linker_great.png +0 -0
  21. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/glyph_patterns.json +63 -0
  22. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/linkers.json +27 -0
  23. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/data/hexcasting/tags/action/per_world_pattern.json +1 -0
  24. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/hex_ars_link.hexdoc.json +1 -0
  25. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_export/generated/hex_ars_link.patterns.hexdoc.json +1 -0
  26. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_hooks.py +79 -0
  27. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/_templates/__init__.py +0 -0
  28. hexdoc_hex_ars_link-0.9.2.4.1.0/doc/src/hexdoc_hex_ars_link/py.typed +0 -0
  29. hexdoc_hex_ars_link-0.9.2.4.1.0/gradle.properties +57 -0
  30. hexdoc_hex_ars_link-0.9.2.4.1.0/pyproject.toml +118 -0
@@ -0,0 +1,190 @@
1
+ # hexdoc
2
+ _site/
3
+ _checkout/
4
+ __gradle_version__.py
5
+ .hexdoc*/
6
+
7
+ # eclipse
8
+ bin
9
+ *.launch
10
+ .settings
11
+ .metadata
12
+ .classpath
13
+ .project
14
+
15
+ # idea
16
+ out
17
+ *.ipr
18
+ *.iws
19
+ *.iml
20
+ .idea
21
+
22
+ # gradle
23
+ build
24
+ .gradle
25
+
26
+ # other
27
+ eclipse
28
+ run
29
+
30
+ # Files from Forge MDK
31
+ forge*changelog.txt
32
+
33
+ Session.vim
34
+ plot/
35
+
36
+ # Python
37
+
38
+ # Byte-compiled / optimized / DLL files
39
+ __pycache__/
40
+ *.py[cod]
41
+ *$py.class
42
+
43
+ # C extensions
44
+ *.so
45
+
46
+ # Distribution / packaging
47
+ .Python
48
+ build/
49
+ develop-eggs/
50
+ dist/
51
+ downloads/
52
+ eggs/
53
+ .eggs/
54
+ lib/
55
+ lib64/
56
+ parts/
57
+ sdist/
58
+ var/
59
+ wheels/
60
+ share/python-wheels/
61
+ *.egg-info/
62
+ .installed.cfg
63
+ *.egg
64
+ MANIFEST
65
+
66
+ # PyInstaller
67
+ # Usually these files are written by a python script from a template
68
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
69
+ *.manifest
70
+ *.spec
71
+
72
+ # Installer logs
73
+ pip-log.txt
74
+ pip-delete-this-directory.txt
75
+
76
+ # Unit test / coverage reports
77
+ htmlcov/
78
+ .tox/
79
+ .nox/
80
+ .coverage
81
+ .coverage.*
82
+ .cache
83
+ nosetests.xml
84
+ coverage.xml
85
+ *.cover
86
+ *.py,cover
87
+ .hypothesis/
88
+ .pytest_cache/
89
+ cover/
90
+
91
+ # Translations
92
+ *.mo
93
+ *.pot
94
+
95
+ # Django stuff:
96
+ *.log
97
+ local_settings.py
98
+ db.sqlite3
99
+ db.sqlite3-journal
100
+
101
+ # Flask stuff:
102
+ instance/
103
+ .webassets-cache
104
+
105
+ # Scrapy stuff:
106
+ .scrapy
107
+
108
+ # Sphinx documentation
109
+ docs/_build/
110
+
111
+ # PyBuilder
112
+ .pybuilder/
113
+ target/
114
+
115
+ # Jupyter Notebook
116
+ .ipynb_checkpoints
117
+
118
+ # IPython
119
+ profile_default/
120
+ ipython_config.py
121
+
122
+ # pyenv
123
+ # For a library or package, you might want to ignore these files since the code is
124
+ # intended to run in multiple environments; otherwise, check them in:
125
+ # .python-version
126
+
127
+ # pipenv
128
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
129
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
130
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
131
+ # install all needed dependencies.
132
+ #Pipfile.lock
133
+
134
+ # poetry
135
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
136
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
137
+ # commonly ignored for libraries.
138
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
139
+ #poetry.lock
140
+
141
+ # pdm
142
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
143
+ #pdm.lock
144
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
145
+ # in version control.
146
+ # https://pdm.fming.dev/#use-with-ide
147
+ .pdm.toml
148
+
149
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
150
+ __pypackages__/
151
+
152
+ # Celery stuff
153
+ celerybeat-schedule
154
+ celerybeat.pid
155
+
156
+ # SageMath parsed files
157
+ *.sage.py
158
+
159
+ # Environments
160
+ .env
161
+ .venv
162
+ env/
163
+ venv/
164
+ ENV/
165
+ env.bak/
166
+ venv.bak/
167
+
168
+ # Spyder project settings
169
+ .spyderproject
170
+ .spyproject
171
+
172
+ # Rope project settings
173
+ .ropeproject
174
+
175
+ # mkdocs documentation
176
+ /site
177
+
178
+ # mypy
179
+ .mypy_cache/
180
+ .dmypy.json
181
+ dmypy.json
182
+
183
+ # Pyre type checker
184
+ .pyre/
185
+
186
+ # pytype static type analyzer
187
+ .pytype/
188
+
189
+ # Cython debug symbols
190
+ cython_debug/
@@ -0,0 +1,71 @@
1
+ Metadata-Version: 2.4
2
+ Name: hexdoc-hex-ars-link
3
+ Version: 0.9.2.4.1.0
4
+ Summary: Python web book docgen and hexdoc plugin for Hex-Ars Linker.
5
+ Project-URL: Homepage, https://yukkuric.github.io/HexArsLinker/
6
+ Project-URL: Source, https://github.com/YukkuriC/HexArsLinker
7
+ Author: YukkuriC
8
+ Keywords: hexdoc
9
+ Requires-Python: >=3.11
10
+ Requires-Dist: hexdoc-hexcasting~=0.11.2.1.0
11
+ Provides-Extra: dev
12
+ Requires-Dist: ruff~=0.11.2; extra == 'dev'
13
+ Description-Content-Type: text/markdown
14
+
15
+ # hexdoc-hex-ars-link
16
+
17
+ Python web book docgen and [hexdoc](https://pypi.org/project/hexdoc) plugin for Hex-Ars Linker.
18
+
19
+ ## Version scheme
20
+
21
+ We use [hatch-gradle-version](https://pypi.org/project/hatch-gradle-version) to generate the version number based on whichever mod version the docgen was built with.
22
+
23
+ The version is in this format: `mod-version.python-version.mod-pre.python-dev.python-post`
24
+
25
+ For example:
26
+ * Mod version: `0.11.1-7`
27
+ * Python package version: `1.0.dev0`
28
+ * Full version: `0.11.1.1.0rc7.dev0`
29
+
30
+ ## Setup
31
+
32
+ Install Python 3.12.
33
+
34
+ ```sh
35
+ python3.12 -m venv venv
36
+
37
+ .\venv\Scripts\activate # Windows
38
+ . venv/bin/activate.fish # fish
39
+ source venv/bin/activate # everything else
40
+
41
+ # run from the repo root, not doc/
42
+ pip install -e .[dev]
43
+ ```
44
+
45
+ ## Usage
46
+
47
+ For local testing, create a file called `.env` in the repo root following this template:
48
+ ```sh
49
+ GITHUB_REPOSITORY=YukkuriC/HexArsLinker
50
+ GITHUB_SHA=main
51
+ GITHUB_PAGES_URL=https://yukkuric.github.io/HexArsLinker/
52
+ ```
53
+
54
+ Useful commands:
55
+ ```sh
56
+ # show help
57
+ hexdoc -h
58
+
59
+ # build, merge, and serve the web book in watch mode
60
+ nodemon --config doc/nodemon.json
61
+
62
+ # build, merge, and serve the web book
63
+ hexdoc serve
64
+
65
+ # manually build and merge the web book
66
+ hexdoc build
67
+ hexdoc merge
68
+
69
+ # start the Python interpreter with some extra local variables
70
+ hexdoc repl
71
+ ```
@@ -0,0 +1,57 @@
1
+ # hexdoc-hex-ars-link
2
+
3
+ Python web book docgen and [hexdoc](https://pypi.org/project/hexdoc) plugin for Hex-Ars Linker.
4
+
5
+ ## Version scheme
6
+
7
+ We use [hatch-gradle-version](https://pypi.org/project/hatch-gradle-version) to generate the version number based on whichever mod version the docgen was built with.
8
+
9
+ The version is in this format: `mod-version.python-version.mod-pre.python-dev.python-post`
10
+
11
+ For example:
12
+ * Mod version: `0.11.1-7`
13
+ * Python package version: `1.0.dev0`
14
+ * Full version: `0.11.1.1.0rc7.dev0`
15
+
16
+ ## Setup
17
+
18
+ Install Python 3.12.
19
+
20
+ ```sh
21
+ python3.12 -m venv venv
22
+
23
+ .\venv\Scripts\activate # Windows
24
+ . venv/bin/activate.fish # fish
25
+ source venv/bin/activate # everything else
26
+
27
+ # run from the repo root, not doc/
28
+ pip install -e .[dev]
29
+ ```
30
+
31
+ ## Usage
32
+
33
+ For local testing, create a file called `.env` in the repo root following this template:
34
+ ```sh
35
+ GITHUB_REPOSITORY=YukkuriC/HexArsLinker
36
+ GITHUB_SHA=main
37
+ GITHUB_PAGES_URL=https://yukkuric.github.io/HexArsLinker/
38
+ ```
39
+
40
+ Useful commands:
41
+ ```sh
42
+ # show help
43
+ hexdoc -h
44
+
45
+ # build, merge, and serve the web book in watch mode
46
+ nodemon --config doc/nodemon.json
47
+
48
+ # build, merge, and serve the web book
49
+ hexdoc serve
50
+
51
+ # manually build and merge the web book
52
+ hexdoc build
53
+ hexdoc merge
54
+
55
+ # start the Python interpreter with some extra local variables
56
+ hexdoc repl
57
+ ```
@@ -0,0 +1,26 @@
1
+ # This file is auto-generated by hatch-gradle-version. Do not edit.
2
+
3
+ GRADLE_VERSION = "0.9.2.4"
4
+ FULL_VERSION = "0.9.2.4.1.0"
5
+
6
+ ARS_VERSION = "4.12.5.243"
7
+ FORGE_VERSION = "47.3.6"
8
+ FORGE_VERSION_RANGE = "[47,)"
9
+ GECKO_VERSION = "4.4.4"
10
+ HEXCASTING_VERSION = "0.11.2-pre-702"
11
+ LOADER_VERSION_RANGE = "[47,)"
12
+ MAPPING_CHANNEL = "official"
13
+ MAPPING_VERSION = "1.20.1"
14
+ MINECRAFT_VERSION = "1.20.1"
15
+ MINECRAFT_VERSION_RANGE = "[1.20.1,1.21)"
16
+ MOD_AUTHORS = "YukkuriC"
17
+ MOD_DESCRIPTION = "Link Ars Nouveau mana to Hex Casting media"
18
+ MOD_GROUP_ID = "yukkuric"
19
+ MOD_ID = "hex_ars_link"
20
+ MOD_LICENSE = "MIT"
21
+ MOD_NAME = "Hex-Ars Linker"
22
+ MOD_VERSION = "DYNAMIC"
23
+ MOD_VERSION_BASE = "0.9.2.4"
24
+ ORG_GRADLE_DAEMON = "false"
25
+ ORG_GRADLE_JVMARGS = "-Xmx3G"
26
+ PATCHOULI_VERSION = "80-FORGE"
@@ -0,0 +1,4 @@
1
+ # This file is auto-generated by hatch-gradle-version.
2
+ # Only the value of PY_VERSION is editable. Do not edit other values.
3
+
4
+ PY_VERSION = "1.0"
@@ -0,0 +1,2 @@
1
+ generated/*
2
+ !generated/__init__.py
@@ -0,0 +1,2 @@
1
+ # This directory is auto-generated by hexdoc.
2
+ # Do not edit or commit these files.
@@ -0,0 +1 @@
1
+ {"hexdoc.hex_ars_link.title": "Hex-Ars Linker Book", "hexdoc.hex_ars_link.description": "The Hex-Ars Linker Book, all in one place."}
@@ -0,0 +1 @@
1
+ {"hex_ars_link.tooltip.owner": "Owner: %s", "hex_ars_link.tooltip.owner.null": "Not bound", "item.hex_ars_link.linker_base": "Lesser Mana Linker", "item.hex_ars_link.linker_advanced": "Advanced Mana Linker", "item.hex_ars_link.linker_great": "Great Mana Linker", "item.hex_ars_link.linkers": "Mana Linkers", "tooltip.hex_ars_link.linker.ratio": "Conversion ratio: %.2f", "hex_ars_link.page.linkers.0": "These items convert player's Ars Nouveau $(thing)Mana/$ into Hex Casting $(item)media/$. When holding in hand, right click to bind personal mana bar to it, and crouch + right click to unbind.$(br)After bound, it acts like a $(item)Phial of Media$(), and directly drains player's mana when extracting media out. Better linker item has higher conversion ratio.", "hex_ars_link.page.linkers.0.hex": "These items convert my $(thing)Mana/$ into $(media)media/$. When I use this item, it binds my mana to its media pool, and unbinds if I use it when crouching.$(br)After bound, it acts like a $(item)Phial of Media$(), and directly drains my mana when extracting media out. Better linker item has higher conversion ratio.", "hex_ars_link.page.linkers.1.unit": "$(l:hex_ars_link:linkers#%s)$(item)%s/$ converts every $(bold)%.2f/$ mana point to $(bold)%.2f/$ $(item)amethyst dust/$ amount of media.$(br)$(br)", "hex_ars_link.book.patterns.entry": "Glyph Manipulation Patterns", "hexcasting.action.hex_ars_link:read_glyphs": "Read Glyphs", "hexcasting.action.hex_ars_link:cast_spell": "Cast Spell", "hexcasting.action.hex_ars_link:cast_spell_shoot": "Projectile Spell", "hexcasting.action.hex_ars_link:cast_spell_touch": "Touch Spell", "hexcasting.action.hex_ars_link:cast_spell_as": "Delegated Spell", "hexcasting.action.hex_ars_link:get_callback": "Get Current Callback", "hexcasting.action.hex_ars_link:set_callback": "Register Callback", "book.descrip.hex_ars_link:read_glyphs": "Read all glyphs from a given entity: could be an item like glyph, spellcaster and parchment, or item frames containing those, or a player with learnt glyphs.$(br)This could be the only way to obtain a glyph iota if I choose to deny the evil power of $(thing)HexParse./$", "book.descrip.hex_ars_link:cast_spell": "Cast the given spell from myself.$(br)Costs $(media)1 dust/$ for each glyph used.", "book.descrip.hex_ars_link:cast_spell_shoot": "Cast the given spell as a projectile shooting from certain position & angle. One $(item)Glyph of Projectile/$ will be inserted before the given glyphs.$(br)Costs $(media)1 shard/$ plus $(media)1 dust/$ for each glyph used.", "book.descrip.hex_ars_link:cast_spell_touch": "Cast the given spell on given entity or position. One $(item)Glyph of Touch/$ will be inserted before the given glyphs.$(br)Costs $(media)1 shard/$ plus $(media)1 dust/$ for each glyph used.", "book.descrip.hex_ars_link:cast_spell_as": "Cast the given spell from the given TrueName.$(br)Costs $(media)1 charged crystal/$ for each glyph used.", "book.descrip.hex_ars_link:get_callback": "Read the callback spell list registered.", "book.descrip.hex_ars_link:set_callback": "Register the given spell list as callback, which will be executed when $(item)\"Trigger Callback\"/$ glyph executes.", "hex_ars_link.glyph_name.hex_callback": "Trigger Callback", "hex_ars_link.glyph_desc.hex_callback": "Execute the spell registered by \"Register Callback\" pattern."}
@@ -0,0 +1 @@
1
+ {"hex_ars_link.tooltip.owner": "\u6240\u6709\u8005\uff1a%s", "hex_ars_link.tooltip.owner.null": "\u672a\u7ed1\u5b9a", "item.hex_ars_link.linker_base": "\u9b54\u529b\u5a92\u8d28\u94fe\u63a5 (\u4e2d\u676f)", "item.hex_ars_link.linker_advanced": "\u9b54\u529b\u5a92\u8d28\u94fe\u63a5 (\u5927\u676f)", "item.hex_ars_link.linker_great": "\u9b54\u529b\u5a92\u8d28\u94fe\u63a5 (\u8d85\u5927\u676f)", "item.hex_ars_link.linkers": "\u9b54\u529b\u5a92\u8d28\u94fe\u63a5", "tooltip.hex_ars_link.linker.ratio": "\u8f6c\u6362\u7387\uff1a%.2f", "hex_ars_link.page.linkers.0": "\u7528\u4e8e\u5c06\u73a9\u5bb6\u7684\u65b0\u751f\u9b54\u827a$(thing)\u9b54\u529b\u503c/$\u8f6c\u5316\u4e3a\u5492\u6cd5\u5b66\u65bd\u6cd5$(item)\u5a92\u8d28/$\u3002\u6301\u6709\u65f6\uff0c\u53f3\u952e\u5c06\u94fe\u63a5\u9053\u5177\u7ed1\u5b9a\u81f3\u73a9\u5bb6\u84dd\u6761\uff0c\u6f5c\u884c+\u53f3\u952e\u89e3\u7ed1\u3002$(br)\u7ed1\u5b9a\u7684\u94fe\u63a5\u9053\u5177\u7c7b\u4f3c\u4e00\u4e2a$(item)\u5a92\u8d28\u4e4b\u74f6$()\uff0c\u5728\u4ece\u4e2d\u62bd\u53d6\u5a92\u8d28\u65f6\u4f1a\u76f8\u5e94\u62bd\u53d6\u73a9\u5bb6\u7684\u9b54\u529b\u3002\u66f4\u9ad8\u7ea7\u7684\u94fe\u63a5\u9053\u5177\u6709\u7740\u66f4\u9ad8\u7684\u8f6c\u6362\u7387\u3002", "hex_ars_link.page.linkers.0.hex": "\u53ef\u4ee5\u5c06\u6211\u7684$(thing)\u9b54\u529b\u503c/$\u8f6c\u5316\u4e3a$(media)\u5a92\u8d28/$\u7684\u795e\u5947\u5999\u5999\u5de5\u5177\u3002\u5f53\u6211\u4f7f\u7528\u5b83\u65f6\uff0c\u5b83\u5c06\u7ed1\u5b9a\u81f3\u6211\u7684\u84dd\u6761\uff1b\u82e5\u6211\u6f5c\u884c\u65f6\u4f7f\u7528\u5b83\u5219\u4f1a\u89e3\u7ed1\u3002$(br)\u7ed1\u5b9a\u7684\u94fe\u63a5\u9053\u5177\u7c7b\u4f3c\u4e00\u4e2a$(item)\u5a92\u8d28\u4e4b\u74f6$()\uff0c\u5728\u4ece\u4e2d\u62bd\u53d6\u5a92\u8d28\u65f6\u4f1a\u76f8\u5e94\u62bd\u53d6\u6211\u7684\u9b54\u529b\u3002\u66f4\u9ad8\u7ea7\u7684\u94fe\u63a5\u9053\u5177\u6709\u7740\u66f4\u9ad8\u7684\u8f6c\u6362\u7387\u3002", "hex_ars_link.page.linkers.1.unit": "$(l:hex_ars_link:linkers#%s)$(item)%s/$\u5c06\u6bcf$(bold)%.2f/$\u70b9\u9b54\u529b\u8f6c\u6362\u4e3a\u7b49\u91cf\u4e8e$(bold)%.2f/$$(item)\u7d2b\u6c34\u6676\u7c89/$\u7684\u5a92\u8d28\u3002$(br)$(br)", "hex_ars_link.book.patterns.entry": "\u9b54\u7b26\u64cd\u7eb5\u56fe\u6848", "hexcasting.action.hex_ars_link:read_glyphs": "\u8bfb\u53d6\u9b54\u7b26", "hexcasting.action.hex_ars_link:cast_spell": "\u65bd\u653e\u6cd5\u672f", "hexcasting.action.hex_ars_link:cast_spell_shoot": "\u5f39\u5c04\u7269\u6cd5\u672f", "hexcasting.action.hex_ars_link:cast_spell_touch": "\u89e6\u6478\u6cd5\u672f", "hexcasting.action.hex_ars_link:cast_spell_as": "\u4ee3\u7406\u6cd5\u672f", "hexcasting.action.hex_ars_link:get_callback": "\u83b7\u53d6\u56de\u8c03", "hexcasting.action.hex_ars_link:set_callback": "\u6ce8\u518c\u56de\u8c03", "book.descrip.hex_ars_link:read_glyphs": "\u4ece\u7ed9\u5b9a\u7684\u5b9e\u4f53\u8bfb\u53d6\u6240\u6709\u9b54\u7b26\uff1a\u53ef\u4ee5\u662f\u4e00\u4e2a\u9053\u5177\u4f8b\u5982\u9b54\u7b26\u3001\u65bd\u6cd5\u9053\u5177\u3001\u6cd5\u672f\u7f8a\u76ae\u7eb8\u7b49\uff0c\u6216\u5305\u542b\u4e0a\u8ff0\u9053\u5177\u7684\u5c55\u793a\u6846\uff0c\u6216\u4e00\u4e2a\u5b66\u4e60\u4e86\u9b54\u7b26\u7684\u73a9\u5bb6\u3002$(br)\u5982\u679c\u6211\u9009\u62e9\u62d2\u7edd$(thing)HexParse./$\u7684\u90aa\u6076\u529b\u91cf\uff0c\u8fd9\u5c06\u662f\u552f\u4e00\u7684\u83b7\u53d6\u9b54\u7b26iota\u7684\u65b9\u5f0f\u3002", "book.descrip.hex_ars_link:cast_spell": "\u4ece\u6211\u81ea\u5df1\u65bd\u653e\u7ed9\u5b9a\u7684\u6cd5\u672f\u3002$(br)\u6240\u4f7f\u7528\u7684\u6bcf\u4e2a\u9b54\u7b26\u5c06\u82b1\u8d39$(media)1 \u7c89\u672b/$\u5a92\u8d28\u3002", "book.descrip.hex_ars_link:cast_spell_shoot": "\u4ece\u7ed9\u5b9a\u4f4d\u7f6e\u4e0e\u89d2\u5ea6\u65bd\u653e\u5f39\u5c04\u7269\u6cd5\u672f\u3002\u7ed9\u5b9a\u6cd5\u672f\u5217\u8868\u524d\u5c06\u81ea\u52a8\u6dfb\u52a0\u4e00\u4e2a$(item)\u9b54\u7b26\uff1a\u5f39\u5c04\u7269/$\u3002$(br)\u6240\u4f7f\u7528\u7684\u6bcf\u4e2a\u9b54\u7b26\u5c06\u82b1\u8d39$(media)1 \u7c89\u672b/$\u5a92\u8d28\uff0c\u5e76\u4e14\u989d\u5916\u82b1\u8d39$(media)1 \u7d2b\u6c34\u6676/$\u5a92\u8d28\u3002", "book.descrip.hex_ars_link:cast_spell_touch": "\u5728\u7ed9\u5b9a\u7684\u4f4d\u7f6e\u6216\u5b9e\u4f53\u4e0a\u65bd\u653e\u7ed9\u5b9a\u6cd5\u672f\u3002\u6cd5\u672f\u5217\u8868\u524d\u5c06\u81ea\u52a8\u6dfb\u52a0\u4e00\u4e2a$(item)\u9b54\u7b26\uff1a\u89e6\u6478/$\u3002$(br)\u6240\u4f7f\u7528\u7684\u6bcf\u4e2a\u9b54\u7b26\u5c06\u82b1\u8d39$(media)1 \u7c89\u672b/$\u5a92\u8d28\uff0c\u5e76\u4e14\u989d\u5916\u82b1\u8d39$(media)1 \u7d2b\u6c34\u6676/$\u5a92\u8d28\u3002", "book.descrip.hex_ars_link:cast_spell_as": "\u4f7f\u7528\u7ed9\u5b9a\u73a9\u5bb6\u7684\u771f\u540d\u65bd\u653e\u6cd5\u672f\u3002$(br)\u6240\u4f7f\u7528\u7684\u6bcf\u4e2a\u9b54\u7b26\u5c06\u82b1\u8d39$(media)1 \u5145\u80fd\u6c34\u6676/$\u5a92\u8d28\u3002", "book.descrip.hex_ars_link:get_callback": "\u8bfb\u53d6\u5df2\u6ce8\u518c\u7684\u56de\u8c03\u6cd5\u672f\u3002", "book.descrip.hex_ars_link:set_callback": "\u5c06\u7ed9\u5b9a\u6cd5\u672f\u5217\u8868\u6ce8\u518c\u4e3a\u56de\u8c03\uff0c\u5176\u5c06\u4f1a\u5728$(item)\"\u89e6\u53d1\u56de\u8c03\"/$\u7b26\u6587\u6267\u884c\u65f6\u8fd0\u884c\u3002", "hex_ars_link.glyph_name.hex_callback": "\u89e6\u53d1\u56de\u8c03", "hex_ars_link.glyph_desc.hex_callback": "\u6267\u884c\u7531\"\u6ce8\u518c\u56de\u8c03\"\u56fe\u6848\u6ce8\u518c\u7684\u6cd5\u672f\u3002"}
@@ -0,0 +1,6 @@
1
+ {
2
+ "parent": "item/generated",
3
+ "textures": {
4
+ "layer0": "hex_ars_link:item/hex_callback"
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "parent": "item/generated",
3
+ "textures": {
4
+ "layer0": "hex_ars_link:item/linker_advanced"
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "parent": "item/generated",
3
+ "textures": {
4
+ "layer0": "hex_ars_link:item/linker_base"
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "parent": "item/generated",
3
+ "textures": {
4
+ "layer0": "hex_ars_link:item/linker_great"
5
+ }
6
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "hex_ars_link.book.patterns.entry",
3
+ "category": "hexcasting:patterns",
4
+ "icon": "hex_ars_link:hex_callback",
5
+ "pages": [
6
+ {
7
+ "type": "hexcasting:pattern",
8
+ "op_id": "hex_ars_link:read_glyphs",
9
+ "anchor": "hex_ars_link:read_glyphs",
10
+ "input": "entity",
11
+ "output": "[glyph]",
12
+ "text": "book.descrip.hex_ars_link:read_glyphs"
13
+ },
14
+ {
15
+ "type": "hexcasting:pattern",
16
+ "op_id": "hex_ars_link:cast_spell",
17
+ "anchor": "hex_ars_link:cast_spell",
18
+ "input": "[glyph]",
19
+ "output": "",
20
+ "text": "book.descrip.hex_ars_link:cast_spell"
21
+ },
22
+ {
23
+ "type": "hexcasting:pattern",
24
+ "op_id": "hex_ars_link:cast_spell_shoot",
25
+ "anchor": "hex_ars_link:cast_spell_shoot",
26
+ "input": "vec, vec, [glyph]",
27
+ "output": "",
28
+ "text": "book.descrip.hex_ars_link:cast_spell_shoot"
29
+ },
30
+ {
31
+ "type": "hexcasting:pattern",
32
+ "op_id": "hex_ars_link:cast_spell_touch",
33
+ "anchor": "hex_ars_link:cast_spell_touch",
34
+ "input": "vec/entity, [glyph]",
35
+ "output": "",
36
+ "text": "book.descrip.hex_ars_link:cast_spell_touch"
37
+ },
38
+ {
39
+ "type": "hexcasting:pattern",
40
+ "op_id": "hex_ars_link:cast_spell_as",
41
+ "anchor": "hex_ars_link:cast_spell_as",
42
+ "input": "player, [glyph]",
43
+ "output": "",
44
+ "text": "book.descrip.hex_ars_link:cast_spell_as"
45
+ },
46
+ {
47
+ "type": "hexcasting:pattern",
48
+ "op_id": "hex_ars_link:set_callback",
49
+ "anchor": "hex_ars_link:set_callback",
50
+ "input": "list",
51
+ "output": "",
52
+ "text": "book.descrip.hex_ars_link:set_callback"
53
+ },
54
+ {
55
+ "type": "hexcasting:pattern",
56
+ "op_id": "hex_ars_link:get_callback",
57
+ "anchor": "hex_ars_link:get_callback",
58
+ "input": "",
59
+ "output": "list",
60
+ "text": "book.descrip.hex_ars_link:get_callback"
61
+ }
62
+ ]
63
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "item.hex_ars_link.linkers",
3
+ "icon": "hex_ars_link:linker_advanced",
4
+ "category": "hexcasting:items",
5
+ "advancement": "hexcasting:root",
6
+ "pages": [
7
+ "hex_ars_link.page.linkers.0.hex",
8
+ {
9
+ "type": "hexcasting:hex_ars_link/linker_ratio"
10
+ },
11
+ {
12
+ "type": "hexcasting:hex_ars_link/apparatus_recipe",
13
+ "recipe": "hex_ars_link:linker_lv1",
14
+ "anchor": "lv1"
15
+ },
16
+ {
17
+ "type": "hexcasting:hex_ars_link/apparatus_recipe",
18
+ "recipe": "hex_ars_link:linker_lv2",
19
+ "anchor": "lv2"
20
+ },
21
+ {
22
+ "type": "hexcasting:hex_ars_link/apparatus_recipe",
23
+ "recipe": "hex_ars_link:linker_lv3",
24
+ "anchor": "lv3"
25
+ }
26
+ ]
27
+ }
@@ -0,0 +1 @@
1
+ {"values":["hex_ars_link:cast_spell_as"],"replace":false}
@@ -0,0 +1 @@
1
+ {"book_url":"https://yukkuric.github.io/HexArsLinker/v/0.9.2.4/1.0/en_us","asset_url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2","textures":{"PNGTexture":{"hex_ars_link:textures/item/linker_advanced.png":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_advanced.png","pixelated":true},"hex_ars_link:textures/item/linker_base.png":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_base.png","pixelated":true},"hex_ars_link:textures/item/hex_callback.png":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/hex_callback.png","pixelated":true},"hex_ars_link:textures/item/linker_great.png":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_great.png","pixelated":true}},"SingleItemTexture":{"hex_ars_link:linker_great":{"inner":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_great.png","pixelated":true}},"hex_ars_link:linker_advanced":{"inner":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_advanced.png","pixelated":true}},"hex_ars_link:linker_base":{"inner":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/linker_base.png","pixelated":true}},"hex_ars_link:hex_callback":{"inner":{"url":"https://raw.githubusercontent.com/YukkuriC/HexArsLinker/029ed3e4daee7c127d712de094ef5bb94b3d0cc2/src/main/resources/assets/hex_ars_link/textures/item/hex_callback.png","pixelated":true}}}}}
@@ -0,0 +1 @@
1
+ {"patterns":[{"startdir":"EAST","signature":"qwaawewaawdwawwawwqwwaww","id":"hex_ars_link:cast_spell"},{"startdir":"NORTH_WEST","signature":"aqaeqwaawewaawdwawwawwqwwawwwded","is_per_world":true,"id":"hex_ars_link:cast_spell_as"},{"startdir":"NORTH_WEST","signature":"qaeaqewqwaawewaawdwawwawwqwwaww","id":"hex_ars_link:cast_spell_shoot"},{"startdir":"EAST","signature":"wwqwaawewaawdwawwawwqwwaww","id":"hex_ars_link:cast_spell_touch"},{"startdir":"EAST","signature":"qwaawewaawdwaqwqqqwq","id":"hex_ars_link:read_glyphs"},{"startdir":"EAST","signature":"qwaawewaawdqqwawwqwwawqdqdeaqq","id":"hex_ars_link:set_callback"},{"startdir":"EAST","signature":"qwaawewaawdqqwawwqwwawqdeqqqqqa","id":"hex_ars_link:get_callback"}]}
@@ -0,0 +1,79 @@
1
+ # type: ignore
2
+ from importlib.resources import Package
3
+ from typing_extensions import override
4
+
5
+ from hexdoc.plugin import (
6
+ HookReturn,
7
+ ModPlugin,
8
+ ModPluginImpl,
9
+ ModPluginWithBook,
10
+ hookimpl,
11
+ )
12
+
13
+ import hexdoc_hex_ars_link
14
+
15
+ from .__gradle_version__ import FULL_VERSION, GRADLE_VERSION
16
+ from .__version__ import PY_VERSION
17
+
18
+
19
+ class HexArsLinkerPlugin(ModPluginImpl):
20
+ @staticmethod
21
+ @hookimpl
22
+ def hexdoc_mod_plugin(branch: str) -> ModPlugin:
23
+ HexArsLinkerPlugin.disable_custom_pages()
24
+ return HexArsLinkerModPlugin(branch=branch)
25
+
26
+ @staticmethod
27
+ def disable_custom_pages():
28
+ from hexdoc.patchouli import Entry
29
+
30
+ @classmethod
31
+ def wrap_load(cls, resource_dir, id, data, context):
32
+ data['pages'] = list(
33
+ filter(
34
+ (
35
+ lambda p: isinstance(p, str)
36
+ or not p['type'].startswith('hexcasting:hex_ars_link')
37
+ ),
38
+ data['pages'],
39
+ )
40
+ )
41
+ return Entry._load_original(resource_dir, id, data, context)
42
+
43
+ Entry._load_original = Entry.load
44
+ Entry.load = wrap_load
45
+
46
+
47
+ class HexArsLinkerModPlugin(ModPluginWithBook):
48
+ @property
49
+ @override
50
+ def modid(self) -> str:
51
+ return "hex_ars_link"
52
+
53
+ @property
54
+ @override
55
+ def full_version(self) -> str:
56
+ return FULL_VERSION
57
+
58
+ @property
59
+ @override
60
+ def mod_version(self) -> str:
61
+ return GRADLE_VERSION
62
+
63
+ @property
64
+ @override
65
+ def plugin_version(self) -> str:
66
+ return PY_VERSION
67
+
68
+ @override
69
+ def resource_dirs(self) -> HookReturn[Package]:
70
+ # lazy import because generated may not exist when this file is loaded
71
+ # eg. when generating the contents of generated
72
+ # so we only want to import it if we actually need it
73
+ from ._export import generated
74
+
75
+ return generated
76
+
77
+ @override
78
+ def jinja_template_root(self) -> tuple[Package, str]:
79
+ return hexdoc_hex_ars_link, "_templates"
@@ -0,0 +1,57 @@
1
+ org.gradle.jvmargs=-Xmx3G
2
+ org.gradle.daemon=false
3
+ # The Minecraft version must agree with the Forge version to get a valid artifact
4
+ minecraft_version=1.20.1
5
+ # The Minecraft version range can use any release version of Minecraft as bounds.
6
+ # Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
7
+ # as they do not follow standard versioning conventions.
8
+ minecraft_version_range=[1.20.1,1.21)
9
+ # The Forge version must agree with the Minecraft version to get a valid artifact
10
+ forge_version=47.3.6
11
+ # The Forge version range can use any version of Forge as bounds or match the loader version range
12
+ forge_version_range=[47,)
13
+ # The loader version range can only use the major version of Forge/FML as bounds
14
+ loader_version_range=[47,)
15
+ # The mapping channel to use for mappings.
16
+ # The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"].
17
+ # Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin.
18
+ #
19
+ # | Channel | Version | |
20
+ # |-----------|----------------------|--------------------------------------------------------------------------------|
21
+ # | official | MCVersion | Official field/method names from Mojang mapping files |
22
+ # | parchment | YYYY.MM.DD-MCVersion | Open community-sourced parameter names and javadocs layered on top of official |
23
+ #
24
+ # You must be aware of the Mojang license when using the 'official' or 'parchment' mappings.
25
+ # See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
26
+ #
27
+ # Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge.
28
+ # Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started
29
+ mapping_channel=official
30
+ # The mapping version to query from the mapping channel.
31
+ # This must match the format required by the mapping channel.
32
+ mapping_version=1.20.1
33
+ # The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
34
+ # Must match the String constant located in the main mod class annotated with @Mod.
35
+ mod_id=hex_ars_link
36
+ # The human-readable display name for the mod.
37
+ mod_name=Hex-Ars Linker
38
+ # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
39
+ mod_license=MIT
40
+ # The mod version. See https://semver.org/ # I REFUSE.
41
+ mod_version_base=0.9.2.4
42
+ mod_version=DYNAMIC
43
+ # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
44
+ # This should match the base package used for the mod sources.
45
+ # See https://maven.apache.org/guides/mini/guide-naming-conventions.html
46
+ mod_group_id=yukkuric
47
+ # The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
48
+ mod_authors=YukkuriC
49
+ # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
50
+ mod_description=Link Ars Nouveau mana to Hex Casting media
51
+
52
+ # dependencies
53
+ hexcastingVersion=0.11.2-pre-702
54
+ #hexcastingVersion=0.11.2
55
+ patchouliVersion=80-FORGE
56
+ ars_version=4.12.5.243
57
+ gecko_version=4.4.4
@@ -0,0 +1,118 @@
1
+ [build-system]
2
+ requires = [
3
+ "hatchling",
4
+ "hatch-gradle-version>=0.8.0",
5
+ ]
6
+ build-backend = "hatchling.build"
7
+
8
+ # project metadata
9
+
10
+ [project]
11
+ name = "hexdoc-hex-ars-link"
12
+ description = "Python web book docgen and hexdoc plugin for Hex-Ars Linker."
13
+ readme = "doc/README.md"
14
+ authors = [
15
+ { name="YukkuriC" },
16
+ ]
17
+ keywords = ["hexdoc"]
18
+ requires-python = ">=3.11"
19
+ dynamic = ["version", "dependencies", "optional-dependencies"]
20
+
21
+ [project.urls]
22
+ Homepage = "https://yukkuric.github.io/HexArsLinker/"
23
+ Source = "https://github.com/YukkuriC/HexArsLinker"
24
+
25
+ # Gradle version/deps
26
+
27
+ [tool.hatch.version]
28
+ scheme = "gradle"
29
+ source = "gradle-properties"
30
+ py-path = "doc/src/hexdoc_hex_ars_link/__version__.py"
31
+ key = "mod_version_base"
32
+
33
+ [tool.hatch.metadata.hooks.gradle-properties]
34
+ dependencies = [
35
+ { package="hexdoc-hexcasting", op="~=", py-version="1.0", key="hexcastingVersion" },
36
+ ]
37
+
38
+ [tool.hatch.metadata.hooks.gradle-properties.optional-dependencies]
39
+ dev = [
40
+ "ruff~=0.11.2",
41
+ ]
42
+
43
+ # directory inclusion
44
+
45
+ [tool.hatch.build]
46
+ only-include = [
47
+ "doc/src/hexdoc_hex_ars_link",
48
+ "gradle.properties",
49
+ ]
50
+ artifacts = [
51
+ "/doc/src/hexdoc_hex_ars_link/_export/generated",
52
+ "/doc/src/hexdoc_hex_ars_link/__gradle_version__.py",
53
+ ]
54
+
55
+ [tool.hatch.build.targets.wheel]
56
+ sources = ["doc/src"]
57
+
58
+ # hexdoc entry points
59
+
60
+ [project.entry-points.hexdoc]
61
+ hex_ars_link = "hexdoc_hex_ars_link._hooks:HexArsLinkerPlugin"
62
+
63
+ # linting
64
+
65
+ [tool.pyright]
66
+ pythonVersion = "3.11"
67
+ pythonPlatform = "All"
68
+
69
+ include = ["doc/src"]
70
+ extraPaths = ["doc/src"]
71
+
72
+ typeCheckingMode = "standard"
73
+
74
+ strictDictionaryInference = true
75
+ strictListInference = true
76
+ strictSetInference = true
77
+
78
+ reportAssertAlwaysTrue = "error"
79
+ reportConstantRedefinition = "error"
80
+ reportDeprecated = "error"
81
+ reportDuplicateImport = "error"
82
+ reportFunctionMemberAccess = "error"
83
+ reportIncompatibleMethodOverride = "error"
84
+ reportIncompatibleVariableOverride = "error"
85
+ reportIncompleteStub = "error"
86
+ reportInconsistentConstructor = "error"
87
+ reportInvalidStringEscapeSequence = "error"
88
+ reportInvalidStubStatement = "error"
89
+ reportInvalidTypeVarUse = "error"
90
+ reportMatchNotExhaustive = "error"
91
+ reportMissingParameterType = "error"
92
+ reportMissingTypeStubs = "error"
93
+ reportOverlappingOverload = "error"
94
+ reportSelfClsParameterName = "error"
95
+ reportTypeCommentUsage = "error"
96
+ reportUnknownParameterType = "error"
97
+ reportUnnecessaryCast = "error"
98
+ reportUnnecessaryContains = "error"
99
+ reportUnsupportedDunderAll = "error"
100
+ reportUntypedBaseClass = "error"
101
+ reportUntypedClassDecorator = "error"
102
+ reportUntypedFunctionDecorator = "error"
103
+ reportUntypedNamedTuple = "error"
104
+ reportWildcardImportFromLibrary = "error"
105
+
106
+ reportMissingTypeArgument = "warning"
107
+ reportPrivateUsage = "warning"
108
+ reportUnknownArgumentType = "warning"
109
+ reportUnknownLambdaType = "warning"
110
+ reportUnknownMemberType = "warning"
111
+ reportUnknownVariableType = "warning"
112
+ reportUnnecessaryComparison = "warning"
113
+ reportUnnecessaryIsInstance = "warning"
114
+ reportUnusedClass = "warning"
115
+ reportUnusedExpression = "warning"
116
+ reportUnusedFunction = "warning"
117
+ reportUnusedImport = "warning"
118
+ reportUnusedVariable = "warning"