Sid Meier's Civilization VI

Sid Meier's Civilization VI

83 个评价
EnigmaConundrum's Hawaii [GS]
   
奖励
收藏
已收藏
取消收藏
Type: Mod
文件大小
发表于
更新日期
39.572 MB
2019 年 3 月 4 日 下午 2:22
2020 年 4 月 10 日 下午 2:30
2 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
EnigmaConundrum's Hawaii [GS]

在 NotJoeBiden 的 1 个合集中
EnigmaConundrum's Civilizations and Leaders
14 件物品
描述
Adds the Hawaiian Civilization to the game under Kamehameha I!

UA: Kahuna. Gain a burst of Great Person points when sending an Envoy based on City-State type. Expending a Great Person on a district grants a Specialist slot, up to a maximum of 3 times per district.

UU: Kaimiloa. Replaces the Frigate. May cross into foreign territory without open borders. Grants +1 Envoy point while within 2 tiles of a foreign City Center, +2 if in a Golden Age.

UD: Heiau. Replaces the Holy Site. Gains the yield of each adjacent speciality district equal to its adjacency bonus, as well as doubled Faith adjacencies if placed adjacent to the City Center. Unlocks the Kapu Ku’ialua project.

Kamehameha I

LUA: Law of the Splintered Paddle. Heiau provide +1 Great General point and Loyalty per adjacent District. Expending a Great General grants +1 Era Score, +2 if at peace. Unlocks the Koa unique unit when they research the Diplomatic Service Civic.

LUU: Koa. Replaces the Pikeman. Starts with experience based on the number of [ICON_GREATPERSON] Great People who have been expended in its city. Gains doubled combat bonuses from Great Generals.

Agenda: Battle of the Leaping Mullet. Feels threatened by those who have strong loyalty, and displeased by those who have more Faith than he does. Pleased by those who ignore city-states, and views those who have low loyalty as nonthreatening.

Mod Support:
YnAMP
HR
JFD's RwF

Credits:
Enigma - code
Leugi - art
Jan - HMs
Lime - text
Merrick - Koa unit model
29 条留言
nikolay.sherstnev 2023 年 6 月 13 日 上午 1:37 
But where is Iroquois mod? Can`t find it there, but absolutely sure it was in workshop
Cuso 2023 年 2 月 22 日 下午 8:23 
Does anyone know a fix for the lua code?
Cuso 2023 年 2 月 21 日 上午 1:26 
@Grendel's Mom hi! do you think you can share the lua code, please?
ferentas 2022 年 1 月 5 日 下午 11:54 
The great person points from envoys dont work
Nightsky 2022 年 1 月 2 日 上午 3:52 
Not sure if that was intentional, yet Kaimiloa has no distance attack. Not a big deal, fregate is avaliable at the same time. This is just strange.
the-twist 2021 年 5 月 10 日 上午 12:59 
Hey E.C! I love the theming of our mods, but once I played a game with one of your Civs to the halfway point before realising their uniques weren't working. That's okay, it happens - the game is updated a lot. Would appreciate a header or something on your mods letting folks knkow if they currently work or if you're updating them.
choijanggyu 2021 年 4 月 3 日 下午 11:06 
Just add in under codes to Cultures.artdef

<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..CollectionValue">
<m_eObjectType>INVALID</m_eObjectType>
<m_eValueType>ARTDEF_REF</m_eValueType>
<m_Values>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="CIVILIZATION_ENIGMA_HAWAII"/>
<m_RootCollectionName text="Civilization"/>
<m_ArtDefPath text="Civilizations.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Civilizations"/>
<m_ParamName text="Civilizations001"/>
</Element>
</m_Values>
<m_ParamName text="Civilizations"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections/>
<m_Name text="Polynesian"/>
<m_AppendMergedParameterCollections>true</m_AppendMergedParameterCollections>
</Element>
choijanggyu 2021 年 4 月 3 日 上午 1:57 
@E. Conundrum
I always thank about your mod.
Could you please update city style to be compatible with this mod?

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2169097417
NebabotNodnarb 2020 年 10 月 27 日 下午 2:21 
the Heiau is doubling the science/gold/etc. outputs it receives from adjacent districts rather than its faith output when it is next to the city center.
Grendel's Mom 2020 年 4 月 25 日 下午 1:15 
Left one other bug out:

The line:
for dy = (districtRadius * -1), districtRadius do
does not have an 'end' at the end of the loop.