Advertisement
Putnam

DF attack action research

Nov 21st, 2014
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. action.data.attack.unk_0 --attacked unit id
  2.  
  3. action.data.attack.unk_4 --some structure which represents something
  4.  
  5. action.data.attack.unk_4.unk_8 --0 when item attacking
  6.  
  7. action.data.attack.unk_4.unk_14 --0 when item attacking, -1 otherwise
  8.  
  9. action.data.attack.unk_1c --attacking item ID, if applicable
  10.  
  11. action.data.attack.unk_20 --attacked BP ID
  12.  
  13. action.data.attack.unk_22 --attacking bp id, if applicable
  14.  
  15. action.data.attack.unk_24 --attack ID; separate for items and units, so 0 could either be sword slash or left punch, by appearances
  16.  
  17. action.data.attack.unk_28 --usually 3, not sure what it is
  18.  
  19. action.data.attack.unk_2c --usually 3, not sure what it is
  20.  
  21. action.data.attack.unk_30 --hell if I know, changes a lot, way smaller with quick attack
  22.  
  23. action.data.attack.unk_34 --mode
  24.  
  25. -- 1: ?
  26.  
  27. -- 2: haven't seen it unactivated
  28.  
  29. -- 3: BP attacks usually have this, item attacks don't
  30.  
  31. -- 4: ?
  32.  
  33. -- 5: ?
  34.  
  35. -- 6: quick attack
  36.  
  37. -- 7: heavy attack
  38.  
  39. -- 8: wild attack
  40.  
  41. -- 9: precise attack
  42.  
  43. -- 10: charge attack
  44.  
  45. -- 11: multi-attack? (kicks have this always, so might be attack_flag_bad_multiattack)
  46.  
  47. action.data.attack.unk_38 --almost always 103 exactly, except when biting, where it's 102, at least when latching; perhaps related to latching? probably another flags, though that would be a lot of activated flags
  48.  
  49. action.data.attack.unk_3c -- different most of the time, not sure exactly what is
  50.  
  51. action.data.attack.timer1 --probably prepare
  52.  
  53. action.data.attack.timer2 --probably recover
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement