Anuken / Mindustry

The automation tower defense RTS
https://mindustrygame.github.io
GNU General Public License v3.0
21.6k stars 2.89k forks source link

ConsumeItemList #9947

Open MEEPofFaith opened 2 weeks ago

MEEPofFaith commented 2 weeks ago

Just an items consumes where you can just define a lists of potential items to consume.

20240613-133352-javaw

test-mod.zip

If your pull request is not translation or serverlist-related, read the list of requirements below and check each box:

MEEPofFaith commented 2 weeks ago

How does ObjectMap parsing (like turret ammo) work since it's not in ContentParser? The game doesn't parse ObjectFloatMap so things like the item multipliers in this as well as drill multipliers in drills don't work with json, so I want to implement that.

MEEPofFaith commented 2 weeks ago

How does ObjectMap parsing (like turret ammo) work since it's not in ContentParser?

In Arc. Well appear there soon.

MEEPofFaith commented 6 days ago

wh- why are power tests failing