Quest Rewards

Starrynite120

Prince
Joined
Jul 15, 2015
Messages
472
Is it possible to have a quest reward a playerperk? I see things like this for rewards:

local POPULATION_REWARD = 1;
local CULTURE_REWARD = 50;
local ENERGY_REWARD = 50;
local PRODUCTION_REWARD = 50;
local SCIENCE_REWARD = 50;
local FOOD_REWARD = 50;

But I wanted to know if I could set one of those rewards as a playerperk and if it would work.
 
Playerperks as rewards are possible, see RecoveringOliviaRossQuest.lua for an example on how to do it via the quest functionality.

Alternatively you can of course just use Player:AddPerk() to do it manually.
 
Back
Top Bottom