Code: Select all
for _, prototype in pairs(data.raw.corpse) do
prototype.animation = nil
prototype.animation_overlay = nil
prototype.decay_animation = nil
prototype.splash = nil
prototype.ground_patch = nil
prototype.ground_patch_higher = nil
prototype.ground_patch_decay = nil
prototype.underwater_patch = nil
prototype.direction_shuffle = nil
end