Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crimsonmods/crimsonmoon
A sacraficial alter to praise the moon! Honor it in return for a blood moon!
https://github.com/crimsonmods/crimsonmoon
Last synced: about 1 month ago
JSON representation
A sacraficial alter to praise the moon! Honor it in return for a blood moon!
- Host: GitHub
- URL: https://github.com/crimsonmods/crimsonmoon
- Owner: CrimsonMods
- Created: 2024-07-13T17:29:29.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T15:35:03.000Z (about 2 months ago)
- Last Synced: 2024-12-04T16:36:50.742Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrimsonMoon
`Server side only`Allows the players the ability to trigger Blood Moon to take place by sacraficing a set number of a specified item within a range of a specific location.
By default, it's 3 Primal Blood Essence at the Sacraficial Alter.
You can find new coordinates using KindredCommands' "whereami" command.
## Installation
* Install [BepInEx](https://v-rising.thunderstore.io/package/BepInEx/BepInExPack_V_Rising/)
* Install [VampireCommandFramework](https://thunderstore.io/c/v-rising/p/deca/VampireCommandFramework/)
* Extract _CrimsonMoon.dll_ into _(VRising server folder)/BepInEx/plugins_## Configurable Values
```ini
[Config]## Enable or disable the mod
# Setting type: Boolean
# Default value: true
EnableMod = true[Sacrafice]
## ItemHash for the sacraficed material
# Setting type: int
# Default value: 1566989408
SacraficeGUID = 1566989408## This is how many must be dropped to trigger blood moon
# Setting type: int
# Default value: 3
MinimumRequired = 3[Alter]
## The float3 position of the alter, accepts sacrafices within 10 distance
# Setting type: double
# Default value: -1585.3368
AlterLocation_X = -1585.3368
AlterLocation_Y = -3.8146
AlterLocation_Z = -937.0102
```
## SupportWant to support my V Rising Mod development?
Donations Accepted with [Ko-Fi](https://ko-fi.com/skytech6)
Or buy/play my games!
[Train Your Minibot](https://store.steampowered.com/app/713740/Train_Your_Minibot/)
[Boring Movies](https://store.steampowered.com/app/1792500/Boring_Movies/) **FREE TO PLAY**
**I do commission mod work. Contact me on Discord (skytech6) for any Unity modding needs!**