Difference between revisions of "User:CommanderC"
CommanderC (talk | contribs) |
CommanderC (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
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.py]] | |
− | *Changelog-fix.pl: [[User:CommanderC/changelog-fix. | ||
*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]] | ||
− | * | + | *Monsters&spells bot: [https://gitorious.org/crawl-wiki-monster-bot/crawl-wiki-monster-bot https://gitorious.org/crawl-wiki-monster-bot/crawl-wiki-monster-bot]. |
*Sum of three independent random variables: [[User:CommanderC/rv3.gnuplot]] | *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) | |
− | [http://pastebin.com/ | + | *[[Magic resistance]]: [[User:CommanderC/mr.gp]] |
+ | *[http://pastebin.com/3W5Md9uB Spellpower to enchantment power] (stepdown_value(power, 30, 40, 100, 120) in actor::check_res_magic) |
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)