Likes Influence-Focused Artistic Species In System

Describe your experience with the latest version of FreeOrion to help us improve it.

Moderator: Oberlus

Forum rules
Always mention the exact version of FreeOrion you are testing.

When reporting an issue regarding the AI, if possible provide the relevant AI log file and a save game file that demonstrates the issue.
Post Reply
Message
Author
User avatar
Grummel7
Space Dragon
Posts: 335
Joined: Mon Oct 09, 2017 3:44 pm

Likes Influence-Focused Artistic Species In System

#1 Post by Grummel7 »

I am not sure how it should be, but currently the effect does not require influence focus. So either the effect or the text is wrong.

If the effect should match the text, Focus type = "FOCUS_INFLUENCE" should be added to the activation

Code: Select all

        // TODO: should this move to happiness.macros ?
        EffectsGroup        // artistic species make other planets with different artistic species on them and in the same system system more stable
            scope = And [
                Planet
                InSystem id = Source.SystemID
                Not Source
                Species
                Not Species name = Source.Species
                HasTag name = "ARTISTIC"
                //(SpeciesSpeciesOpinion species = LocalCandidate.Species species = Source.Species > 0) // TODO: implement within an Or condition, once species-species opinions are working...
            ]
            activation = And [
                Planet
                Species
                HasTag name = "ARTISTIC"
            ]

wobbly
Cosmic Dragon
Posts: 1873
Joined: Thu Oct 10, 2013 6:48 pm

Re: Likes Influence-Focused Artistic Species In System

#2 Post by wobbly »

I've asked this question before and received no clear answer.

Personal opinion is it works ok as is, and the description needs changing.

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

Re: Likes Influence-Focused Artistic Species In System

#3 Post by Geoff the Medio »

I think the intention was to require influence focus, but if players think it's fine or prefer it as is, then that's probably also OK.

wobbly
Cosmic Dragon
Posts: 1873
Joined: Thu Oct 10, 2013 6:48 pm

Re: Likes Influence-Focused Artistic Species In System

#4 Post by wobbly »

Geoff the Medio wrote: Mon May 16, 2022 3:02 pm I think the intention was to require influence focus, but if players think it's fine or prefer it as is, then that's probably also OK.
My vote is fine as is. There's already a restriction in the sense that you need 2 different artistic species in-system and the bonus is small.

User avatar
Oberlus
Cosmic Dragon
Posts: 5713
Joined: Mon Apr 10, 2017 4:25 pm

Re: Likes Influence-Focused Artistic Species In System

#5 Post by Oberlus »

+1

It's +1 stability.

Post Reply