Augmentation effect

Issue #59 resolved
freeroot created an issue
name: "augumentation",
        title: "Augmentations",
        description: "Kitten skills are 25% more effective",
        effects: {
            "skillMultiplier" : 0.25
        },
var productionRatio = 0.25 +
            this.game.workshop.getEffect("skillMultiplier");

If I read well, augmentation improve kittens skills effect by 100% and no by 25%.

What is the choice of augmentation effect ? improve by 100 % or 25% ?

Comments (2)

  1. Log in to comment