Stealing Weapons Mod v0.0.7

Discussion of all aspects of multiplayer development: unit balancing, map development, server development, and so forth.

Moderator: Forum Moderators

Post Reply
User avatar
ChaosRider
Posts: 846
Joined: April 15th, 2012, 1:15 pm

Stealing Weapons Mod v0.0.7

Post by ChaosRider »

On BfW v1.12.6 server you can find addition called "StealingWeapons", it's allows your units to steal one of dead enemy weapons - it works for all mainline weapon specials, SX RPG and Recruit Bonuses mod.

Percent chance to steal weapon depends on the difference of levels between killed unit and the one who was killing.

Code: Select all

Killer lvl/Killed lvl/levels difference/percent chance
1         /0         /-1               /20% (lowest value)
1         /1         /0                /30%
0         /1         /1                /40%
0         /2         /2                /50%
0         /3         /3                /60%
0         /4         /4                /70%
0         /5         /5                /80%
0         /6         /6                /90% (highest value)
Stolen weapons get a damage bonus per level which depends of stolen weapons strikes number

1 strike = +5/per level
2 strikes = +3/per level
3 strikes = +2/per level
4 (and more) strikes = +1 dmg/per level

Also this mod allows you to drop useless weapons from unit by right click, but be carefull there because once done action there cant reverse changes.

This mod don't require from other players to have it.

It's playable with weapon specials from mod Recruit Bonuses v0.2.1 and Chaos Maps v0.4.1. Go get it now!
Creator of WOTG (+2880 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.12 Wesnoth server.
Post Reply