Difference between revisions of "User:CommanderC"
CommanderC (talk | contribs) |
CommanderC (talk | contribs) |
||
Line 2: | Line 2: | ||
*Crystal ball: [[User:CommanderC/crystal ball.pl]] | *Crystal ball: [[User:CommanderC/crystal ball.pl]] | ||
*Spell popularity: [[User:CommanderC/winners spells.pl]] | *Spell popularity: [[User:CommanderC/winners spells.pl]] | ||
− | *Changelog-fix.pl: [[User:CommanderC/changelog-fix. | + | *Changelog-fix.pl: [[User:CommanderC/changelog-fix.py]] |
*Stab-bonus.pl: [[User:CommanderC/stab-bonus.pl]] | *Stab-bonus.pl: [[User:CommanderC/stab-bonus.pl]] | ||
*Image bot: [[User:CommanderC/image-bot.pl]] | *Image bot: [[User:CommanderC/image-bot.pl]] |
Latest revision as of 17:05, 19 July 2014
Some scripts I've made:
- Crystal ball: User:CommanderC/crystal ball.pl
- Spell popularity: User:CommanderC/winners spells.pl
- Changelog-fix.pl: User:CommanderC/changelog-fix.py
- Stab-bonus.pl: User:CommanderC/stab-bonus.pl
- Image bot: User:CommanderC/image-bot.pl
- Monsters&spells bot: https://gitorious.org/crawl-wiki-monster-bot/crawl-wiki-monster-bot.
- Sum of three independent random variables: User:CommanderC/rv3.gnuplot
- Replace item templates with item-noicon: User:CommanderC/book-fix.pl
- Traps: User:CommanderC/trap013.gp (0.13), User:CommanderC/trap.gp (0.12)
- Magic resistance: User:CommanderC/mr.gp
- Spellpower to enchantment power (stepdown_value(power, 30, 40, 100, 120) in actor::check_res_magic)