Add Escape Scroll to Shop Inventory

Hi all!

I like FE, but there are some things I don't agree with. One thing is that you can't flee from combat. So I'd like to mod the game in a way that the Escape Scroll (which can be found in stashes) is available from the shop in your territory.

Can someone elaborate how this is done?

thanks,

M

5,534 views 8 replies
Reply #1 Top

Add

<UnlocksShopItem>Scroll_Escape</UnlocksShopItem>

to the improvement you want it in. If you are putting it in a /mods/ file in the grocer for example

    <ImprovementType InternalName="Grocer">
<UnlocksShopItem>Scroll_Escape</UnlocksShopItem>
    </ImprovementType>

 

Reply #2 Top

thanks! :)

 

although I have to admint I only understood half of what you said ;)

 do i have to make a new .xml file in the mod folder? Because I couldn't find any existing files to edit.

 I tried it with a new file in the mod folder with just the lines you mentinoned (the second part); didn't work.

Please expand your instructions ;)

 

cheers,

M

Reply #3 Top

Which building do you want to add it to?

Reply #4 Top

the shop you can access when you are in your own territory. the button next to Equip I think it is (bottom left corner)

Reply #5 Top

This is an example of a mod that will add it to level 1 cities only:

    <ImprovementType InternalName="CityHub1">
<UnlocksShopItem>Scroll_Escape</UnlocksShopItem>
    </ImprovementType>

copy it into a file you create in the /mods/ folder. If you want to add it to more city levels, go to data/english/core improvements/CoreImprovements.xml and find all the buildings with internalname "Cityhub" something. Then repeat the code above in your mod but change the internalname to the different city levels instead.

Reply #6 Top

doublepost

Reply #7 Top

Quoting mspaetauf, reply 5
the shop you can access when you are in your own territory. the button next to Equip I think it is (bottom left corner)
End of mspaetauf's quote

If I could just help you understand.

Right now when you press shop the items you see represent two things.

A. The lvl of tech you are at (ex, when you research horses you can buy horses from the shop for your champs)

B. The improvements you have in your cities (I don't know of an item that get's unlocked by that.. so sry :) )

Reply #8 Top

Quoting EvilMario, reply 8
B. The improvements you have in your cities (I don't know of an item that get's unlocked by that.. so sry )
End of EvilMario's quote

Improve a wheat field... you get bread.

Also I believe alchemy will give you access to potions.