1 items

File information

Last updated

Original upload

Created by

Phoenicia

Uploaded by

Phoenicia4

Virus scan

Safe to use

About this mod

Makes it possible, for moders to add items that increase/decrease Reflex and Cool skill checks in conversations.

Share
Requirements
Permissions and credits
Changelogs
This mod, doesn't do anything by itself. It's supposed to be used with mods, that want to add bonuses for their items, that will add bonus to reflex / cool skill checks in conversations. 

Simple Example using ConstantStatModifier
SomeMod.CoolBonus:
    $type: ConstantStatModifier
    modifierType: Additive
    statType: BaseStats.CoolSkillcheckBonus
    value: 2

SomeMod.ReflexMalus:
    $type: ConstantStatModifier
    modifierType: Additive
    statType: BaseStats.ReflexSkillcheckBonus
    value: -4