[terrain] + area does not allow comma separated list

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
Post Reply
User avatar
Spannerbag
Posts: 538
Joined: December 18th, 2016, 6:14 pm
Location: Yes

[terrain] + area does not allow comma separated list

Post by Spannerbag »

Hi,
If you have 2 [time_area]s (say TA1 and TA2) then the following doesn't seem to work:

Code: Select all

        [terrain]
          area=TA1,TA2
          [and]
            terrain=Gg
          [/and]
          terrain=Gg^Emf
        [/terrain]
However, splitting the list does:

Code: Select all

        [terrain]
          area=TA1
          [and]
            terrain=Gg
          [/and]
          terrain=Gg^Emf
        [/terrain]
        [terrain]
          area=TA2
          [and]
            terrain=Gg
          [/and]
          terrain=Gg^Emf
        [/terrain]
Would it be possible to implement this syntax?
I understand it probably won't be used often so may not be worth the effort.
Ravana suggested using [or] so I'll do that :)

Cheers,
-- Spannerbag
SP Campaigns: After EI (v1.14) Leafsea Burning (v1.17, v1.16)
I suspect the universe is simpler than we think and stranger than we can know.
Also, I fear that beyond a certain point more intelligence does not necessarily benefit a species...
Post Reply