You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use $THING$_modifier and the like to reference a modifier. Can this be used with a value? i.e.
test_1 = {
test_2 = {VALUE = scripted_value}
}
It is possible to use $THING$_modifier and the like to reference a modifier. Can this be used with a value? i.e.
test_1 = {
test_2 = {VALUE = scripted_value}
}
test_2 = {
add_character_modifier = $VALUE$_modifier
}