Various fixes/update based on first tests feedback
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user