游戏狂人
 
- 贡献度
- 85
- 金元
- 15047
- 积分
- 1845
- 精华
- 0
- 注册时间
- 2018-6-22
|
本帖最后由 asdasfasfa111 于 2022-12-17 03:38 编辑
推荐使用Notepad++修改
书籍、虔诚、部队上限
Defs\stats
stat ks_max_books = 900000
stat ks_max_piety = 900000
stat ks_max_levy = 900000
-----------------------------
无通胀
Defs\kingdom
float treasury_no_penalty = 1
float inflation_above_max_treasury_perc = 1
税收
float tax_rates = 20//[5,10,15] 无骑士城市税收比例20%
------------------
年龄
Defs\RoyalFamily
int max_princesses = 1 女儿数量
float child_gender_chance_perc = 60 儿子几率
int age_young = (99999999 * age_speed) 青少年时间
int age_adult = (99999999 * age_speed) 成年时间
-------------------
传统
Defs\traditions
法律
name = "Laws"
mod ks_vassal_tax_perc = 20 附庸贡金
后勤粮食加成
mod ks_food_production_perc = 30 粮食加成
--------------------
兵种
Defs\units.csv
Varangian_Guard 瓦兰吉卫队
Varangian_Guard_Special;Infantry;Varangian Guards;;600 Gold;;60 Food;null;;1500 Gold;;3 Food;2 Gold;;;1;7;60;25;;;;9;50;;;;1;;;;2.5;;;0.65;100;1;;
四个红色数值分别是消耗食物、防御、攻击、体力
|
评分
-
2
查看全部评分
-
|