You are viewing a potentially older version of this package. View all versions.
DTPGStudios-PokeItems-0.1.1 icon

PokeItems

Pokemon items in Risk of Rain 2.

Date uploaded 19 hours ago
Version 0.1.1
Download link DTPGStudios-PokeItems-0.1.1.zip
Downloads 166
Dependency string DTPGStudios-PokeItems-0.1.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2108
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
tristanmcpherson-R2API-5.0.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 5.0.5
RiskofThunder-R2API_Dot-1.1.2 icon
RiskofThunder-R2API_Dot

API for adding custom damage over time effects

Preferred version: 1.1.2
RiskofThunder-R2API_Items-1.0.8 icon
RiskofThunder-R2API_Items

API for adding custom items

Preferred version: 1.0.8
RiskofThunder-R2API_Language-1.1.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.1.0
RiskofThunder-R2API_RecalculateStats-1.6.5 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.6.5

README

PokeItems - RoR2

Pokemon items in Risk of Rain 2.

[This is still a work-in-progress mod, so this mod will continue to change and will be balanced throughout the patches]

Inspiration

Spawn Keys

Press the following keys to spawn the item:

  • F2: Air Balloon
  • F3: Flame Orb
  • F4: Leftovers

Items

Air Balloon Air Balloon Limits your falling speed by 50 m/s (-10% per stack). However, it will pop when under 35% HP.
Flame Orb 10% (+10% per stack) chance to burn an enemy on hit. Debuff stack individually lasts for 4 seconds.
Leftovers Increase health regeneration by 4 HP/s (+2 HP/s per stack).

Suggestions?

If you like to share your reviews and suggestions about this mod, please post your responses under this link. I'd be more than happy to listen to your ideas!

Click here to view the form!

Credits

  • Programming: Asriel_DTPG
  • Modelling: EclipticCosmos
  • Assets & Shading: Asriel_DTPG
  • Testers: Asriel_DTPG, 4adamninja

CHANGELOG

Alpha Release (Hotfix) - 0.1.1

  • Fixed a bug where explosions occasionally explode infinitely on itself (and damage itself somehow).
  • Air Balloon logging for damaged hook has been repositioned.
  • Readjusted the math logic for exponential reduction stacking.
  • Flame Orb description now includes how long an individual burn debuff lasts.
  • Added Testers in credit.
  • Added a link to a Google Forms where users can provide reviews and suggestions to improve the mod.

Alpha Release - 0.1.0

  • Alpha release.
  • New mod icon!
  • AssetBundle is now being used. As a result, all Pokemon items have models and icons (including the popped Air Balloon, but just the icon). Now they don't have to be mysteries!
  • Further completed the description of the mod.
  • Forgot to credit shirograhm for some of the TooManyItems being borrowed and modified for this mod. Shoutout to shirograhm for the amazing work of bringing lots of their custom items to the game!
  • More changes in coding:
    • Changed README to include more description of the plugin.
    • Set to current version number in manifest and PokeItems.
    • Added AssetBundle class to handle pathfinding to the assetbundle file.
    • Added Textures folder with item icons for use in description.
    • All tokens are renamed to have 'words with capital first letter' instead of all capitals. This is done to support the file namings in the AssetBundle.
    • Removed unused Potion class.
    • Renamed PoppedAirBalloon class to AirBalloonBroken.
    • ModelPanelParameter is added and is automatically added to custom items for display (coding based on shirograhm's mod).
    • Readjusted comments to necessary codes (in case other developers want to see and understand this).
    • Lore is now defaulted to 'Lore not found...'

Developer Release with GitHub - 0.0.3

  • Added GitHub link to the repository containing project files.
  • Readjusted changelog to reverse the order (oldest first -> latest first).
  • Added a Spawn Keys section in README to describe the use of F-keys to spawn the desired items.
  • Slightly adjusted item descriptions.

Developer Release (Hotfix) - 0.0.2

  • Added R2API as a dependancy for this plugin.

Developer Release - 0.0.1

  • First release.
  • 3 Pokemon items included:
    • Leftovers [GREEN]: Increase health regeneration by a flat amount.
    • Flame Orb [WHITE]: Chance to burn enemies on hit.
    • Air Balloon [WHITE]: Limits your falling speed, but will pop at low health.
  • NOTE: None of the items have 3D models or sprites, so they tend to appear as mystery placeholders.