Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: [4x.xx] Universal Weapon Mod  (Read 1667 times)

Iä! RIAKTOR!

  • Bay Watcher
    • View Profile
[4x.xx] Universal Weapon Mod
« on: April 27, 2020, 08:06:49 pm »

This mod adds one very useful weapon. Especially useful in adventure mode, but good also in fortress. Weapon maybe is too good for normal use, but only artifact.

I called it "unsword", because when sword is universally bad/average, unsword is universally best. It train biting and throwing skills due to they useful even without weapons. Stab attack, slash attack and slap attack are powerful in their ways, when pommel strike is great as even may be. 
 
For standard installing: create file item_weapon_best.txt with this code
Code: [Select]
item_weapon_best

[OBJECT:ITEM]

[ITEM_WEAPON:ITEM_WEAPON_UNSWORD]
[NAME:unsword:unswords]
[ADJECTIVE:enormous, serrated]
[SIZE:1600]
[SKILL:BITE]
[RANGED:THROW:BLOWDART]
[SHOOT_FORCE:10000]
[SHOOT_MAXVEL:2000]
[TWO_HANDED:0]
[MINIMUM_SIZE:5000]
[CAN_STONE]
[MATERIAL_SIZE:3]
[ATTACK:EDGE:60000:8000:slash:slashes:NO_SUB:1250]
[ATTACK_PREPARE_AND_RECOVER:3:3]
[ATTACK:EDGE:20:12000:stab:stabs:NO_SUB:1000]
[ATTACK_PREPARE_AND_RECOVER:3:3]
[ATTACK:BLUNT:100:6000:slap:slaps:flat:2000]
[ATTACK_PREPARE_AND_RECOVER:3:3]
[ATTACK:BLUNT:1:10:strike:strikes:pommel:5000]
[ATTACK_PREPARE_AND_RECOVER:3:3]

If you want simple game and add this to dwarves, put
Code: [Select]
[WEAPON:ITEM_WEAPON_UNSWORD] into ENTITY:MOUNTAIN. If you want a challenge, you may add this weapon to goblins by putting this code string to ENTITY:EVIL.
Logged

squamous

  • Bay Watcher
    • View Profile
Re: [4x.xx] Universal Weapon Mod
« Reply #1 on: April 27, 2020, 10:25:12 pm »

Don't forget that people installing your mod would also need to add blowdart ammo to the civ to use its throwing function.
Logged
I make huge and comprehensive overhaul mods, consider supporting me on Patreon so I can do this full-time:
https://www.patreon.com/themodsmith
Have questions? Need to report bugs? Post them in the discord:  https://discord.gg/dGzGr5svS2

Iä! RIAKTOR!

  • Bay Watcher
    • View Profile
Re: [4x.xx] Universal Weapon Mod
« Reply #2 on: May 05, 2020, 04:02:58 am »

Don't forget that people installing your mod would also need to add blowdart ammo to the civ to use its throwing function.
Yes. But as standard appearance (artifact only) unsword will be useful for utilize trophy blowdarts.
Logged