Skip to content

Instantly share code, notes, and snippets.

View warmist's full-sized avatar
💭
Making a game or sth

Warmist warmist

💭
Making a game or sth
View GitHub Profile
@jakeonrails
jakeonrails / Ruby Notepad Bookmarklet
Created January 29, 2013 18:08
This bookmarklet gives you a code editor in your browser with a single click.
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>
@warmist
warmist / vmethods.rst
Last active June 22, 2022 16:32
DF usefull vmethods.
Items:
  • incrementRotTimer
  • addImprovementFromJob
  • moveToGround
  • categorize
  • addWear/incWearTimer/setWear
  • addContaminant/removeContaminant/removeContaminantByIdx
  • contaminateWound
  • coverWithContaminant
  • becomePaste/becomePressed
@warmist
warmist / todo.md
Last active February 25, 2016 11:01
DF todo
  1. gods in df -> moved to word doc
  2. figure out book interactions, give some fun stuff to random books (e.g. paralysis)
  3. finish unit creation script- mostly done, needs some minor fixes do it in c++
  4. site creation done, could use some more love.
  5. finish the lua-scripted reactions (including the god worshiping mini-mod, altars (with statue req) and mini altars with figurines?) done- eventful
  6. genetic engineering by adding generated creature raws
  7. jobs in adv mode (esp. build/dig) - almost done advfort
  8. anti-quantum stockpile mod
  9. Df achievements and stats(longest toss, most hurt unit, cheapest artifact). Per world and could be added to fortmode/advmode/legends menu
  10. maybe it's possible to add rust (new material that sometimes adds wear to item and a layer of rust/patina, maybe it inhibits later additions)