Jump to content

Plz help me with my mod


Recommended Posts

Greetings everyone,

 

I'm in dire need for some help with my mod (or just some new glasses)! It's about a decision based on an selfmade building mod (which works fine, as well as the job), but not the decision which does not even show up in my options :( (I used the Wild Lascivity mod as my... uhm base) So "mat_lv" is to be expected.  [common/static_modifiers as well as the localization part (governments and static) should be ok...hopefully ?]

 

Here is the "common/decisions" part:

############################
#Precious Food
############################

decision_planet_mat_lv_precious_food = {    
    owned_planets_only = yes
    sound = event_celebration
    icon = decision_planet_mat_lv_precious_food

    resources = {
        category = decisions
        cost = {
                influence = 500
            }
    }
    
    potential = {
        exists = owner
        owner ={
                has_building = building_mat_lv_paradise
                is_ai = no
            }
    }
                
    allow = {
        NOT = { has_modifier = mat_lv_precious_food }
    }
    
    effect = {
        add_modifier = { modifier = "mat_lv_precious_food" days = 3600 }
    }
    
    ai_weight = {
        weight = 0
    }
}

 

Thanks a lot!

And with best regards,

bodrvladi

 

PS: I'm at most recoding and did some stellaris modding on this holyday for the... first time? (I made some even more rudimental stuff in the past). 

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use