Advertisement
Guest User

Isaac Challenge Mod

a guest
Jan 6th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.93 KB | None | 0 0
  1. <!--
  2.     Challenge Format:
  3. * name = challenge name
  4. * id = challenge id
  5. * startingitems = comma separated (nospace) item ids that will be added at the start
  6. * startingtrinkets = comma separated (nospace) trinket ids that will be added at the start (max 2)
  7. * startingpill = effect id of the starting pill (-1 for no pill | default)
  8. * startingcard = card id of the starting card (can include runes) (-1 for random tarot card, 0 for no card | default)
  9. * playertype = player type id for player type to start with (0 for Isaac | default)
  10. * endstage = the last stage of the challenge (use eLevelStage ids)
  11. * roomfilter = list of room ids to not be generated in challenge [Not all room ids can be used] (NORMAL - 1, Shop - 2, Error - 3, Treasure - 4, Boss - 5, Miniboss - 6, Secret - 7, SuperSecret - 8, Arcade - 9, Curse - 10, Challenge - 11, Library - 12, Sacrifice - 13, Devil - 14, Angel - 15, Dungeon - 16, Bossrush - 17, Isaacs - 18, Barren - 19, Chest - 20, Dice - 21, BMarket - 22).
  12. * cursefilter = bitmask for curses to be removed (Darkness = 1, Labyrinth = 2, Lost = 4, Unknown = 8, Cursed = 16)
  13. * getcurse = bitmask for curses to be forced (Same id's as curse filter)
  14. * achievements = list of achievement ids that are required to be able to play the challenge
  15. * altpath = alternative floor for light/dark path (isaac/satan)
  16. * canshoot = determines if player can shoot (true | default)
  17. * redhp = add red hp
  18. * maxhp = add hp container
  19. * soulhp = add soul hp
  20. * blackhp = add black hp
  21. * coins = add coins
  22. * maxdamage = maximal damage or more (clamps at min 100)
  23. * adddamage = + damage up
  24. * minfirerate = minimal fire rate or more
  25. * minshotspeed = minimal shot speed or less
  26. * bigrange = big range
  27. * difficulty = game difficulty (0 - normal | default, 1 - hard)
  28. * megasatan = last boss is megasatan
  29. -->
  30. <challenges version="1">
  31.     <challenge name="Sick Day" id="1" endstage="8" roomfilter="4,21" startingitems="149," playertype="4" />
  32. </challenges>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement