上は都市の割譲(ランタイン)、下は破城槌の作成。liSummonedUnitIDsは破城槌に入るのだろうけど、上の都市の割譲のところで指定されてるから書き間違い?
上は都市の割譲(ランタイン)、下は破城槌の作成。liSummonedUnitIDsは破城槌に入るのだろうけど、上の都市の割譲のところで指定されてるから書き間違い?
def spellConvertCityRantine(argsList): pCaster, pBestPlot, eSpell, liSummonedUnitIDs = argsList pCity = pCaster.plot().getPlotCity() pPlayer = gc.getPlayer(pCaster.getOwner()) pPlayer.acquireCity(pCity, False, True) def spellCreateBatteringRam(argsList): pCaster, pBestPlot, eSpell = argsList pPlot = pCaster.plot() pPlot.setFeatureType(FeatureTypes.NO_FEATURE, -1)