Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meszaros-lajos-gyorgy/arx-mod-potion-guard
Arx Fatalis mod to prevent accidental waste of potions when player health or mana is full.
https://github.com/meszaros-lajos-gyorgy/arx-mod-potion-guard
Last synced: 11 days ago
JSON representation
Arx Fatalis mod to prevent accidental waste of potions when player health or mana is full.
- Host: GitHub
- URL: https://github.com/meszaros-lajos-gyorgy/arx-mod-potion-guard
- Owner: meszaros-lajos-gyorgy
- License: mit
- Created: 2022-03-28T23:42:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T18:11:37.000Z (7 months ago)
- Last Synced: 2024-10-04T01:52:58.205Z (4 months ago)
- Language: ASL
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arx-mod-potion-guard
Arx Fatalis mod to prevent accidental waste of potions when player health or
mana is full.![screenshot](screenshot.png?raw=true "screenshot")
**Compatible with
[Arx Libertatis Mod Manager](https://github.com/fredlllll/ArxLibertatisModManager)**## Why?
Imagine being in a tense combat situation, you're low on health and you try to
use the hotkeys to drink a health potion. But instead of `H` (default hotkey
for drinking health potion) you accidentally press `G` (default hotkey for
drinkin mana potion) and you waste a valuable mana potion. This mod will
override the default scripts of health and mana potions so that if your stats
are full you won't use up any of those potions when drinking them.## Requirements
[Arx Libertatis](https://arx-libertatis.org/) 1.3 is recommended because of
the use of `^player_mana` and `^player_maxmana` variables.Dev snapshot for 1.3 containing the necessary variables:
https://arx-libertatis.org/files/snapshots/arx-libertatis-1.3-dev-2023-06-24/The mod partially works in older versions: in that case only the
health potion guarding will get guarded against overconsumption,
but not mana potions.