You are viewing a potentially older version of this package. View all versions.
ThinkInvis-TinkersSatchel-1.3.0 icon

TinkersSatchel

An adequate assortment of anomalous additions (mostly items/artifacts).

Date uploaded 3 years ago
Version 1.3.0
Download link ThinkInvis-TinkersSatchel-1.3.0.zip
Downloads 1499
Dependency string ThinkInvis-TinkersSatchel-1.3.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2103 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2103
RiskofThunder-R2API_Core-5.0.6 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.6
RiskofThunder-R2API_DamageType-1.0.3 icon
RiskofThunder-R2API_DamageType

API for registering damage types

Preferred version: 1.0.3
RiskofThunder-R2API_Deployable-1.0.0 icon
RiskofThunder-R2API_Deployable

API for adding custom deployables

Preferred version: 1.0.0
RiskofThunder-R2API_Director-1.0.0 icon
RiskofThunder-R2API_Director

API for easily modifiying the Director (RoR2 monster / interactable spawner) behaviour

Preferred version: 1.0.0
RiskofThunder-R2API_Items-1.0.1 icon
RiskofThunder-R2API_Items

API for adding custom items

Preferred version: 1.0.1
RiskofThunder-R2API_Language-1.0.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.0
RiskofThunder-R2API_Networking-1.0.2 icon
RiskofThunder-R2API_Networking

Networking API around the Unity UNet Low Level API (LLAPI)

Preferred version: 1.0.2
RiskofThunder-R2API_Prefab-1.0.1 icon
RiskofThunder-R2API_Prefab

API for Prefab creation, networking and duplication

Preferred version: 1.0.1
RiskofThunder-R2API_RecalculateStats-1.2.0 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.2.0
ThinkInvis-TILER2-7.4.0 icon
ThinkInvis-TILER2

ThinkInvisible's Library of Extras for RoR2 -- modularization/boilerplate and multiplayer config sync tools for other mods.

Preferred version: 7.4.0

README

Tinker's Satchel

SUPPORT DISCLAIMER

Use of a mod manager is STRONGLY RECOMMENDED.

Seriously, use a mod manager.

If the versions of Tinker's Satchel or TILER2 (or possibly any other mods) are different between your game and other players' in multiplayer, things WILL break. If TILER2 is causing kicks for "unspecified reason", it's likely due to a mod version mismatch. Ensure that all players in a server, including the host and/or dedicated server, are using the same mod versions before reporting a bug.

While reporting a bug, make sure to post a console log (path/to/RoR2/BepInEx/LogOutput.log) from a run of the game where the bug happened; this often provides important information about why the bug is happening. If the bug is multiplayer-only, please try to include logs from both server and client.

Description

This is a collection of items and artifacts which sprung from me thinking "hey, what if...?," writing the idea in a file, and forgetting about it (until now).

Current Additions

Tier-1 Item

  • Mostly-Tame Mimic: "Mimics your other items at random."
    • Each individual stack has a small chance over time to switch which item it's mimicking.

Tier-2 Item

  • Armor Crystal: "Gain armor by hoarding money."

Lunar Equipment

  • Silver Compass: "Shows you a path... but it will be fraught with danger."
    • Pings the Teleporter and adds TWO stacks of Challenge of the Mountain, only ONE of which will count towards extra rewards.

Artifact

  • Tactics: "All combatants give nearby teammates small, stacking boosts to speed, damage, and armor."
  • Suppression: "Players take heavily increased damage while airborne."
  • Haste: "All combatants attack 10x faster and deal 1/20x damage."
  • Danger: "Players can be killed in one hit."
    • Removes this now-redundant functionality from Artifact of Glass/other sources of Curse.
    • Deactivate the artifact using the mod's config file to restore original OHP behavior.

Issues/TODO

  • Items have no DisplayRules.
  • Armor Crystal needs a better model.
  • Jigglebones on Mimic lid (and a less half-assed model) may happen eventually.
  • Mimic usually displays a count of 0 in chat pickup announcements; might also not count towards logbook stat tracker.
  • See the GitHub repo for more!

Changelog

The 5 latest updates are listed below. For a full changelog, see: https://github.com/ThinkInvis/RoR2-TinkersSatchel/blob/master/changelog.md

1.3.0

  • Implements changes from TILER2 3.0.0.

1.2.2

  • Implements changes from TILER2 2.2.3.
    • Mostly-Tame Mimic is now FakeInventory blacklisted, and will not mimic other blacklisted items. Fixes incompatibility with ClassicItems (in combination with a ClassicItems update).
  • Bumped R2API dependency to 2.5.14.

1.2.1

  • Implements changes from TILER2 2.1.0.
    • Mostly-Tame Mimic is now networked, and its items will now correctly appear as temporary (and not permanent) in multiplayer.
  • Bumped R2API dependency to 2.5.11.

1.2.0

  • Mostly-Tame Mimic now uses TILER2.FakeInventory, causing several behavior changes:
    • Mimics will now properly appear in inventory, logbook, stats, etc.
    • Mimics will no longer remain as copies of an item after you lose your last real copy of that item.
    • Display for mimicked item counts is now shared with other sources of temporary items.
  • Fixed disabling Artifact of Danger not allowing OHP while cursed.
  • Updated libraries for RoR2 1.0.

1.1.2

  • Artifact of Danger no longer applies OHP to enemies while disabled.
  • Severely nerfed default config settings for Armor Crystal.
  • Now uses plugin-specific console logger.