added character stripping

This commit is contained in:
grimsace
2026-07-02 12:36:45 -05:00
parent b94b23e46f
commit 4c87d51f2d
2 changed files with 31 additions and 20 deletions
+14 -14
View File
@@ -20,57 +20,57 @@ question = "Based on the character level {level}, what is a fitting name for thi
constraints = "Respond with only the name."
[ability_score_modifier]
question = "Based on the description, how would you rate the {modifierTier} ability score modifier for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the ability score modifier for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."
[perception_modifier]
question = "Based on the description, how would you rate the {modifierTier} perception modifier for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the perception modifier for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, Low, or Terrible."
[skill_modifier]
question = "Based on the description, how would you rate the {modifierTier} skill modifier for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the skill modifier for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."
[ac]
question = "Based on the description, how would you rate the {modifierTier} armor class (AC) for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the armor class (AC) for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."
[saving_throw]
question = "Based on the description, how would you rate the {modifierTier} saving throw for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the saving throw for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, Low, or Terrible."
[hp]
question = "Based on the description, how would you rate the {modifierTier} hit points (HP) for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the hit points (HP) for a level {level} character in {system}?"
constraints = "Respond with only a single word: High, Moderate, or Low."
[resistance_or_weakness]
question = "Based on the description, does this character have any notable resistances or weaknesses in {system}?"
question = "Based on the description: {description}. Does this character have any notable resistances or weaknesses in {system}?"
constraints = "Respond with only a single word: Yes or No."
[strike_attack_bonus]
question = "Based on the description, how would you rate the {modifierTier} strike attack bonus for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the strike attack bonus for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."
[strike_damage_roll]
question = "Based on the description, what is the strike damage dice roll for a level {level} character in {system}?"
question = "Based on the description: {description}. What is the strike damage dice roll for a level {level} character in {system}?"
constraints = "Respond with only the dice notation (e.g., 1d8+3, 2d6)."
[strike_damage_average]
question = "Based on the description, what is the average strike damage for a level {level} character in {system}?"
question = "Based on the description: {description}. What is the average strike damage for a level {level} character in {system}?"
constraints = "Respond with only the numerical value of the average damage."
[area_damage_roll]
question = "Based on the description, what is the area damage dice roll for a level {level} character in {system} (unlimited: {unlimited})?"
question = "Based on the description: {description}. What is the area damage dice roll for a level {level} character in {system} (unlimited: {unlimited})?"
constraints = "Respond with only the dice notation (e.g., 2d6, 1d10)."
[area_damage_average]
question = "Based on the description, what is the average area damage for a level {level} character in {system} (unlimited: {unlimited})?"
question = "Based on the description: {description}. What is the average area damage for a level {level} character in {system} (unlimited: {unlimited})?"
constraints = "Respond with only the numerical value of the average damage."
[spell_dc]
question = "Based on the description, how would you rate the {modifierTier} spell DC for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the spell DC for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, or Moderate."
[spell_attack_bonus]
question = "Based on the description, how would you rate the {modifierTier} spell attack bonus for a level {level} character in {system}?"
question = "Based on the description: {description}. How would you rate the spell attack bonus for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, or Moderate."