You are viewing a potentially older version of this package. View all versions.
Brandonious-Dangerous_Big_Pickups-1.0.0 icon

Dangerous Big Pickups

[For Rundown Devs] Because why wouldn't you want to take damage while holding a datasphere!

Date uploaded 3 years ago
Version 1.0.0
Download link Brandonious-Dangerous_Big_Pickups-1.0.0.zip
Downloads 209
Dependency string Brandonious-Dangerous_Big_Pickups-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.0
dakkhuza-MTFO-4.4.4 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.4.4

README

Welcome to Dangerous Big Pickups!

Downloading the mod and running the game with the mod installed should generate a config file in BepInEx/plugins/[Your Rundown]/Custom/DangerousBigPickups.

From there you can use the template below to create an awful experience for all those involved!

Note: Negative values DO work if you want to instead be nice and give Health/Disinfection.

[ { "BigPickupId": 0, //ID from the ItemDataBlock "InfectionPerSec": 0.0, //How much infection is applied per second (float) "DamagePerSec": 0.0, //How much damage is applied per second (float) "PickupDoesDamage": false, //Does the item do damage? "PickupDoesInfection": false, //Does the item give infection? "InternalEnabled": false, //Is this block enabled? "DebugName": "Example1" }, { "BigPickupId": 0, "InfectionPerSec": 0.0, "DamagePerSec": 0.0, "PickupDoesDamage": false, "PickupDoesInfection": false, "InternalEnabled": false, "DebugName": "Example2" } ]