Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
{{ message }}
MaTi5893
/
AoE-remake
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
23
Code
Issues
9
Pull requests
1
Actions
Projects
Security
Insights
Additional navigation options
Files
main
AoE Multiplayer Remake
common
countries
bookmarks.txt
buildings.txt
cb_types.txt
countries.txt
country_colors.txt
crime.txt
cultures.txt
defines.lua
event_modifiers.txt
goods.txt
governments.txt
graphicalculturetype.txt
ideologies.txt
issues.txt
national_focus.txt
nationalvalues.txt
on_actions.txt
pop_types.txt
production_types.txt
rebel_types.txt
religion.txt
static_modifiers.txt
technology.txt
traits.txt
triggered_modifiers.txt
decisions
events
gfx
history
interface
inventions
localisation
map
music
poptypes
sound
technologies
units
ValidatorSettings.txt
Victoria2.ico
settings.txt
AoE Multiplayer Remake.mod
README.md
Breadcrumbs
AoE-remake
/
AoE Multiplayer Remake
/
common
/
nationalvalues.txt
Copy path
Blame
Blame
Latest commit
DoniDanger
france occitan nerf
Sep 9, 2023
bfbb911
·
Sep 9, 2023
History
History
29 lines (24 loc) · 461 Bytes
Breadcrumbs
AoE-remake
/
AoE Multiplayer Remake
/
common
/
nationalvalues.txt
Top
File metadata and controls
Code
Blame
29 lines (24 loc) · 461 Bytes
Raw
pm_militarist = { min_military_spending = 0.2 mobilisation_size = 0.02 } pm_gentry = { min_social_spending = 0.2 mobilisation_size = 0.02 } pm_nobleman = { mobilisation_size = 0.02 } pm_reformists = { issue_change_speed = 0.10 social_reform_desire = 0.15 political_reform_desire = 0.15 mobilisation_size = 0.02 } pm_clergyman = { global_pop_consciousness_modifier = 0.01 mobilisation_size = 0.02 } pm_no_minister = { mobilisation_size = 0.02 }
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
pm_militarist = {
min_military_spending = 0.2
mobilisation_size = 0.02
}
pm_gentry = {
min_social_spending = 0.2
mobilisation_size = 0.02
}
pm_nobleman = {
mobilisation_size = 0.02
}
pm_reformists = {
issue_change_speed = 0.10
social_reform_desire = 0.15
political_reform_desire = 0.15
mobilisation_size = 0.02
}
pm_clergyman = {
global_pop_consciousness_modifier = 0.01
mobilisation_size = 0.02
}
pm_no_minister = {
mobilisation_size = 0.02
}
While the code is focused, press Alt+F1 for a menu of operations.