干活的格式是这样的:
<Row>
<RequirementSetId>MILITARY_EMERGENCY_TARGET_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_EMERGENCY_TARGET_IS_WINNING</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_EMERGENCY_TARGET_IS_ON_CONTINENT</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_EMERGENCY_MEMBER</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_NOT_EMERGENCY_TARGET_DECLARED_FRIEND</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_NOT_EMERGENCY_TARGET_ALLY</RequirementId>
</Row>
v佬也不一一举例了反正就是这么读出来的。
<Row>
<RequirementSetId>MILITARY_EMERGENCY_TARGET_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_EMERGENCY_TARGET_IS_WINNING</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_EMERGENCY_TARGET_IS_ON_CONTINENT</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_EMERGENCY_MEMBER</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_NOT_EMERGENCY_TARGET_DECLARED_FRIEND</RequirementId>
</Row>
<Row>
<RequirementSetId>MILITARY_EMERGENCY_MEMBER_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_IS_NOT_EMERGENCY_TARGET_ALLY</RequirementId>
</Row>
v佬也不一一举例了反正就是这么读出来的。