# -*- coding: latin-1 -*-
import sys
sys.path.insert(
0,
r"C:\FREEDOM_FORCE\Freedom Force vs the 3rd Reich\MOD8\Missions\Scripts"
)
import datfiles
POWERS_DAT = r"C:\FREEDOM_FORCE\Freedom Force vs the 3rd Reich\MOD8\powers.dat"
print "ANTES:"
datfiles.ShowAllActiveDefenceDurations(POWERS_DAT)
datfiles.Campaign_ChangeActiveDefenceDuration(
stringPower="ffx_egypt_shield",
intDuration=3,
FileName=POWERS_DAT,
ForceRead=0
)
print "\nDESPUES:"
datfiles.ShowAllActiveDefenceDurations(POWERS_DAT)
(PS, if there's any other film costumes you'd like to see me post, please ask. There's a bunch of Avengers to do, and Spider-Man is a whole thing, and I've barely touched DC at all since my Superman/Batman lists... though in fairness, neither has WB). |