Various fixes/update based on first tests feedback

This commit is contained in:
2026-04-10 14:47:21 +02:00
parent 63da2ef664
commit 999b78c6fc
21 changed files with 151 additions and 75 deletions
+5 -2
View File
@@ -3,8 +3,8 @@ export const DEV_MODE = false
export const ATTRIBUTES = {
agility: { id: "agility", abbrev: "AGI", label: "AWEMMY.Attribute.Agility" },
fitness: { id: "fitness", abbrev: "FIT", label: "AWEMMY.Attribute.Fitness" },
awareness: { id: "awareness", abbrev: "AWA", label: "AWEMMY.Attribute.Awareness" },
fitness: { id: "fitness", abbrev: "FIT", label: "AWEMMY.Attribute.Fitness" },
influence: { id: "influence", abbrev: "INF", label: "AWEMMY.Attribute.Influence" }
}
@@ -26,6 +26,7 @@ export const ABILITY_COST = {
"three": { id: "three", label: "ΔΔΔ" },
"reaction": { id: "reaction", label: "↩" },
"free": { id: "free", label: "AWEMMY.Ability.Cost.Free" },
"variable": { id: "variable", label: "AWEMMY.Ability.Cost.Variable" },
"none": { id: "none", label: "—" }
}
@@ -33,7 +34,9 @@ export const ABILITY_TYPE = {
"field": { id: "field", label: "AWEMMY.Ability.Type.Field" },
"archetype": { id: "archetype", label: "AWEMMY.Ability.Type.Archetype" },
"general": { id: "general", label: "AWEMMY.Ability.Type.General" },
"beginner": { id: "beginner", label: "AWEMMY.Ability.Type.Beginner" }
"beginner": { id: "beginner", label: "AWEMMY.Ability.Type.Beginner" },
"advanced": { id: "advanced", label: "AWEMMY.Ability.Type.Advanced" },
"pinnacle": { id: "pinnacle", label: "AWEMMY.Ability.Type.Pinnacle" }
}
export const OUTCOME_LABELS = {