Skip to content

Commit

Permalink
Demote scripted loc errors to info
Browse files Browse the repository at this point in the history
Loc keys that are vaild but not supported by cwtools cause false positive warnings
  • Loading branch information
Pelmen323 committed Jan 5, 2025
1 parent f89f4fe commit 9368e14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Config/common/scripted_effects_locs_and_triggers.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ scripted_loc = {
localization_key = character_name|<character>
## cardinality = 0..1
localization_key = tech_effect|<technology>
## error_if_only_match = This key is not found by CWTools - please check that it is actually defined
## severity = info
## cardinality = 0..1
localization_key = scalar
## cardinality = 0..1
random_list = {
## cardinality = 1..inf
Expand All @@ -46,6 +50,10 @@ scripted_loc = {
localization_key = <spriteType>
localization_key = character_name|<character>
localization_key = tech_effect|<technology>
## error_if_only_match = This key is not found by CWTools - please check that it is actually defined
## severity = info
## cardinality = 0..1
localization_key = scalar
}
}
}
Expand Down

0 comments on commit 9368e14

Please sign in to comment.