Author Topic: [Suggestion] Geoscape pop-up events - Negative events - Remove items from base.  (Read 810 times)

Offline mutantlord

  • Captain
  • ***
  • Posts: 90
    • View Profile
Hello, I wish to propose a feature that remove items from base in Events. Something like.

events:
  - name: STR_NEGATIVE_EVENT
    description: STR_NEGATIVE_EVENT_DESCRIPTION1
    randomRemoveMultiItemList:
      -
        STR_AVALANCHE_LAUNCHER: 2
        STR_AVALANCHE_MISSILES: 10
      -
        STR_STINGRAY_LAUNCHER: 3
        STR_STINGRAY_MISSILES: 15
      -
        STR_CANNON: 4
        STR_CANNON_ROUNDS_X50: 20
    timer: 100
    timerRandom: 200
extraStrings:
   - type: en-US
     strings:
       STR_NEGATIVE_EVENT: "Base Theft"
       STR_NEGATIVE_EVENT_DESCRIPTION1: "Due to internal corruption in your base, some of your base items has been sold to the black markets."