|
1 | 1 | # A Battlehorns improved version of the syn_river plugin
|
| 2 | +With this plugin, you are able to fill durty water from river, and somehow boil the water on fire to create clean water to drink. |
| 3 | +Empty Canteens are required to fill from river, as well the empty buckets, so, try to add them into some stores or any NPC you may have. |
| 4 | +Fred_metabolism was changed to be able to add items while drinking, so you can be able to see canteen drop 20% of the water each time you drink it, and become empty when you drink it 5 times. |
| 5 | +All the sequence images are on the ```img``` folder here. Those do the magic :D |
2 | 6 |
|
3 | 7 | ## Requirements
|
4 | 8 | - [bh_metabolism](https://github.com/battlehorns3296/bh_metabolism)
|
| 9 | +- [fred_hud](https://github.com/battlehorns3296/fred_hud) |
5 | 10 | - [VORP_Inventory](https://github.com/VORPCORE/vorp_inventory-lua)
|
6 | 11 | - And all requirements from the above required Plugins
|
7 | 12 |
|
8 | 13 | ## Additional
|
9 |
| -- [fred_hud](https://github.com/battlehorns3296/fred_hud) |
| 14 | +- [Vorp_crafting](https://github.com/VORPCORE/vorp_crafting) |
| 15 | +To be able to craft clean water canteens |
10 | 16 |
|
11 | 17 | ## Preview
|
12 | 18 |
|
@@ -53,12 +59,13 @@ Config.defaultlang = "xx"
|
53 | 59 |
|
54 | 60 | ## Features
|
55 | 61 | * Small drink amount from the river
|
56 |
| -* Fill Canteen from river |
| 62 | +* Fill Canteen from river (durty water) |
| 63 | +* Fill Bucket from river |
57 | 64 | * Drink from Canteen reduce 20% of the Canteen content
|
58 | 65 | * You dont need to drink the full content of the Canteen to refill it from the river
|
59 | 66 | * You can quick refresh yourself from the river
|
| 67 | +* Options to Enable/Disable Features on Config file |
60 | 68 | ## TODO
|
61 |
| -* You can fill your bucket of water from the river to use it to water your crops |
62 | 69 | * Add items to the Character hands while on the animation
|
63 | 70 | * Add more Config options into the ```config.lua``` file
|
64 | 71 | * And more...
|
|
0 commit comments