Skip to content

Commit

Permalink
Update readme/changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Jul 3, 2023
1 parent 7eb6be7 commit fcd7f9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ https://github.com/nwnxee/unified/compare/build8193.35.40...HEAD
- Feat: added modifier `NWNX_FEAT_MODIFIER_SPELLSAVEDCFORSCHOOL` to modify a creature's spell DC for a spell school
- Feat: added modifier `NWNX_FEAT_MODIFIER_SPELLSAVEDCFORSPELL` to modify a creature's spell DC for an individual spell
- Events: added event `NWNX_ON_SPELL_FAILED_{BEFORE|AFTER}` which fires when the casting of a spell did not finish for any reason.
- Tweaks: added `NWNX_TWEAKS_USE_CUSTOM_HAK_LIST`, `NWNX_TWEAKS_CUSTOM_HAK_LIST` for specifying a custom hak list when loading a module.
- Tweaks: added `NWNX_TWEAKS_LOAD_NWSYNC_MANIFEST`, `NWNX_TWEAKS_NWSYNC_HOST`, `NWNX_TWEAKS_NWSYNC_MANIFEST` for syncing the server to a hosted nwsync repository.

##### New Plugins
- N/A
- Resources: Adds `RESOURCES_*` variables for adding NWSync as a resource source, and specifying a replacement hak list.

##### New NWScript Functions
- Object: GetLastSpellInstant()
Expand Down
5 changes: 0 additions & 5 deletions Plugins/Tweaks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ Tweaks stuff. See below.
| `NWNX_TWEAKS_RANGED_WEAPONS_USE_ON_HIT_EFFECT_ITEM_PROPERTIES` | true or false | Makes all bows, crossbows, and slings use On Hit: Effect item properties (in addition to their ammunition). |
| `NWNX_TWEAKS_RANGED_WEAPONS_USE_ON_HIT_CAST_SPELL_ITEM_PROPERTIES` | true or false | Makes all bows, crossbows, and slings use On Hit: Cast Spell item properties (in addition to their ammunition). |
| `NWNX_TWEAKS_CAST_ALL_ON_HIT_CAST_SPELL_ITEM_PROPERTIES` | true or false | Casts all On Hit: Cast Spell item properties on hit, instead of only the first property. |
| `NWNX_TWEAKS_USE_CUSTOM_HAK_LIST` | true or false | If the reference module haks should be ignored and not loaded, instead using the list specified in `NWNX_TWEAKS_CUSTOM_HAK_LIST` |
| `NWNX_TWEAKS_CUSTOM_HAK_LIST` | Comma separated list or undefined | The hak files to load when `NWNX_TWEAKS_USE_CUSTOM_HAK_LIST` is enabled. An empty list means no hak files are loaded. |
| `NWNX_TWEAKS_LOAD_NWSYNC_MANIFEST` | true or false | Causes the server to synchronise to a standard nwsync repository, and load the referenced content. |
| `NWNX_TWEAKS_NWSYNC_HOST` | URL | The base host of the nwsync repository when `NWNX_TWEAKS_LOAD_NWSYNC_MANIFEST` is enabled. |
| `NWNX_TWEAKS_NWSYNC_MANIFEST` | Hash | The nwsync manifest hash to load when `NWNX_TWEAKS_LOAD_NWSYNC_MANIFEST` is enabled. Does not support `latest`. |

## Environment variable values

Expand Down

0 comments on commit fcd7f9e

Please sign in to comment.