TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
106 stars 11 forks source link

New and Changed ItemPool functions #483

Closed Guantol-Lemat closed 4 weeks ago

Guantol-Lemat commented 4 weeks ago

Changed:

  1. GetCollectible - Added Flags parameter
  2. GetCollectiblesFromPool - Added the isUnlocked field to the return table

New:

  1. GetRandomPool - returns a random item pool type
  2. PickCollectible - returns the raw PoolItem object, without any of the additional pre/post processing GetCollectible normally performs.