INSERT OR IGNORE INTO GameModifiers
(ModifierId)
VALUES ('RIVER_ADDFOOD');
INSERT OR IGNORE INTO Modifiers
(ModifierId, ModifierType,SubjectRequirementSetId)
VALUES ('RIVER_ADDFOOD', 'MODIFIER_GAME_ADJUST_PLOT_YIELD', 'PLOT_ADJACENT_TO_RIVER_REQUIREMENTS');
INSERT OR IGNORE INTO GameModifiers
(ModifierId, Name, Value)
VALUES ('RIVER_ADDFOOD',Amount, 5),
('RIVER_ADDFOOD',YieldType, YIELD_GOLD);
That code is not working but that's what i think could have work.
I checked how the eye of sahara is working , bc it use a game modifier. so i'm not sure what's wrong here
I'm going to sleep, lemme know if you find anything
