You are viewing a potentially older version of this package. View all versions.
Chen-ChensClassicItems-2.3.5 icon

ChensClassicItems

This mod is based from ThinkInvis.ClassicItems. Add missing classic items from Risk of Rain 1. Fully documented for other interested mod creators.

Date uploaded 3 years ago
Version 2.3.5
Download link Chen-ChensClassicItems-2.3.5.zip
Downloads 24017
Dependency string Chen-ChensClassicItems-2.3.5

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1905 icon
bbepis-BepInExPack

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

Preferred version: 5.4.1905
tristanmcpherson-R2API-4.3.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.3.5
Chen-ChensHelpers-1.1.2 icon
Chen-ChensHelpers

This mod includes helpers that may aid other mod creators. Fully documented, so feel free to check it out.

Preferred version: 1.1.2
ThinkInvis-TILER2-7.0.1 icon
ThinkInvis-TILER2

ThinkInvisible's Library of Extras for RoR2.

Preferred version: 7.0.1
ThinkInvis-ClassicItems-6.2.2 icon
ThinkInvis-ClassicItems

Adds items from Risk of Rain 1 which didn't make the cut.

Preferred version: 6.2.2

README

Version Build License: GPL v3 Support Chen

GitHub issues GitHub pull requests Maintenance Status

Chen's Classic Items

Description

An extension mod for ThinkInvis.ClassicItems!

This mod also adds items (and artifacts) from Risk of Rain 1 that did not make it to Risk of Rain 2.

For this mod's API, the documentation can be found in the wiki.

Installation

Use r2modman mod manager to install this mod.

If one does not want to use a mod manager, then get the DLL from Thunderstore.

Current Additions

Artifact

  • Distortion : Lock a random skill per interval. Both active and passive skills can be locked.
  • Origin : Summon the Imp Army to destroy you. Imp Overlords will drop a Pearl or Irradiant Pearl once defeated.
  • Spirit : Characters (both players and enemies) run faster at lower health.

Equipment

  • Drone Repair Kit : Heals all drones you own as well as applying a regeneration buff.
  • Instant Minefield : Drop mines that are quickly fully armed upon landing.

Common

  • Mortar Tube : Launch a mortar. Classic.

Uncommon

  • Arms Race : All drones you own will launch a missile or a mortar, or both.
  • Dead Man's Foot : Throw a mine upon taking serious damage that inflicts poison upon exploding.
  • Panic Mines : Throw a mine upon taking serious damage that inflicts damage.

Rare

  • AtG Missile Mk. 2 : AtG Missile Mk. 1 but better.
  • Thallium : Chance to inflict poison on enemies based on their own damage.

Contact

More Information

Check out the original ClassicItems made by ThinkInvisible.

Kirbsuke#0352 made the Artifact of Spirit icon.

manaboi#4887 made the Artifact of Origin icon. Artifact of Distortion icon's basis was from them and was improvised.

  • Contact: Through Discord.

Aromatic Sunday#2929 did offer to make icons, and thus included as an alternate version.

Changelog

2.3.5

  • Improve namespaces on the project so that the code is readable, and follows best practices.
  • Major changes in API due to namespace change. Refer to the code documentation for the new one.
  • Add a config option for determining batch spawning for Artifact of Origin.

2.3.4

  • Integrate Queue Processors from ChensHelpers.
  • Also improve on the implementation for Origin Imp spawning so that it has less processes.

2.3.3

  • Integrate the change from ChensHelpers so that Drone Repair Kit will allow Equipment Drones to heal allied drones under the same owner.

2.3.2

  • Include the XML into the packaging of the mod.
  • Small non-required update for ChensHelpers.

2.3.1

  • Add a config option about the Imp Vanguard's Spawn position. It now defaults to spawn like the Imp Soldiers.
  • Refactor the Spawn Queue of the Imps spawned by the Artifact of Origin.
  • Integrate newer helpers from ChensHelpers.

For the full changelog, check this wiki page.