Skip to content

Instantly share code, notes, and snippets.

@jhkrischel
Last active December 10, 2015 22:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhkrischel/7780da3b19b7440f7e85 to your computer and use it in GitHub Desktop.
Save jhkrischel/7780da3b19b7440f7e85 to your computer and use it in GitHub Desktop.
Perl script for simulating fate core combat

WE HAVE MOVED

You can find the Fate Core Combat Simulator here:

https://stash.krischel.org:444/projects/PUB/repos/fate-rpg/browse

If you want to git clone, you'll have to skip ssl verification:

git -c http.sslVerify=false clone https://stash.krischel.org:444/scm/pub/fate-rpg.git

After you've cloned, you can permanently skip ssl verification for the repo with this command:

git config http.sslVerify false
@jhkrischel
Copy link
Author

Multi-mook test run (Clone Team 1 is Player):

Player vs. Multiple Mooks:
Pv2M Guns Skill diff 0:
Clone Team 1 dies: 43.03%
Clone Team 2 dies: 56.97%
Average # of actions before death: 9.8332
Pv3M Guns Skill diff 0:
Clone Team 1 dies: 80.45%
Clone Team 2 dies: 19.55%
Average # of actions before death: 11.2632
Pv3M Guns Skill diff 1:
Clone Team 1 dies: 58.68%
Clone Team 2 dies: 41.32%
Average # of actions before death: 10.8521
Pv3M Guns Skill diff 2:
Clone Team 1 dies: 36.15%
Clone Team 2 dies: 63.85%
Average # of actions before death: 9.892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment