Skip to content

Commit

Permalink
Add easyEdit icons to Island Missions
Browse files Browse the repository at this point in the history
Also adds an unused easyEdit mission list, in case of future implementation.
  • Loading branch information
tos-x committed Apr 13, 2023
1 parent 2bd742f commit 5e0c965
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions mods/other/mods/IslandMissions/scripts/missionList.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

-- create mission list
local missionList = easyEdit.missionList:add("IslandMissions")

missionList.name = "Island Missions"

local HIGH_THREAT = true
local LOW_THREAT = false

-- add our missions to the mission list
missionList:addMission("Mission_tosx_Shipping", LOW_THREAT)
missionList:addMission("Mission_tosx_Zapper", LOW_THREAT)

missionList:addMission("Mission_tosx_Cannon", HIGH_THREAT)
missionList:addMission("Mission_tosx_Disease", HIGH_THREAT)
missionList:addMission("Mission_tosx_Earthquake", HIGH_THREAT)
missionList:addMission("Mission_tosx_Healrain", HIGH_THREAT)
missionList:addMission("Mission_tosx_Juggernaut", HIGH_THREAT)
missionList:addMission("Mission_tosx_Locusts", HIGH_THREAT)
missionList:addMission("Mission_tosx_Marathon", HIGH_THREAT)
missionList:addMission("Mission_tosx_Siege", HIGH_THREAT)

0 comments on commit 5e0c965

Please sign in to comment.