Talk:The Military Determinism Mod

From VickyWiki

Jump to: navigation, search
Image:Scales.jpg   VickyWiki assessment is an ongoing project for evaluating the quality and coverage of VickyWiki articles.
NA   This article has been rated as NA-Class on the assessment scale.



May I propose another solution for Jomani/Clausewitz event? This is my first mod. - Piddyx

"Army developments" - to allow people to choose military attitude

event = {
	id = 30000
	random = no
	invention = yes

	trigger = {
		technology = 1001
	}

	name = "Military Philosophy"
	desc = "As our army technology and philosophy develops, two schools of thought have presented themselves.
 It is time for you to decide which direction we shall take!"
	style = 0

	picture = army_doctrine

	date = { day = 1 month = january year = 1836 }
	offset = 60 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1846 }

	action_a = {
		name = "Jomini is right! We must emphasize the morale of our troops!"
		ai_chance = 50
		command = { type = sleepevent which = 101 }
	}
	action_b = {
		name = "Clausewitz is right! We must emphasize the organization of our troops!"
		ai_chance = 50
		command = { type = sleepevent which = 100 }
	}
}

Jominian Attitude

event = {
	id = 100
	random = no
	invention = yes

	trigger = {
		technology = 1001
		event = 30000
		NOT = {
			invention = 101
		}
	}

	name = "EVT_100_NAME"
	desc = "EVT_100_DESC"
	style = 0

	picture = army_doctrine

	date = { day = 1 month = january year = 1836 }
	offset = 60 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1846 }

	action_a = {
		name = "OK" # Excellent!
		command = { type = max_elan which = infantry value = 20 }
		command = { type = max_elan which = cavalry value = 20 }
		command = { type = max_elan which = dragoon value = 20 }
#		command = { type = max_elan which = irregular value = 20 }
		command = { type = supplyconsumption which = infantry value = 2 }
		command = { type = supplyconsumption which = cavalry value = 6 }
		command = { type = supplyconsumption which = dragoon value = 4 }
#		command = { type = supplyconsumption which = irregular value = 1 }
	}
}

Clausewitzian Theory

event = {
	id = 101
	random = no
	invention = yes

	trigger = {
		technology = 1001
		event = 30000
		NOT = {
			invention = 100
		}
	}

	name = "EVT_101_NAME"
	desc = "EVT_101_DESC"
	style = 0

	picture = army_doctrine

	date = { day = 1 month = january year = 1836 }
	offset = 60 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1846 }

	action_a = {
		name = "OK" # Excellent!
		command = { type = max_organization which = infantry value = 5 }
		command = { type = max_organization which = cavalry value = 5 }
		command = { type = max_organization which = dragoon value = 5 }
#		command = { type = max_organization which = irregular value = 5 }
		command = { type = supplyconsumption which = infantry value = 2 }
		command = { type = supplyconsumption which = cavalry value = 6 }
		command = { type = supplyconsumption which = dragoon value = 4 }
#		command = { type = supplyconsumption which = irregular value = 1 }
	}
}
(I took the liberty of reformatting what you've written).
Have you done any testing of this? I have to admit I haven't done much myself either, but from what others have reported, the way it's in the article now works quite nicely. It's tempting to quote the old engineering motto "If it ain't broken, don't fix it", but I'm also for making thinsg simpler and more straight-forward! I'd take this to the forums to see if you can get any second and third (and whatnot) opinions there. Rafiki 08:39, 21 Jul 2005 (CEST)
Personal tools
Categories
Main site