TL;DR
Add additional technology effects that allow dynamic control of raw dataWhat ?
Currently, the technology effects are limited to what is "possible" in the modifier for the TechnologyPrototype (e.g. Possible values are "inserter-stack-size-bonus", "laboratory-speed", "character-logistic-slots", "character-logistic-trash-slots", "num-quick-bars", "maximum-following-robots-count", "logistic-robot-speed", "logistic-robot-storage", "ghost-time-to-live", "turret-attack", "ammo-damage", "give-item", "gun-speed", "unlock-recipe".). I would like a type of modifier that allows us to directly modify a value.For Example:
effects = {
{
type="direct-modifier",
modifiers = {
data.raw.transport-belt["transport-belt"].speed = 0.04,
data.raw.transport-belt["transport-belt"].max_health = 175
}
}
}