Advertisement
Crobat

ZOLDA

Dec 4th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.02 KB | None | 0 0
  1. {
  2. "name": "ZOLDA",
  3. "author": "Still Tyrex despite the small changes",
  4. "summary": "Basically Zelda, but just testing some spawn changes. Current changes made: Nayru has a 50% chance of spawning in place of Impa (10-17), Koume spawns in place of Ganondorf (10-17), Moon has a 50% chance of spawning in place of Skull Kid (13-17), and a second Link has a 50% chance of spawning in place of the King of Hyrule (15-17).",
  5. "sides": [
  6. {
  7. "side": "windmage",
  8. "translation": "Wind Mage"
  9. },
  10. {
  11. "side": "gerudo",
  12. "translation": "Gerudo"
  13. },
  14. {
  15. "side": "village",
  16. "translation": "People of Hyrule"
  17. },
  18. {
  19. "side": "skullkid",
  20. "translation": "Skull Kid"
  21. },
  22. {
  23. "side": "malladus",
  24. "translation": "Demon King"
  25. }
  26. ],
  27. "roles": [
  28. {
  29. "role": "citizen",
  30. "translation": "Citizen",
  31. "side": "village",
  32. "help": "You are a normal citizen of Hyrule. Vote to remove people in the day!",
  33. "actions": {}
  34. },
  35. {
  36. "role": "zelda",
  37. "translation": "Zelda",
  38. "side": "village",
  39. "help": "You are the Princess of Hyrule and can use /Inspect [name] to find someone's identity with the help of the Triforce of Wisdom! However, you are easily distracted, so maybe you should stay hidden and find a voice to speak for you.",
  40. "actions": {
  41. "night": {
  42. "inspect": {
  43. "target": "AnyButSelf",
  44. "common": "Self",
  45. "priority": 11
  46. }
  47. }
  48. }
  49. },
  50. {
  51. "role": "impa",
  52. "translation": "Impa",
  53. "side": "village",
  54. "help": "You are the last remaining Sheikah and Zelda's personal Bodyguard! Use /Protect [name] to protect someone!",
  55. "actions": {
  56. "night": {
  57. "protect": {
  58. "target": "AnyButSelf",
  59. "common": "Self",
  60. "priority": 3,
  61. "hide": true
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "role": "skullkid",
  68. "translation": "Skull Kid",
  69. "side": "skullkid",
  70. "help": "You are the Skull Kid, wearing Majora's Mask. Type /Kill [name] to kill someone! You are alone, but Zelda will think you are a normal citizen, you ignore distracters and even Navi can't find you! Furthermore, you evade all daykills and you will convert into Majora's Wrath if you are lynched!",
  71. "info": "Can kill one person during the night. Can't be haxed or distracted. Evades daykills. Reveals as Citizen when inspected. Converts to Majora's Wrath if lynched.",
  72. "actions": {
  73. "night": {
  74. "kill": {
  75. "target": "AnyButTeam",
  76. "common": "Self",
  77. "priority": 4,
  78. "broadcast": "team"
  79. }
  80. },
  81. "daykill": {
  82. "mode": {
  83. "evadeChance": 1
  84. }
  85. },
  86. "distract": {
  87. "mode": "ignore",
  88. "msg": "Someone tried to distract you during the night, but couldn't do anything to you."
  89. },
  90. "inspect": {
  91. "revealAs": "citizen"
  92. },
  93. "lynch": {
  94. "convertTo": "majora",
  95. "convertmsg": "The Majora's Mask falls from ~Self~'s face and gains a humanoid shape, becoming its ultimate form, the Majora's Wrath!"
  96. },
  97. "teamUtilities": true,
  98. "avoidHax": [
  99. "kill"
  100. ]
  101. }
  102. },
  103. {
  104. "role": "majora",
  105. "translation": "Majora's Wrath",
  106. "side": "skullkid",
  107. "help": "With your transformation, you can still /kill during the night, and this will now kill even evaders! You still ignore distractors as well. However, you no longer evade daykills.",
  108. "info": "Can kill one person during the night (kills evaders). Can't be distracted. ~Sided~",
  109. "actions": {
  110. "night": {
  111. "kill": {
  112. "target": "AnyButTeam",
  113. "common": "Self",
  114. "priority": 4,
  115. "bypass": ["ignore"],
  116. "broadcast": "team"
  117. }
  118. },
  119. "distract": {
  120. "mode": "ignore",
  121. "msg": "Someone tried to distract you during the night, but couldn't do anything to you."
  122. },
  123. "teamUtilities": true
  124. }
  125. },
  126. {
  127. "role": "tingle",
  128. "translation": "Tingle",
  129. "side": "village",
  130. "help": "You are a weird guy dressed in green. Your appearance alone is enough to distract most people by using /Distract [name].",
  131. "actions": {
  132. "night": {
  133. "distract": {
  134. "target": "AnyButSelf",
  135. "common": "Self",
  136. "priority": 2
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "role": "king",
  143. "translation": "King of Hyrule",
  144. "side": "village",
  145. "help": "You are the King of Hyrule. Your word is law! Well, not always, but at least your vote counts for 3.",
  146. "actions": {
  147. "vote": 3
  148. }
  149. },
  150. {
  151. "role": "navi",
  152. "translation": "Navi",
  153. "side": "village",
  154. "help": "You are an annoying little fairy and know more than you should. Say HEY, LISTEN and someone will probably kill you.",
  155. "actions": {
  156. "hax": {
  157. "kill": {
  158. "revealTeam": 0.33,
  159. "revealPlayer": 0.17
  160. }
  161. }
  162. }
  163. },
  164. {
  165. "role": "malladus",
  166. "translation": "Malladus",
  167. "side": "malladus",
  168. "help": "You are the Demon King! Terrorize Hyrule by killing up to 2 targets by typing /kill [name]. You destroy any distracters if they dare to stand in your way, and you have a vote of 3.",
  169. "actions": {
  170. "night": {
  171. "kill": {
  172. "target": "AnyButTeam",
  173. "common": "Team",
  174. "priority": 7,
  175. "limit": 2
  176. }
  177. },
  178. "distract": {
  179. "mode": "ChangeTarget",
  180. "hookermsg": "The Demon King just kills anyone who is in his way. Including you!",
  181. "msg": "Someone was in your way, so you couldn't kill your targets. But you killed the fool instead!"
  182. },
  183. "teamUtilities": true,
  184. "vote": 3,
  185. "avoidHax": [
  186. "kill"
  187. ]
  188. }
  189. },
  190. {
  191. "role": "din",
  192. "translation": "Din",
  193. "side": "village",
  194. "help": "You are the Goddess of Power. You can kill 1 person in the night with /Kill [name], but you are sided with the People of Hyrule so don't kill them!",
  195. "actions": {
  196. "night": {
  197. "kill": {
  198. "target": "AnyButSelf",
  199. "common": "Self",
  200. "priority": 10
  201. }
  202. }
  203. }
  204. },
  205. {
  206. "role": "nayru",
  207. "translation": "Nayru",
  208. "side": "village",
  209. "help": "You are the Goddess of Wisdom. Use /Protect [name] to protect up to 2 persons!",
  210. "actions": {
  211. "night": {
  212. "protect": {
  213. "target": "AnyButSelf",
  214. "common": "Self",
  215. "priority": 3,
  216. "limit": 2,
  217. "hide": true
  218. }
  219. }
  220. }
  221. },
  222. {
  223. "role": "farore",
  224. "translation": "Farore",
  225. "side": "village",
  226. "help": "You are the Goddess of Courage. You can prevent others from getting voted off with your -2 vote.",
  227. "actions": {
  228. "vote": -2
  229. }
  230. },
  231. {
  232. "role": "minion",
  233. "translation": "Vaati's minion",
  234. "side": "windmage",
  235. "help": "You are one of Vaati's minions. Type /Kill [name] to kill someone! Let Vaati pick a target and then pick somebody else to get 2 kills for your team. [Hint: Use /tt [message] to talk to your team]",
  236. "actions": {
  237. "night": {
  238. "kill": {
  239. "target": "AnyButTeam",
  240. "common": "Role",
  241. "priority": 6,
  242. "broadcast": "team",
  243. "broadcastmsg": "Your teammate (Vaati's Minion) has decided to kill ~Target~!"
  244. }
  245. },
  246. "startup": "team-reveal-with-roles",
  247. "teamUtilities": true
  248. }
  249. },
  250. {
  251. "role": "koume",
  252. "translation": "Koume",
  253. "side": "gerudo",
  254. "help": "You are the Gerudo Sorceress of Flame. Type /Kill [name] to kill someone! You can also use your fire magic to burn someone in the day, but that will reveal yourself so use it only in an act of despair! [Hint: Use /tt [message] to talk to your team]",
  255. "info": "Can kill one person during the night. Can fire (kill) one person during the day (reveals user). ~Sided~",
  256. "actions": {
  257. "night": {
  258. "kill": {
  259. "target": "AnyButTeam",
  260. "common": "Team",
  261. "priority": 8,
  262. "broadcast": "team",
  263. "hide": true
  264. }
  265. },
  266. "standby": {
  267. "fire": {
  268. "command": "kill",
  269. "target": "AnyButTeam",
  270. "msg": "You can kill now using /fire [name], but you will be revealed if you do! :",
  271. "killmsg": "Koume uses her fire magic to burn ~Target~ to the bones! ~Self~ lets out an evil laugh."
  272. }
  273. },
  274. "startup": "team-reveal-with-roles",
  275. "teamUtilities": true
  276. }
  277. },
  278. {
  279. "role": "kotake",
  280. "translation": "Kotake",
  281. "side": "gerudo",
  282. "help": "You are the Gerudo Sorceress of Ice. Type /Kill [name] to kill someone! You can also use your ice magic to freeze someone for the night by typing /Distract [name]. [Hint: Use /tt [message] to talk to your team]",
  283. "actions": {
  284. "night": {
  285. "kill": {
  286. "target": "AnyButTeam",
  287. "common": "Team",
  288. "priority": 8,
  289. "broadcast": "team",
  290. "hide": true
  291. },
  292. "distract": {
  293. "target": "AnyButTeam",
  294. "common": "Self",
  295. "priority": 1,
  296. "broadcast": "team"
  297. }
  298. },
  299. "startup": "team-reveal-with-roles",
  300. "teamUtilities": true
  301. }
  302. },
  303. {
  304. "role": "vaati",
  305. "translation": "Vaati",
  306. "side": "windmage",
  307. "help": "You are the evil wind mage Vaati! With /kill [name] you can kill someone. Command your minions to kill a different target than you to get 2 kills per night. You can't be distracted! [Hint: Use /tt [message] to talk to your team]",
  308. "actions": {
  309. "night": {
  310. "kill": {
  311. "target": "AnyButTeam",
  312. "common": "Role",
  313. "priority": 5,
  314. "broadcast": "team",
  315. "broadcastmsg": "Your partner (Vaati) has decided to kill ~Target~!"
  316. }
  317. },
  318. "distract": {
  319. "mode": "ignore",
  320. "msg": "Someone tried to distract you during the night, but your wind magic negated the effect."
  321. },
  322. "startup": "team-reveal-with-roles",
  323. "teamUtilities": true
  324. }
  325. },
  326. {
  327. "role": "ganondorf",
  328. "translation": "Ganondorf",
  329. "side": "gerudo",
  330. "help": "You are the Great King of Evil! You can use /Kill [name] to kill someone and can't be killed yourself by anyone except Link! You also can't be distracted! [Hint: Use /tt [message] to talk to your team]",
  331. "actions": {
  332. "night": {
  333. "kill": {
  334. "target": "AnyButTeam",
  335. "common": "Team",
  336. "priority": 8,
  337. "broadcast": "team",
  338. "hide": true
  339. }
  340. },
  341. "kill": {
  342. "mode": "ignore"
  343. },
  344. "distract": {
  345. "mode": "ignore",
  346. "msg": "Tingle tried to sell you a map, but you simply popped his balloon and went on with your business."
  347. },
  348. "avoidHax": [
  349. "kill"
  350. ],
  351. "startup": "team-reveal-with-roles",
  352. "teamUtilities": true
  353. }
  354. },
  355. {
  356. "role": "link",
  357. "translation": "Link",
  358. "side": "village",
  359. "help": "You are the Hero of Time and the only one who can kill Ganondorf! Type /Kill [name] during the day phase to kill someone! You will be revealed when you kill, so make wise choices and claim in the first night to get protection! DO NOT CLAIM IF KOUME IS IN OR IMPA/NAYRU ARE OUT!",
  360. "actions": {
  361. "standby": {
  362. "kill": {
  363. "target": "AnyButSelf",
  364. "msg": "You can kill now using /kill [name] :",
  365. "killmsg": "~Self~ raises the Master Sword into the air, followed by a few quick slashes to kill ~Target~!"
  366. }
  367. }
  368. }
  369. },
  370. {
  371. "role": "midna",
  372. "translation": "Midna",
  373. "side": "village",
  374. "help": "You are Midna, a strange, dark creature and sided with the People of Hyrule, but Zelda will not be sure whether you are good or evil when she inspects you!",
  375. "actions": {
  376. "inspect": {
  377. "revealAs": "malladus"
  378. },
  379. "startup": {
  380. "revealAs": "citizen"
  381. }
  382. }
  383. },
  384. {
  385. "role": "moon",
  386. "translation": "Moon",
  387. "side": "skullkid",
  388. "help": "You are the Moon that threats to fall over Termina! As the days pass, you get closer to the town, which also changes your powers! Your powers will revert if someone plays the Song of Time though! Regardless of your abilities, you will always be able to /protect someone every night (including yourself)!",
  389. "info": "Can protect one person during the night (including itself) every turn. Power changes every turn. Can shine (inspect) during the day on the 1st turn, has a vote of 4 on the 2nd, and can nightkill (unshared) on the 3rd (cycle repeats after that). Sided with Skull Kid.",
  390. "actions": {
  391. "initialCondition": {
  392. "curse": {
  393. "curseCount": 1,
  394. "cursedRole": "moon1",
  395. "curseConvertMessage": "Dawn of First Day: 72 hours remaining."
  396. }
  397. },
  398. "night": {
  399. "protect": {
  400. "target": "Any",
  401. "common": "Self",
  402. "priority": 3,
  403. "broadcast": "team",
  404. "hide": true
  405. }
  406. },
  407. "teamUtilities": true
  408. }
  409. },
  410. {
  411. "role": "moon1",
  412. "translation": "Moon",
  413. "side": "skullkid",
  414. "help": "You are the Moon! For the next 24 hours, you can use /shine [name] during the day to reveal someone's identity while keeping yourself hidden! You can still /protect during the night.",
  415. "hide": true,
  416. "actions": {
  417. "initialCondition": {
  418. "curse": {
  419. "curseCount": 1,
  420. "cursedRole": "moon2",
  421. "curseConvertMessage": "Dawn of Second Day: 48 hours remaining."
  422. }
  423. },
  424. "teamUtilities": true,
  425. "night": {
  426. "protect": {
  427. "target": "Any",
  428. "common": "Self",
  429. "priority": 3,
  430. "broadcast": "team",
  431. "hide": true
  432. }
  433. },
  434. "standby": {
  435. "shine": {
  436. "command": "expose",
  437. "target": "AnyButTeam",
  438. "msg": "Type /shine [name] to find out someone's role (you won't be revealed!)",
  439. "exposemsg": "The Moon glares at the ~Role~!",
  440. "exposedtargetmsg": "~Target~ is the ~Role~!"
  441. }
  442. }
  443. }
  444. },
  445. {
  446. "role": "moon2",
  447. "translation": "Moon",
  448. "side": "skullkid",
  449. "help": "You are the Moon! For the next 24 hours, your vote will count as 4! You can still /protect during the night.",
  450. "hide": true,
  451. "actions": {
  452. "initialCondition": {
  453. "curse": {
  454. "curseCount": 1,
  455. "cursedRole": "moon3",
  456. "curseConvertMessage": "Dawn of Final Day: 24 hours remaining."
  457. }
  458. },
  459. "night": {
  460. "protect": {
  461. "target": "Any",
  462. "common": "Self",
  463. "priority": 3,
  464. "broadcast": "team",
  465. "hide": true
  466. }
  467. },
  468. "teamUtilities": true,
  469. "vote": 4
  470. }
  471. },
  472. {
  473. "role": "moon3",
  474. "translation": "Moon",
  475. "side": "skullkid",
  476. "help": "You are the Moon! For the next 24 hours, you can type /kill [name] during the night to defeat an opponent! This is NOT shared with your teammate either! You can still /protect during the night.",
  477. "hide": true,
  478. "actions": {
  479. "initialCondition": {
  480. "curse": {
  481. "curseCount": 1,
  482. "cursedRole": "moon1",
  483. "curseConvertMessage": "The Moon was about to hit the ground, but the Song of Time was played, and then... Dawn of First Day: 72 hours remaining."
  484. }
  485. },
  486. "teamUtilities": true,
  487. "night": {
  488. "kill": {
  489. "target": "AnyButTeam",
  490. "common": "Self",
  491. "priority": 9,
  492. "broadcast": "team"
  493. },
  494. "protect": {
  495. "target": "Any",
  496. "common": "Self",
  497. "priority": 3,
  498. "broadcast": "team",
  499. "hide": true
  500. }
  501. }
  502. }
  503. },
  504. {
  505. "role": "bodyguards",
  506. "translation": "Impa, Moon, Nayru",
  507. "side": "village",
  508. "hide": true,
  509. "help": "",
  510. "info": "",
  511. "actions": {
  512. "night": {
  513. "protect": {
  514. "target": "AnyButSelf",
  515. "common": "Self",
  516. "priority": 3
  517. }
  518. }
  519. }
  520. },
  521. {
  522. "role": "gerudo",
  523. "translation": "Gerudo",
  524. "side": "gerudo",
  525. "hide": true,
  526. "help": "",
  527. "info": "",
  528. "actions": {
  529. "night": {
  530. "kill": {
  531. "target": "AnyButTeam",
  532. "common": "Team",
  533. "priority": 8
  534. }
  535. }
  536. }
  537. }
  538. ],
  539. "roles1": [
  540. "king",
  541. "link",
  542. "minion",
  543. "zelda",
  544. "kotake",
  545. "citizen"
  546. ],
  547. "roles2": [
  548. "impa",
  549. "link",
  550. "vaati",
  551. "zelda",
  552. "ganondorf",
  553. "citizen",
  554. "majora",
  555. "king",
  556. "citizen"
  557. ],
  558. "roles3": [
  559. {"impa": 0.5, "nayru": 0.5},
  560. "link",
  561. "vaati",
  562. "zelda",
  563. "koume",
  564. "citizen",
  565. "minion",
  566. "tingle",
  567. "citizen",
  568. "kotake",
  569. "citizen",
  570. "navi",
  571. {"moon": 0.5, "skullkid": 0.5},
  572. "minion",
  573. {"king": 0.5, "link": 0.5},
  574. "farore",
  575. "citizen"
  576. ],
  577. "roles4": [
  578. "nayru",
  579. "link",
  580. "vaati",
  581. "zelda",
  582. "ganondorf",
  583. "citizen",
  584. "minion",
  585. "tingle",
  586. "citizen",
  587. "kotake",
  588. "minion",
  589. "king",
  590. "skullkid",
  591. "navi",
  592. "farore",
  593. "citizen",
  594. "midna",
  595. "malladus",
  596. "citizen",
  597. "citizen",
  598. "din",
  599. "citizen",
  600. "koume",
  601. "minion",
  602. "citizen",
  603. "citizen",
  604. "citizen",
  605. "moon",
  606. "minion",
  607. "citizen",
  608. "citizen",
  609. "citizen",
  610. "tingle",
  611. "koume",
  612. "farore",
  613. "minion",
  614. "midna",
  615. "din",
  616. "kotake",
  617. "citizen",
  618. "citizen",
  619. "minion",
  620. "citizen"
  621. ],
  622. "villageCantLoseRoles": [
  623. "king",
  624. "din",
  625. "link"
  626. ],
  627. "minplayers": 5,
  628. "changelog": [
  629. "6/11/2015: Theme 'created'. Impa doesn't spawn until 7, which is when Vaati's minion spawns.",
  630. "10/21/2016: Changed spawn for all games of 17 and fewer. Spawn spots of 10, 13, and 15 are probably questionable.",
  631. "12/4/2016: Changed spawn for games of 9 and fewer.",
  632. "12/23/2016: Moon can now protect one person during the night, including itself. It can also inspect during the day instead of exposing."
  633. ]
  634. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement