Open yairm210 opened 4 years ago
"[amount]% Strength for enemy [unitFilter] units in adjacent [tileFilter] tiles"
My request would be, can we make the "enemy" part viable?
Which we can fill "friendly" and stuff. It would be useful for modding combat adjacency bonus.
Without that policy unique.
@AdityaMH For modding flexibility, if I ever finish it, I think this would actually be a much better fit for the CLI/scripting API branch I've been working on. One of the first/main example scripts/mods I planned is actually about using dynamically mod-scripted mutation of terrain data to simulate a changing environment. No need to fill the core game with every single special case that a mod might conceivably want.
Add option to fill FantasyHex to mods without override FantasyHex.json
Make units able to upgrade to two or more units (maybe depending on strat. resources you have) Like in a mod you have a basic human, which can upgrade into swordsman, if you find sword, or bowman, if you find bow.
Improvement unique:
Add moddable road/railroad visual for single tiles. something like visible if just single road, or will be hidden if connected to another tiles
I am trying to mod a civilization that enforces a certain policy branch, so the said civ cannot choose another incompatible branch. I do have a workaround using a dummy tech, but it's complicated and destructive since I have to override the base policy by adding "Only available <before discovering [(insert dummy tech)]>"
.
Something like "Starts with [policy]"
as a nation unique would be significantly useful.
Edit: Implemented since 3.19.15.
(Related: #3052, #6229)
Will there be unique greetings in the future?
Greetings, NoviceCoder2000, we come in Peace! This is a unique greeting! - - - or what exactly do you mean? Each nation already has a specific introduction and trade greeting.
I'd like to suggest a new Amphibious
(or Hover
) movement type. Basically it's like Land
but units can also move and attack normally on water tiles. Civ BE's LEV Tank or Tier 4 Combar Rovers are some perfect examples.
I'd like to be able to add tiles like bridges available for both land and water units, similar to city centres.
Add moddable civ specific policy priorities
add obsolete with [building] to counter things only available after constructing a building
Add an unique that allows land ranged units to perform ranged attacks even when embarked (This can be for something like CivBE mod which there are amphibious ranged units)
Please make 'May capture killed [mapUnitFilter] units''s capture frequency moddable. So it'll be like '[number]% to capture klled [mapUnitFiler] units.
Please make 'May capture killed [mapUnitFilter] units''s capture frequency moddable. So it'll be like '[number]% to capture klled [mapUnitFiler] units.
The current chance is 0.1 + [Attacker Strength]/[Defender Strength] * 0.4
, with a cap at 80%. So that isn't easily convertable to that format, so I don't see that happening soon.
Thanks. I got it.
Add a mod option that allows you to liberate cities long after you've captured them.
This could most easily be applied to original capital cities. Since capital cities cannot be razed, the "raze city" button could be replaced by a "liberate city" button if the mod option is activated.
Make "This Unit upgrades for free" also work in promotions. (Currently this seemed to only work as ancient ruins effect.)
Can we have a unique that: allows specific civilization to accumulate culture and run tech research without founding the first city (Note that losing initial settlers (or its unique replacements) would still result in defeat.)
...without founding the first city
I don't think there's anything preventing any kind of civ-wide points generated without a city (would have to be from unit uniques?) from accumulating. Some buttons have checks, but they won't really prevent getting points or using them.
I would like to be able to make custom game speeds and change the pace of the game(the amount of years in each turn). This is mostly due to the time of the information era taking up 20% on the games length
Greetings, NoviceCoder2000, we come in Peace! This is a unique greeting! - - - or what exactly do you mean? Each nation already has a specific introduction and trade greeting.
Very Late Reply But I was thinking of a much more unique dialogue when a much more specific meetup between specific civs.
Example: Instead of this: Normal Greetings: Hello I am blah blah blah...
Civ-Specific Dialogue: Example A (England when Meeting the Americans): Elizabeth: Oh will you look at it. It's the traitors knocking on our door. But do I have a choice? Welcome on our lands.
Example B (America Meeting the English): Washington: Greetings, I wish to step aside the conflict of our past. Let us move on for our future!
Where most of the dialogue can be customized when A meets B where (A and B) are named nations. This will be very helpful for mod packs with multiple nations related to each other.
Nice idea, actually. Just sounds like tons of work, especially for modders who have to think of hundreds of different dialogues.
especially for modders who have to think of hundreds of different dialogues.
No, just have those lines to be optional, and if you want to add them, there has to be a way to specify to who the line is, so you would just add the unique lines you want.
especially for modders who have to think of hundreds of different dialogues.
No, just have those lines to be optional, and if you want to add them, there has to be a way to specify to who the line is, so you would just add the unique lines you want.
Exactly what I was thinking
Copied from #6686, written by @Thienanbad I have played Freeciv, civilization (nds version), unciv and i don't see any unit can steal sea. If we have a unit can steal sea we can make a better border on sea. I like editing the border on sea to make it look better and i know there are a lot of people like me. Everytime i see the sea border don't look better i feel uncomfortable and i want to fix it but because the game doesn't have a unit can steal sea so i have to play it all over again. In real life there are some nation can steal sea by using a fleet or protect the sea by build something. Example vietnamese built DK1 to protect their sea against china. Please make a unit can steal sea.
A modConstant that enables aditional happiness from repeated same luxuries.
modConstant
Collect stuff touching that same class somewhere? The 25 heal amount should go there etc etc...
A modConstant that enables aditional happiness from repeated same luxuries.
I'd make that a mod unique rather than a constant
make Natural Wonder passable please
make Natural Wonder passable please
Already implemented; just don't set impassable
to true
in your mod and it is passable.
If you're talking about the base game: we don't take feature requests that aren't in civ V
@xlenstra Does he mean making natural wonder passable directly in the base game with a mod?
No idea, but I answered both questions so they can choose which answer they like the most
make Natural Wonder passable please
Already implemented; just don't set
impassable
totrue
in your mod and it is passable.If you're talking about the base game: we don't take feature requests that aren't in civ V
I do try it in my mod, but it still impassable
@xlenstra didn't work
Turns out natural wonders are hardcoded to be impassible for some reason, so not marking them as impassible sadly doesn't work. If any coder wants to look into it, it's specifically checked in canPassThrough()
, line 656
Can we add moddable nuke resistance unique for units
We need a "can only found the first city" something unique that would be practical for Merchant of Venice for Venice civ.
add "Trigger defeat" unique, this can be used to set some defeat rules. For example, "you must have more than one workers or you'll defeat"
add "isAlwaysHostile" in ModOptions, which allows all civs to be in war all the time. It may boost the game speed for the players who like domination victory or in multiplayer competitions.
A modConstant that enables aditional happiness from repeated same luxuries.
I'd make that a mod unique rather than a constant
Ok then, both works. Thank you before hand :D
I'd like a conditional that adds [cityFilter] to uniques - alternatively a localized version of the "[stats] from every [tileFilter/specialist/buildingFilter]" and the conditional "if [buildingFilter] is constructed". Would really help in limiting boosts and unit production.
E.g. "[stats] from every [tileFilter/specialist/buildingFilter] [cityFilter]" and "<if [buildingFilter] is constructed [cityFilter]>"
Edit: alternatively, a "requiredBuilding": field in unit and building code that applies locally.
Please make Earn [amount]% of killed [mapUnitFilter] unit's [costOrStrength] as [plunderableStat]
applicable to promotions.` apllicable to promotions. It can be now applicable to units and global.
Please make
Earn [amount]% of killed [mapUnitFilter] unit's [costOrStrength] as [plunderableStat]
applicable to promotions.` apllicable to promotions. It can be now applicable to units and global.
Iirc if it's applicable on units, it's applicable on promotions - try it out?
Unique request: "Can only move on [terrainFilter] tiles" and "Cannot enter [terrainFilter] tiles" so we can have things like Sandworms that only sticks to Deserts and Rail Artillery that can only move on Railroads. Maybe even Vampire units that can't cross rivers.
Please make
Earn [amount]% of killed [mapUnitFilter] unit's [costOrStrength] as [plunderableStat]
applicable to promotions.` apllicable to promotions. It can be now applicable to units and global.Iirc if it's applicable on units, it's applicable on promotions - try it out?
I've tried it out already and it doesn't work. That's why I made a comment here. PS: Anyone ready for the 100th entry?
Unique suggestion
"may destroys the tile improvement on the tile it attacks ([x]%)"
The purpose is to give some units, like missiles and bombers, having the ability to destroy tile improvements.
There have been a lot of various requests to extend the modding in various ways. Usually they're from one person, and have very little effect on the general playerbase, and they're kind of clogging up the issues.
So this is an issue to consolidate all those requests, as comments to this issue.