Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
PokeItems
Pokemon items in Risk of Rain 2.
| Date uploaded | 2 weeks ago |
| Version | 0.1.0 |
| Download link | DTPGStudios-PokeItems-0.1.0.zip |
| Downloads | 955 |
| Dependency string | DTPGStudios-PokeItems-0.1.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2108RiskofThunder-R2API_Language
API for modifying the language localisation of the game
Preferred version: 1.1.0README
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 | 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. |
|
Leftovers | Increase health regeneration by 4 HP/s (+2 HP/s per stack). |
Credits
- Programming: Asriel_DTPG
- Modelling: EclipticCosmos
- Assets & Shading: Asriel_DTPG
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.