Jump to content

[MOD REQUEST] TW1 Potions


Recommended Posts

Could someone please make a mod for potions to work like they did in TW1?

 

- Needed several components to make 1 potion, made you work for it;

- Potions lasted very long, but weren't as strong as in TW3;

- Only make 1 potion per recipe;

 

It would be great to have a customizable mod to allow you to customize potions to your liking:

 

Thunderbolt: customize % dmg and duration

Swallow: customize healing/s and duration

 

I don't know if I'm asking a lot, sorry if I am...

 

Maybe I can get to it if someone how to begin and which files to edit...

 

TYVM

Link to comment
Share on other sites

Update:

 

Ok, I learned how to use Sarcen's W3Edit tool and edit geralt_stats.xml but I can't find a way to alter potion/food duration and effects

I change swallow duration to 200(just to test) in def_item_alchemy_potion.xml, pack it and install using W3Edit but swallow just won't change its duration.

<!-- Swallow-->
      <ability name="Swallow_1">
        <toxicity always_random="true" min="20" max="20" type="add" />
        <duration min="200" max="200" type="add" />        
        <ammo type="add" min="3" />
        <SwallowEffect_Level1 is_ability="true" />
		<quality type="add" min="2" max="2"/>
		<level type="add" min="1" />
      </ability>
      <ability name="Swallow_2">
        <toxicity always_random="true" min="20" max="20" type="add" />
        <duration min="200" max="200" type="add" />       
        <ammo type="add" min="3" />
        <SwallowEffect_Level2 is_ability="true" />
        <Swallow_3 is_ability="true" />
        <level type="add" min="2" />
		<quality type="add" min="3" max="3"/>
      </ability>
      <ability name="Swallow_3">
        <toxicity always_random="true" min="20" max="20" type="add" />
        <duration min="200" max="200" type="add" />       
        <ammo type="add" min="3" />
        <SwallowEffect_Level3 is_ability="true" />
        <Swallow_2 is_ability="true" />
        <level type="add" min="3" />
		<quality type="add" min="4" max="4"/>
      </ability>
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...