Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3276703524
HIgh Quality Fighters
Apologies, i don't have the mod installed anymore. This mod not working was the trigger that pushed me to learn how to create mods myself, so i wrote my own fighter shield mods xD
Currently using it on friends-only settings on a server a share with a friend of mine. Once we finish our current campaign i'll probably publish all the mods i'm writing.
I've updated the version string to the current version,
Mod is listed in red btw so i assume it needs an update to current game version anyway?
Please let me know, thanks in advance
This literally just adds three lines to fighterfactory.lua, specifically FighterFactory.makeFighter
if material.value >= 2 then
fighter.shield = durability * math.min((0.05 * material.value) + (0.1 * rarity.value), 1.0)
end
Thats it. If this function is changed, things will break, and it would probably have to be added back, but it should be pretty update resistant, barring direct changes to fighter creation in vanilla