Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Make XP for promotion programmable #12151

Closed
2 tasks done
AutumnPizazz opened this issue Aug 24, 2024 · 2 comments
Closed
2 tasks done

Feature request: Make XP for promotion programmable #12151

AutumnPizazz opened this issue Aug 24, 2024 · 2 comments
Labels

Comments

@AutumnPizazz
Copy link
Contributor

Before creating

  • This is NOT a gameplay feature from Civ VI, BNW, or outside - see Roadmap
  • This is NOT a gameplay feature from Vanilla Civ V or from G&K - If so, it should be a comment in Missing features from Civ V - G&K #4697

Problem Description

You see, unciv or civ5 define the XP for promotion as 10, 20, 40, 80... But I wish it programmable in mod:
Add a property in ModOptions.json like

{
    "isBaseRuleset": true,
    "constants": {
        "baseXPforPromotion": 10,//default as 10
        "incXPperPromotion": 10,//default as 0
        "mulTimeXPperPromtion":1.50//default as 2.00
    }
}

Related Issue Links

No response

Desired Solution

See above.

Alternative Approaches

See above.

Additional Context

No response

@AutumnPizazz
Copy link
Contributor Author

Also in #3242

@yairm210
Copy link
Owner

Definitely a modding request

@yairm210 yairm210 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants