zfolmt-Penumbra icon

Penumbra

Simple custom merchants, use defaults or create your own!

Last updated a week ago
Total downloads 1139
Total rating 3 
Categories Server Mods 1.0 Update Oakveil Update
Dependency string zfolmt-Penumbra-1.1.7
Dependants 0 other packages depend on this package

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

README

Table of Contents

Sponsor this project

patreon ko-fi

Sponsors

Jairon O.; Odjit; Jera; Kokuren TCG and Gaming Shop; Rexxn; Eduardo G.; DirtyMike; Imperivm Draconis; Geoffrey D.; SirSaia; Robin C.; Colin F.; Jade K.;

Features

  • Configurable Merchants: Comes with several default sets of wares that can be modified, replaced or added to (follow the example template shown in the configuration section below and increment merchant number for additional sets of wares).
  • Tokens & Login Rewards: Earn tokens for time spent online and redeem them for trader currency! Optional daily login bonus.

Configuration

Merchant(#)

  • Name: (string, default: "Merchant#") Name/identifier for the merchant, used for easy referencing and verifying existence when autospawning merchants.
  • Output Items: (string, default: "-1370210913,1915695899,862477668,429052660,28358550") Item prefabGUIDs for outputs.
  • Output Amounts: (string, default: "1,1,1500,15,250") Item output amounts.
  • Input Items: (string, default: "-257494203,-257494203,-257494203,-257494203,-257494203") Item prefabGUIDs for inputs.
  • Input Amounts: (string, default: "250,250,250,250,250") Item input amounts.
  • Stock Amounts: (string, default: "99,99,99,99,99") Stock amounts for outputs.
  • Restock Time: (int, default: 60) Time between restocks in minutes (1min minimum, no option to not restock atm since I completely forgot about that >_>).
  • Trader Prefab: (int, default: 0) Trader prefab ID; leave this blank, will be saved out by the mod after spawning a merchant.
  • Position: (string, default: "") Position of merchant spawn in world; leave this blank, will be saved out by the mod after spawning a merchant.
  • Roam: (bool, default: false) Pace around or stay put.

Commands

  • .penumbra spawnmerchant [TraderPrefab] [Wares] 🔒
    • Spawns merchant at mouse location with configured wares ('.pen sm 1631713257 3' will spawn a major noctem trader with the third wares as configured).
    • Shortcut: .pen sm [TraderPrefab] [Wares]
  • .penumbra removemerchant 🔒
    • Removes hovered merchant.
    • Shortcut: .pen rm
  • .penumbra redeemtokens
    • Redeems tokens for configured item.
    • Shortcut: .pen rt
  • .penumbra gettokens
    • Shows and updates tokens.
    • Shortcut: .pen gt
  • .penumbra getdaily
    • Check time remaining or receive daily login reward if eligible.
    • Shortcut: .pen gd

Credits

  • BloodyMerchant by @Trodi was invaluable in putting this together, many thanks to him and other listed contributors!