The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Millipede
29 kommentarer
Liliotte 11. aug. 2021 kl. 16:09 
It works as intented most of the time, and because of that, it absolutely destroys with technology.
Good mod
BartjeB 30. maj 2021 kl. 9:43 
does this work with repentance? before I shatter my game.
5ynt4x_3rr0r 19. jan. 2020 kl. 21:22 
I have found a potentially fatal issue. Bombs fired by Dr. Fetus are not recognized as tears, and can be fired infinitely quickly. Combine this with 20/20, Glitter Bombs, and Sad Bombs, and you have a broken game.
5ynt4x_3rr0r 19. jan. 2020 kl. 19:54 
Item sprite is a bit iffy, but the concept is amazing and balance is very good. It adds a whole new dynamic to the game, and the earlier in the run you get it, the better it is. I really enjoy this item and screwing around with the synergies it has. Thanks for making it!
KirbyLover2006 24. sep. 2018 kl. 19:31 
yeah crazy nufodib, like you can do better, all you do is ask everyone to do a gay fairy trinket. And its worse than this.
smile.dog 20. maj 2018 kl. 7:53 
Great idea for a item, but the item sprite looks a tad iffy.
MattisticStatistic 21. okt. 2017 kl. 19:33 
I feel bad for the person who finds this with spectral tears, has billiards, and accidentally shoots 1 over a rock... with ground based enemies.

They softlocked themselves if they don't have bombs.
CrAzyDoginฅ^•ﻌ•^ฅ 19. okt. 2017 kl. 9:16 
i cant believe have 4 stars this item seens good but if you can shot if the tear not over is your death specially on places that you need stay on longer range xD looks like woster cursed eye
CrAzyDoginฅ^•ﻌ•^ฅ 19. okt. 2017 kl. 8:51 
if someone gets it
RIP RUN XD that item is so bad
AzurePhe0nix 6. aug. 2017 kl. 6:59 
If someone gets eyeball tears...
RIP RUN
TerrariaButtChugger6190 29. juli 2017 kl. 15:55 
The sprite looks more like a centipede.
Mr. Rainger 29. juli 2017 kl. 0:00 
I really like it! Actually unique and adds a bit of a challenge while also be able to help
popcar2 20. juni 2017 kl. 6:29 
Personally I'd like it if it also gave a nice shot speed bonus. As it stands this item is more of a hassle than something useful :/
Beardo Weirdo 18. maj 2017 kl. 23:20 
Looks like a great item! I'd love to see it added in a future booster pack!
Flpstrike 6. maj 2017 kl. 18:48 
If it was 3 maximum shoots instead of 1 on screen, it would be based on Megaman?
Katatón  [ophavsmand] 5. maj 2017 kl. 10:02 
Ok, that's enough. I'll give it a shot in the (hopefully not far) future.
dopamine hunter 5. maj 2017 kl. 5:15 
you return some value or false, that's about it
example code
function mod:onInput(entity, hook, action)
if entity then
local player = entity:ToPlayer()
if player and player:HasCollectible(CollectibleType.COLLECTIBLE_) then
if action >= ButtonAction.ACTION_SHOOTLEFT and action <= ButtonAction.ACTION_SHOOTDOWN then
if hook == InputHook.GET_ACTION_VALUE then
return 0
else
return false
end
end
end
end
end
Katatón  [ophavsmand] 5. maj 2017 kl. 0:23 
I tried that with MC_INPUT_ACTION, but I couldn't figure how to prevent the firing. Is there an special return value or something?
CalcimoTheWizard 4. maj 2017 kl. 14:57 
What a unique mod idea, good work man!
dopamine hunter 4. maj 2017 kl. 14:33 
ModCallbacks.MC_INPUT_ACTION lets you completely ignore fire actions and lets you override them with your own; this is how I implemented my own charge attacks that override mom's knife and brimstone
Katatón  [ophavsmand] 4. maj 2017 kl. 14:18 
If you care to explain the details...

¿How could I exactly prevent the standard firing? I'd need a callback for that, and AFAIK there is none. That's the problem I said in my last post. Maybe there is some non-trivial method I don't know about...

Also, if I overcome that and implement my own firing behavior for every tear the game creates, chances are that lots of things stop working properly.

¿Suggestions or examples?
dopamine hunter 3. maj 2017 kl. 19:16 
you can prevent the fire action from happening and override it with your own behavior through firetear and such
Katatón  [ophavsmand] 2. maj 2017 kl. 17:26 
Yes, I contradicted myself with cursed eye. The method I use to prevent the tears (resetting tear delay) doesn't work with charged items right now, since the firing they do uses different code than standard tear firing.

That can change if the devs add more types of callbacks to the Lua API, but currently cursed eye doesn't behave as expected and I don't know how I could do it (maybe it's possible, but I don't have the time).

Thanks for the heads up. I'll change the description to reflect the actual behavior.
sawbladex 2. maj 2017 kl. 15:23 
(i.e. Brim and Millipede gives you a tear delay reduction of some type.

This is what happens when you chocolate milk brimstome IIRC.
sawbladex 2. maj 2017 kl. 15:22 
... Isn't cursed eye a charged item?

If it's easy, I'd add a bonus if you manage to break the synergy.
Katatón  [ophavsmand] 1. maj 2017 kl. 3:21 
Thanks for the comments :steamhappy:
VideoGameNews 30. apr. 2017 kl. 21:31 
I put you on my daily mod video. Keep up the good work.
https://www.youtube.com/watch?v=vhwhjsZLXlQ
Dracologist 30. apr. 2017 kl. 7:06 
reminds me of old C64 shmups
Joavy Joestar 30. apr. 2017 kl. 1:50 
You should give the item double outlines since that is one of the atstyle rules in isaac.
Besides that it is a very intresting mechanic and a good idea.