Recent Posts
None | 22 sec ago
Python | 25 sec ago
HTML | 48 sec ago
C# | 54 sec ago
None | 1 min ago
C++ | 1 min ago
C++ | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 10th of Feb 2010 12:09:20 AM Download | Raw | Embed | Report
  1. Resolution Pseudocode:
  2. For each duelist d in the order list:
  3.   If d has not yet acted and is not SDing:
  4.     If d and target are targeting each other
  5.       Evaluate d's primary against target's primary.
  6.       Mark target as having acted.
  7.     Else if there is a duelist SDing the target that has not yet acted:
  8.           Evaluate d's primary against defender's primary.
  9.           Mark defender as having acted.
  10.     Else if target has not yet defended:
  11.       If target is fancy defending and full fancy defenses are enabled:
  12.         If anyone else is going to hit into that defense:
  13.           Mark them as having acted. Nothing happens.
  14.         Else:
  15.           Evaluate d's primary against target's secondary.
  16.       Else:
  17.         Evaluate d's primary against target's secondary.
  18.       Mark target as having defended.
  19.     Else:
  20.           Evaluate d's primary against moves + 1.
  21.         (A special area on the matrix will be made for helpless defenders.)
  22.   If the target's HP is 0, mark them as having acted.
  23. If any duelists are at 0 HP, remove them from the order list.
  24. Move the first duelist to the end of the list.
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: