Civ Modding Wiki

Search

Search IconIcon to open search

REQUIREMENT_TEAM_DIPLOMATIC_VICTORY

Last updated Aug 13, 2022 Edit Source

This is a Requirement Type. Please refer to that page for more information on Requirement Types

# Info

REQUIREMENT_TEAM_DIPLOMATIC_VICTORY

  • Class: TEAMS
  • Arguments:
    • This RequirementType has no Arguments

# Samples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
INSERT INTO Requirements
	(
		RequirementId,
		RequirementType
	)
VALUES
	(
		"DIPLOMATIC_VICTORY_REQUIREMENT",
		"REQUIREMENT_TEAM_DIPLOMATIC_VICTORY"
	);

Interactive Graph