You are viewing a potentially older version of this package. View all versions.
Date uploaded 2 years ago
Version 1.0.0
Download link hinyb-Dropability-1.0.0.zip
Downloads 78
Dependency string hinyb-Dropability-1.0.0

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.1.20 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.20
ReturnsAPI-ReturnsAPI-0.1.54 icon
ReturnsAPI-ReturnsAPI

(Mostly done) API for modding Risk of Rain Returns.

Preferred version: 0.1.54
SmoothSpatula-TomlHelper-1.1.1 icon
SmoothSpatula-TomlHelper

Helper mod for saving and loading Toml config files.

Preferred version: 1.1.1
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0

README

hinyb-Dropability

This is a small mod that adds the ability to drop items.


Installation Instructions

Installation FAQ

Special Thanks To

  • The Return Of Modding team

CHANGELOG

v4.0.2

  • Fix tentacle hp color.
  • Fix oBossSkill2 crash.

v4.0.1

  • Fix crash when fight providence.

v4.0.0

  • Update to ReturnsAPI

v3.2.6

  • Fix Providence can't use monsterBossV.
  • Fix lynx totem will crash game.
  • Fix dropping an undroppable item will crash game.

v3.2.5

  • Add drop_gold.

v3.2.4

  • Fix skills requiring targets, including boss skills. Now they are available to use.

v3.2.3

  • Fix a sync bug.

v3.2.2

  • Some small changes.
  • Improve pre_actor_death_after_hippo.

v3.2.1

  • Some small changes.
  • Improve network.

v3.2.0

  • Refactor Instance_ext
  • fix Running backwards with Robomando creates a missing texture.

v3.1.13

  • Fix the new track api can't apply twice.
  • Finish monster's skill_blacklist.
  • Fix monsterShamGX's summons drawing incorrect color bars.
  • Improve the fixing way of ImpFriend.

v3.1.12

  • Add some valid check.

v3.1.11

  • Move SkillModifier to SkillChest.

v3.1.10

  • Fix chaos_faction will prevent Turret from being targeted by enemy.

v3.1.9

  • Fixed some hp bars show the wrong color.
  • Fix sync bugs in the new track API.

v3.1.8

  • Fix handX completely. Now you can have multiply handX.
    • But the fixing way may break the other mods.
  • Fix a lot of sync bug.

v3.1.7 Final version of 2024

  • Fix drop at incorrect place when player is dead.
  • Fix skillPickup's incorrect depth.
  • Add enforcerZ2Reload to the blacklist.
  • Fix huntressX2 can't freeze correctly.
  • Fix drop incorrect skill sometimes.

v3.1.6

  • Add valid check to SkillModifierData.
  • Fix handV crash game in multiplayer.

v3.1.5

  • Add some functions for SkillChest.
  • Add some check and lazy initialization for SkillModifierData.
  • Fix the wrong warning message when adding a modifier.
  • Fix the crash game bug.

v3.1.4

  • Update to RMT 1.2.0.
  • A small change to Instance_ext

v3.1.3

  • A small change for SkillSeeker.

v3.1.2

  • Some changes for SkillSeeker.
  • Fix bar again.

v3.1.1

  • Fix monsterShamGX's summons behaving weirdly.
    • However, now they are unable to be attacked, I think it is hard to resolve and they are too weak, so I decided to keep it as is.
  • Add some functions for SkillChest.

v3.1.0

  • Refactor SkillModifier.
  • Fix incorrect usage of log.error.
  • Fix the skill with flux_slot_index can't drop.

v3.0.7

  • Delete unsafe sync_call.
  • Now SkillPickup will sync stock and remove useless sync code.
  • Fix random_skill_blacklist have wrong reload skill_id.

v3.0.6

  • Fix memory leak caused by modifier.

v3.0.5

  • Fix after_image's incorrect proability.
  • Fix can't get umbraskills' slot_index.
  • Add useless skills to blacklist.
  • Balance echo_item.
  • Fix life_burn can't trigger at correct time.
  • Add max_stack check.
  • Fix my brain dead bar code. Now it should work porperly in multiplayer and singleplayer.
  • Fix SniperDrone, now don't need LendDrone to use SniperV. Later will remove the code in LendDrone.
  • Move SkillModifier_Regs to SkillChest.

v3.0.4

  • Balance echo_item.
  • Fix can't drop mob skill.

v3.0.3

  • Fix set_and_sync_inst_from_table can't work in single
  • Fix monsterShamGX
  • Add after_image modifier.
  • Improve echo_item's implementation.

v3.0.2

  • Balance the HANDY's skill with life_burn.
  • Fix scrap_bar's compatibility issue.
  • Fix life_burn's sync bug

v3.0.1

  • Fix singleplayer compatibility issues.
  • Finish random_skill_blacklist. Now it shouldn't have issues. If you find some, please feedback on github.
  • Add life_burn modifier.
  • Fix sync bug.

v3.0.0

  • Improve the skillPickup, now It can have more modifiers.
  • I'm not good at balancing, so It may have many issues.
  • Fix the compatibility issues with the other mods.
  • Improve the fixing way of HANDY's compatibility issues.

v2.0.8

  • Fix memory leak. But still have more places for optimization.

v2.0.7

  • Code cleanup.
  • Try using envy to manage the environment.

v2.0.6

  • Delete the test funciton I forgot to remove.
  • Fix HANDY's compatibility issues with a terrible way.
  • Update to new network api.

v2.0.5

  • Fix the incorrect way of calling anonymous funciton

v2.0.4

  • Fix miner's heat bar and drifter's scrap bar, now they should work properly.

v2.0.3

  • Fix bug that causes crash. But still have some compatibility issues.

v2.0.2

  • Fix bar's incorrect behaive.
  • Find more compatibility issues and correct the description.

v2.0.1

  • Fix bug of the miner's ability.

v2.0.0

  • Add ability to drop ability!

v1.0.3

  • Add tooltip check to avoid wrong behaive.

v1.0.2

  • Fix Poor duplicator can duplicate items.

v1.0.1

  • Fix description.

v1.0.0

  • First upload.