Civ Modding Wiki

Search

Search IconIcon to open search

EFFECT_DIPLOMACY_AGENDA_AYYUBID_DYNASTY

Last updated Aug 8, 2022 Edit Source

This is an Effect Type. Please refer to that page for more information on Effect Type

# Info

EFFECT_DIPLOMACY_AGENDA_AYYUBID_DYNASTY

  • Class: PLAYERS
  • Parameters:
    • StatementKey String

# Samples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
INSERT INTO Modifiers
	(
		ModifierId,
		ModifierType,
		OwnerRequirementSetId,
		SubjectRequirementSetId
	)
VALUES
	(
		"AGENDA_AYYUBID_DYNASTY",
		"MODIFIER_PLAYER_DIPLOMACY_AGENDA_AYYUBID_DYNASTY",
		"ON_TURN_STARTED",
		"PLAYER_IS_MAJOR_CIV_KNOWN_10_TURNS"
	);

INSERT INTO ModifierArguments
	(
		ModifierId,
		Name,
		Value
	)
VALUES
	(
		"AGENDA_AYYUBID_DYNASTY",
		"StatementKey",
		"AGENDA_AYYUBID_DYNASTY_WARNING"
	);
	

Interactive Graph