GithubHelp home page GithubHelp logo

Convert wars about imperatortock3 HOT 4 CLOSED

IhateTrains avatar IhateTrains commented on August 22, 2024
Convert wars

from imperatortock3.

Comments (4)

IohannesIohannium avatar IohannesIohannium commented on August 22, 2024 1

War entry for CK3 (one per war, to put in .../history/wars/00_wars.txt)

war = {
	# name = "abc"	# the name can be left out, will be generated then
	start_date = [yyyy.mm.dd] # the start date of the war
	end_date = 1200.1.1 # arbitrarily chosen end date
	targeted_titles={
		k_abc # One for each row, the titles the attacker wants to conquer. We can provisionally use the defender's main title until we finetune it.
	}
	casus_belli = [wargoal] # A casus belli, see mappings below
	attackers = { 123 456 } # The ID of the attacker, followed by the ID of any ally currently in war
	defenders = { 987 654 } # Ditto, but for defender
	claimant = 123 # The ID of the attacker again
}

Configurable for wargoal/casus belli mapping (/configurables/wargoal_mappings.txt):

# Syntax:
# link = { imp = [I:R wargoal] ck3 = [CK3 casus belli]

link = { imp = independence_wargoal ck3 = independence_faction_war }
link = { imp = conquer_wargoal ck3 = claim_cb }
link = { imp = imperial_conquest_wargoal ck3 = vassalization_cb }
link = { imp = diadochi_wargoal ck3 = imperial_reconquest_cb }
link = { imp = raiding_wargoal ck3 = invasion_war }
link = { imp = demand_military_access_wargoal ck3 = tribal_subjugation_cb }
link = { imp = naval_wargoal ck3 = minor_religious_war } # CK3 has no such thing as a ship

from imperatortock3.

IhateTrains avatar IhateTrains commented on August 22, 2024

Let's wait with this until CK3 has more CBs.

from imperatortock3.

IhateTrains avatar IhateTrains commented on August 22, 2024

Royal Court doesn't seem to be adding new CBs, so it's not worth to wait.

from imperatortock3.

IhateTrains avatar IhateTrains commented on August 22, 2024

Conquest wars have the following block:

take_province={
  type="conquer_wargoal"
  state=67109793
}

We can use this to set CK3 counties matching the given state as targetted titles in CK3.

from imperatortock3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.