User Tools

Site Tools


user:loggy:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
user:loggy:misc [2023/07/31 13:14]
loggy wiki formatting wins again
user:loggy:misc [2023/10/31 15:44]
loggy hp routing
Line 1189: Line 1189:
   * Seduction/regular assassinations are 50% to add what I assume is the the nighttime darkness terrain flag.   * Seduction/regular assassinations are 50% to add what I assume is the the nighttime darkness terrain flag.
   * Looks like Jorogumo's lure can be used anywhere that isn't a waste.   * Looks like Jorogumo's lure can be used anywhere that isn't a waste.
 +
 +  * A side's "max" hp calc (this is only for adjusting the saved value of "how much hp did my side start with", the actual work just does the hp calcs with modifications as below for slaves/pd) goes like this:
 +
 +      Get real total
 +      Get tempflag1 total - I added a note saying retinue gets this flag, but pd does NOT (it's tempflag3)
 +      "Permanent" total = real - tempflag1
 +      if "permanent" total <= tempflag1 total, templflag1 total = "permanent" total
 +      Actual total of the calc = permanent + tempflag1 total
 +   * This is really confusing, but it's maybe the basis of the one commander and their retinue line?
 +     * 1x 10hp guy, 100hp of retinue
 +       * real=110
 +       * tempflag1 = 100
 +       * permanent = 10
 +       * The conditionis true, so tempflag1=10
 +       * actual total = 20
 +   * pd (temp flag=3) contribute hp/4 rounded up
 +   * slaves contribute hp/2 rounded up
  
 FIXME look at what sets the assassination flag, very likely there is a bug in the spells that don't use it (which will cause casting AI to not have the reduced buff preference) FIXME look at what sets the assassination flag, very likely there is a bug in the spells that don't use it (which will cause casting AI to not have the reduced buff preference)
user/loggy/misc.txt ยท Last modified: 2023/12/12 13:05 by loggy