686
687
688
689
690
691
692
693
694
695
696
697
698
|
{'group:wood','sorcery:core_syncretic','group:wood'};
{'sorcery:gem_sapphire','default:copperblock','sorcery:gem_sapphire'};
};
}
-- other mods:
-- * amplifier
-- * elixir enhancer
-- * randomizer
-- * device that enables some kind of higher-tier potionmaking
-- * device that allows attaching 1 or 2 stand mods without terminating the stack
-- * radia collector - captures spare radia, occasionally can produce an extra potion, sometimes random
|
|
686
687
688
689
690
691
692
693
694
695
696
697
|
{'group:wood','sorcery:core_syncretic','group:wood'};
{'sorcery:gem_sapphire','default:copperblock','sorcery:gem_sapphire'};
};
}
-- other mods:
-- * speed amplifier
-- * randomizer
-- * device that enables some kind of higher-tier potionmaking
-- * device that allows attaching 1 or 2 stand mods without terminating the stack
-- * radia collector - captures spare radia, occasionally can produce an extra potion, sometimes random
|