Search
REQUIREMENT_PLAYER_FOUNDED_NO_RELIGION
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_PLAYER_FOUNDED_NO_RELIGION
- Class:
PLAYERS
- Arguments:
- This RequirementType has no Arguments
# Samples
1
2
3
4
5
6
7
8
9
10
11
12
| INSERT INTO Requirements
(
RequirementId,
RequirementType,
Inverse
)
VALUES
(
"REQUIRES_PLAYER_HAS_FOUNDED_A_RELIGION",
"REQUIREMENT_PLAYER_FOUNDED_NO_RELIGION",
1
);
|