["cliff"].cliff_explosive" would also set required explosive capsule to remove

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
User avatar
Fishbus
Inserter
Inserter
Posts: 33
Joined: Sat Sep 28, 2024 8:20 pm
Contact:

["cliff"].cliff_explosive" would also set required explosive capsule to remove

Post by Fishbus »

Heya,

There's a value in cliff prototypes called cliff_explosive which relates to the cliff explosive capsule item that a robot needs to pickup in order to destroy the cliff

I was hoping it would also mean that only that capsule could destroy that cliff. As well as changing the ItemID to a list of ItemIDs as well.

my example
data.raw["cliff"]["cliff"].cliff_explosive = { "cliff-explosives-light", "cliff-explosives" , "cliff-explosives-heavy" }
data.raw["cliff"]["cliff-fulgora"].cliff_explosive = { "cliff-explosives" , "cliff-explosives-heavy" }
data.raw["cliff"]["cliff-gleba"].cliff_explosive ={ "cliff-explosives", "cliff-explosives-heavy" }
data.raw["cliff"]["cliff-vulcanus"].cliff_explosive = { "cliff-explosives-heavy" }

This would give a progression to destroying cliff, using different explosive types.

Cheers!
Post Reply

Return to “Modding interface requests”