Skip to content

Commit

Permalink
and is still necessary nvm, also prevents need to change the id again
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Nov 30, 2024
1 parent 8a1be68 commit 543a069
Showing 1 changed file with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@
"id": "EOC_vitrified_farm_init",
"condition": {
"and": [
{ "not": { "u_has_effect": "VITRIFYING" } },
{ "not": { "u_has_trait": "NOT_GLASS" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_ground" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence_closed" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence_open" } },
{ "math": [ "u_vitri_glass_entered < 2" ] }
{ "or": [ { "u_at_om_location": "unvitrified_farm_0" }, { "u_at_om_location": "unvitrified_orchard" } ] },
{
"and": [
{ "not": { "u_has_effect": "VITRIFYING" } },
{ "not": { "u_has_trait": "NOT_GLASS" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_ground" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence_closed" } },
{ "not": { "u_is_on_terrain": "t_quietfarm_border_fence_open" } },
{ "math": [ "u_vitri_glass_entered < 2" ] }
]
}
]
},
"false_effect": [
Expand Down

0 comments on commit 543a069

Please sign in to comment.