Polyturnon -v0.18- By Zinkopoly -

  • Modifier:

  • Trigger:

  • 
      "id": "berserker",
      "name": "Berserker",
      "description": "Gain +25% attack per stack but -5 defense per stack.",
      "tags": ["offense"],
      "priority": 50,
      "max_stacks": 3,
      "stack_behavior": "multiplicative",
      "sources_allowed": ["unit","item"],
      "duration": null,
      "modifiers": [
         "attribute": "attack.power", "operation": "mul", "value": 1.25 ,
         "attribute": "defense", "operation": "add", "value": -5 
      ],
      "triggers": [
    "event": "onDealDamage",
          "action": [ "type": "heal", "value": 2 ],
          "chance": 0.2,
          "cooldown": 2
    ],
      "conflicts_with": ["pacifist"]
    

    Version 0.18 debuts a hidden stat called "Echo." Previously, your actions only affected individual relationship meters. Now, certain choices create a ripple effect. For instance, helping the Librarian early in the morning will increase your "Kindness Echo," which unlocks dialogue options with the sensitive Musician character that were previously locked. However, negative actions (theft, ignoring requests) create a "Static Echo" that can lock you out of entire quest chains. Polyturnon -v0.18- By ZinkoPoly