late/README.md

49 lines
1.4 KiB
Markdown
Raw Normal View History

2018-08-27 09:54:36 +00:00
# LATE - Library Adding Temporary Effects
2018-08-26 22:29:32 +02:00
This Minetest library adds possibility to easily create temporary effects affecting players and mobs.
**Version**: Alpha
**Dependancies**: default, 3d_armor (optional)
**License**: LGPL v2.1
This library does not directly offer anything new to the game. It has to be used by other mods.
2018-08-26 22:31:45 +02:00
**API**: See [API.md](https://github.com/pyrollo/late/blob/master/API.md) document please.
2018-08-26 22:29:32 +02:00
2018-09-05 21:01:59 +02:00
## Related mods
2018-11-21 21:44:53 +01:00
* [late_demo](https://github.com/pyrollo/late_demo): A basic demo mod ([impacts documented here](basic_impacts.md)).
2018-09-05 21:01:59 +02:00
* [late_extra_impacts](https://github.com/pyrollo/late_extra_impacts): Adds more elaborated impacts (only *illuminate* impact for now)
2018-08-26 22:29:32 +02:00
## Expected improvements
### Short term
2018-09-05 21:01:59 +02:00
* Effect cancellation
2018-08-26 22:29:32 +02:00
* Several effects on items and nodes
2018-09-05 21:01:59 +02:00
* More impact types, on mobs in particular
2018-08-26 22:29:32 +02:00
2018-11-21 21:42:43 +01:00
### Long term
2018-08-26 22:29:32 +02:00
* Effects on world itself
* Persistance of effects on mobs (now only player effects persist)
2018-09-05 21:01:59 +02:00
* Particles
2018-08-26 22:29:32 +02:00
## Version history
2018-11-21 21:42:43 +01:00
### 2018-11-21 Hud improvements by texmex
* HUD system improved, added to demo and documentation
* Custom conditions can now be registered
2018-09-05 21:01:59 +02:00
### 2018-08-05 Ongoing development
* Demo mod (see [late_demo](https://github.com/pyrollo/late_demo))
* HUD system (not in demo yet)
* Distance fading effects
* Effects modifiers impact (allows creation of antidote effects)
* New impact types: breath, nametag
2018-08-26 22:29:32 +02:00
2018-09-05 21:01:59 +02:00
### 2018-08-26 Alpha version (dev still in progress)