-
April 26th, 2021, 15:12 #1
A question about the equipment section of an NPC
When I look at the Guard Warrior, I see in tiny letters "Strong" below the to hit value for the double-axe. When I create a new NPC and add a weapon, I wee "Accurate" in place of Strong, since that i the default. How do I set the attribute used in an attack to something other than Accurate?
When I export the NPC and look at the xml code, I do not see a corresponding line for this. Is there some way to code the stat?
Code:<equipment> <double_axe> <damage type="string">11</damage> <name type="string">Double-axe (deep impact), ignoring Armor</name> <shortcut type="windowreference"> <class>reference_equipment</class> <recordname /> </shortcut> <type type="string">weapon_heavy</type> <worn_type type="string">two_hand</worn_type> </double_axe>
-
April 26th, 2021, 15:27 #2
You need to add Iron Fist ability to the NPC in order to convert the default Accurate to Strong. Same with other abilities that update which is the stat for attack.
The past is a rudder to guide us, not an anchor to hold us back.
-
April 26th, 2021, 16:17 #3
-
April 26th, 2021, 16:40 #4
Did you cycle the weapon type? On my end it looks like that
The past is a rudder to guide us, not an anchor to hold us back.
-
April 27th, 2021, 12:53 #5
Thanks! That was it. Now I have everything more or less figured out... at least enough to continue coding.
-
April 30th, 2021, 15:07 #6
I am still completely new to this system, so I am learning the rules as I go. I start playing as a player this week!
I have almost completed a basic working monster parser in Python. I am having lots of fun doing this, it gives me something to do in lockdown, and this forces me to really figure out the rules.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks