• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Armor & Shields

Icehawke

Member
I am back working on my HL custom game stuff and decided to skip skills for a while and concentrate on easy stuff. Like gear.

So I'm putting in the first one following the samples. I don't have minimum Str requirements, so rather than removing that field, I set it to zero.

However, my armor has three protection values. Type of damage, a base absorption value, and a wound value. After working with the files, I don't expect it's as easy as just adding new fields. Any pointers while I go digging through the files myself?
 
Actually, it probably is that easy. :) Have you gone through the Savage Worlds walkthrough? They add an additional field in the section on Armor. You'll be adding the field, changing your display template and add template, and adding any additional logic, all of which are things they do in that tutorial.
 
I am back working on my HL custom game stuff and decided to skip skills for a while and concentrate on easy stuff. Like gear.

So I'm putting in the first one following the samples. I don't have minimum Str requirements, so rather than removing that field, I set it to zero.

However, my armor has three protection values. Type of damage, a base absorption value, and a wound value. After working with the files, I don't expect it's as easy as just adding new fields. Any pointers while I go digging through the files myself?

Your first step, is to decide whether to use tags or fields. Sometimes you use both and let the fields get calculated via scripts.
 
Back
Top