Beginner to making mods. Looked at the wiki for mod advice, seems simple enough.
upkeep = {
energy = 2
}
Okay, I can work with these. But then I go into the game files, and it doesn't have these clear descriptors and simple integers like in the wiki. Instead, it says stuff likemodifier = {
job_farmer_add = 2
}
andinline_script = {
script = jobs/foundry_add
AMOUNT = @b1_jobs
Are these variable names referring to something defined elsewhere? I've tried searching via the file explorer, but nothing turns up at all, not even the files these references originally appeared in.upkeep = {
energy = @b1_upkeep
}