Stellaris

Stellaris

99 个评价
More Trait Points
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
211.340 KB
2018 年 6 月 9 日 下午 12:34
6 月 22 日 上午 11:10
10 项改动说明 ( 查看 )

订阅以下载
More Trait Points

描述
[Supports Version 4.*]

------------------------------------------------------------

Changes: (vanilla >>> mod)

Biological: 2 >>> 12 points | 5 >>> 9 picks
Mashine: 1 >>> 3 points | 5 >>> 7 picks
Robot: 0 >>> 0 points | 4 >>> 7 picks
Lithoid: 2 >>> 12 points | 5 >>> 9 picks
Presapient: 2 >>> 6 points | 5 >>> 9 picks

------------------------------------------------------------

Disclaimer: Gaining more points ingame (e.g. through research) might not work!

------------------------------------------------------------

Other Version -More Trait Points-
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1733090829 (less)

Other Mod -More Civic Points-
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1707957948 (+2)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1775876684 (+1)

------------------------------------------------------------

Directory: Stellaris\common\species_archetypes

Edited File: 00_species_archetypes.txt >>> sn00_species_archetypes.txt

Mod Data:

@robot_trait_points = 0
@robot_max_traits = 7
@machine_trait_points = 3
@machine_max_traits = 7
@species_trait_points = 12
@species_max_traits = 9
@presapient_trait_points = 9
@presapient_max_traits = 6

BIOLOGICAL = {
species_trait_points = @species_trait_points
species_max_traits = @species_max_traits

resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
produces = {
trigger = {
exists = planet
planet = {
has_modifier = astralnomical_interest_modifier
}
is_enslaved = no
}
physics_research = 1
}
}
}
ROBOT = { # Localized as "Mechanical" but kept as ROBOT for script compatibility
species_trait_points = @robot_trait_points
species_max_traits = @robot_max_traits
robotic = yes
resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
}
}
MACHINE = {
species_trait_points = @machine_trait_points
species_max_traits = @machine_max_traits
robotic = yes
resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
}
}
PRESAPIENT = {
species_trait_points = @presapient_trait_points
species_max_traits = @presapient_max_traits
uses_modifiers = no
resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
}
}
LITHOID = {
inherit_trait_points_from = BIOLOGICAL
resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
produces = {
trigger = {
exists = planet
planet = {
has_modifier = astralnomical_interest_modifier
}
is_enslaved = no
}
physics_research = 1
}
}
}
OTHER = {
uses_modifiers = no
resources = {
category = planet_pops
# Regular food, mineral and energy upkeep.
inline_script = "pop_resources/regular_upkeep"
# Resource production from other sources
inline_script = "pop_resources/pop_misc_production"
produces = {
trigger = {
exists = planet
planet = {
has_modifier = astralnomical_interest_modifier
}
is_enslaved = no
}
physics_research = 1
}
}
}
24 条留言
Sovoeon  [作者] 6 月 22 日 上午 11:15 
Missing Pop Upkeep should be fixed now.
Hiztaar 5 月 24 日 下午 1:36 
Given that the vanilla code includes upkeep among other things, I think you may want to copy the current vanilla code and replace the @values. Otherwise it breaks 4.x
Hiztaar 5 月 24 日 下午 1:32 
Hello!

For some reason, the mod removes all food consumption from all species.
Sovoeon  [作者] 2020 年 3 月 26 日 上午 10:42 
Thanks for the input :)
Already tried some changes to the files. As soon as I find the time, I'll test it and hopefully that works.
candiru 2020 年 3 月 25 日 下午 8:53 
It may be because the logic you used is to change the original variable into a new variable. If you replace the original variable with an increased amount, you can solve the problem, such as changing a = b to a + = b
Sovoeon  [作者] 2020 年 3 月 25 日 上午 9:29 
Yes, that's a known issue of this mod (as you can read above). I unfortunaly don't know how to fix it.
candiru 2020 年 3 月 24 日 下午 9:16 
There is a bug that the robot has no trait points, the maximum number of choices has increased, but the trait points have always been 0, whether I have studied the technology of robot points
Sovoeon  [作者] 2020 年 3 月 18 日 上午 11:15 
It should work for lithoids now.
Unfortunaly I was unable to find a way to fix the main issue though...
Vaelrisian 2020 年 1 月 24 日 上午 10:41 
Does this work for Lithoids?
vandiris 2019 年 10 月 18 日 下午 5:49 
I love you