TechpriestEnginseer / Community-Patch-Events-Development

If you are interested in joining or have any issues. Leave me a PM or post in the issue tab.
GNU General Public License v3.0
2 stars 2 forks source link

GuerillaWarfare.xml #54

Closed 8h42 closed 7 years ago

8h42 commented 7 years ago

It seems to me that many effects belong to the Choice 1.

cf. (7) Community Events (v 4)\XML\Hokath\IdeologyEvents\GuerillaWarfare.xml Line: 57-

    <EventChoice_ImprovementYieldChange>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <ImprovementType>IMPROVEMENT_CITADEL</ImprovementType>
            <YieldType>YIELD_TOURISM</YieldType>
            <YieldChange>2</YieldChange>
        </Row>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <ImprovementType>IMPROVEMENT_FORT</ImprovementType>
            <YieldType>YIELD_TOURISM</YieldType>
            <YieldChange>2</YieldChange>
        </Row>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <ImprovementType>IMPROVEMENT_CITADEL</ImprovementType>
            <YieldType>YIELD_SCIENCE</YieldType>
            <YieldChange>2</YieldChange>
        </Row>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <ImprovementType>IMPROVEMENT_FORT</ImprovementType>
            <YieldType>YIELD_SCIENCE</YieldType>
            <YieldChange>2</YieldChange>
        </Row>
    </EventChoice_ImprovementYieldChange>

    <EventChoice_MinimumFeatureRequired>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <FeatureType>FEATURE_FOREST</FeatureType>
            <Quantity>2</Quantity>
        </Row>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <FeatureType>FEATURE_JUNGLE</FeatureType>
            <Quantity>2</Quantity>
        </Row>
    </EventChoice_MinimumFeatureRequired>

    <EventChoice_FeatureYieldChange>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <FeatureType>FEATURE_JUNGLE</FeatureType>
            <YieldType>YIELD_PRODUCTION</YieldType>
            <YieldChange>1</YieldChange>
        </Row>
        <Row>
            <EventChoiceType>EVENT_IDEOLOGY_PATRIOTIC_WAR_CHOICE_1</EventChoiceType>
            <FeatureType>FEATURE_FOREST</FeatureType>
            <YieldType>YIELD_PRODUCTION</YieldType>
            <YieldChange>1</YieldChange>
        </Row>
    </EventChoice_FeatureYieldChange>
TechpriestEnginseer commented 7 years ago

Good catch, it'll be fixed prompto!