You are viewing a potentially older version of this package. View all versions.
skytech6-CrimsonMoon-0.2.0 icon

CrimsonMoon

A sacraficial alter to praise the moon! Honor it in return for a blood moon!

Date uploaded 2 years ago
Version 0.2.0
Download link skytech6-CrimsonMoon-0.2.0.zip
Downloads 1025
Dependency string skytech6-CrimsonMoon-0.2.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.4 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.10.4
skytech6-VAMP-1.3.2 icon
skytech6-VAMP

V Rising API Modding Platform

Preferred version: 1.3.2

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

Configurable Values

[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

Support

Want to support my V Rising Mod development?

Donations Accepted with Ko-Fi

Or buy/play my games!

Train Your Minibot

Boring Movies FREE TO PLAY

I do commission mod work. Contact me on Discord (skytech6) for any Unity modding needs!

CHANGELOG

1.0.3

  • Changed Sacrifice to to be a potential list of items
  • Announcement for blood moon now editable
  • Updated dependencies

1.0.1

  • Updated dependencies
  • Updated readme

1.0.0

  • Stable Release

0.3.2

  • Updated for Hotfix 5
  • Removed debug line
  • Ensure VAMP loads first

0.3.0

  • Preview for 1.1

0.2.0

  • Removed Bloodstone Dependency
  • Fixed Thunderstore manifest
  • Minor code cleanup

0.1.2

  • Initial release