Colorful Bugs
This commit is contained in:
parent
4db413bb54
commit
c9fdceb4de
28 changed files with 357 additions and 227 deletions
|
|
@ -25,7 +25,7 @@ reforge_crown_wenceslas_decision = {
|
|||
custom_tooltip = {
|
||||
text = must_have_crown_wenceslas
|
||||
any_character_artifact = {
|
||||
has_name = crown_wenceslas_name
|
||||
has_variable = crown_wenceslas
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -38,12 +38,14 @@ reforge_crown_wenceslas_decision = {
|
|||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_name = crown_wenceslas_name
|
||||
any_character_artifact = {
|
||||
has_variable = crown_wenceslas
|
||||
}
|
||||
}
|
||||
every_character_artifact = {
|
||||
limit = {
|
||||
has_name = crown_wenceslas_name
|
||||
}
|
||||
limit = {
|
||||
has_variable = crown_wenceslas
|
||||
}
|
||||
destroy_artifact = this
|
||||
}
|
||||
set_artifact_rarity_illustrious = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue