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