Guest User

Untitled

a guest
Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.35 KB | None | 0 0
  1. {
  2. "name": "FvW",
  3. "author": "Karp Karpity",
  4. "summary": "FvW You're either on the Fire or Water side. If you're on the fire side, help your teammates kill the water roles. If you're on the water side, help eliminate the fire roles. If you have suggestions, P.M. Karp Karpity he'll gladly add them. Version 1.11!",
  5. "sides": [
  6. {
  7. "side": "fire",
  8. "translation": "fire",
  9. "winmsg": "There is no more water, or ice. That's okay because ~(user)~ only need fire to survive."
  10. },
  11. {
  12. "side": "water",
  13. "translation": "water",
  14. "winmsg": "There is no more fire or ice. That's okay because ~(user)~ only need water to survive."
  15. },
  16. {
  17. "side": "Avalanche Archer",
  18. "translation": "Avalance Archer",
  19. "winmsg": "There is no more fire or water. That's okay because ~(user)~ only needs ice to survive."
  20. },
  21. {
  22. "side": "Steel Lion",
  23. "translation": "Steel Lion",
  24. "winmsg": "The Steel lion has driven everyone away with his scary roars. That's okay because ~(user)~ only needs steel to survive."
  25. }
  26. ],
  27. "roles": [
  28. {
  29. "role": "Sniper",
  30. "translation": "Fire Sniper",
  31. "side": "fire",
  32. "help": "Use /kill to kill 1 person during the night.",
  33. "actions": {
  34. "night": {
  35. "kill": {
  36. "target": "AnyButSelf",
  37. "common": "Team",
  38. "priority": 20,
  39. "broadcast": "Team",
  40. "msg": "Who hates Sniperz? You do! That is why you died."
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "role": "Fire",
  47. "translation": "fire",
  48. "side": "fire",
  49. "help": "Your the villager of the fire side. Use /vote to remove peopel during the day.",
  50. "actions": {}
  51. },
  52. {
  53. "role": "Ninja",
  54. "translation": "Fire Ninja",
  55. "side": "fire",
  56. "help": "Use /kill to strike 1 person during the day. You will have a 50 percent chance of being revealed, so be careful.",
  57. "actions": {
  58. "standby": {
  59. "kill": {
  60. "target": "AnyButSelf",
  61. "killmsg": "The fire ninja used shadow strike, ~target~ (~Role~) fainted. Haterz gunna hate?",
  62. "revealChance": 0.5,
  63. "revealmsg": "~Self~ is the Fire Ninja."
  64. }
  65. }
  66. }
  67. },
  68. {
  69. "role": "Haxor",
  70. "translation": "Fire Haxor",
  71. "side": "fire",
  72. "help": "You may get hax so watch out for it. You usually see what their doing because you blend in to your surroundings.",
  73. "actions": {
  74. "hax": {
  75. "kill": {
  76. "revealTeam": 0.2,
  77. "revealPlayer": 0.05
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "role": "Fire Bodygaurd",
  84. "translation": "Fire Bodygaurd",
  85. "side": "fire",
  86. "help": "Use /protect player to defend a player during the night.",
  87. "actions": {
  88. "night": {
  89. "protect": {
  90. "target": "AnyButSelf",
  91. "common": "Self",
  92. "priority": 15,
  93. "broadcast": "role"
  94. }
  95. }
  96. }
  97. },
  98. {
  99. "role": "Fire Lady",
  100. "translation": "Fire Lady",
  101. "side": "fire",
  102. "help": "Use /distract to distract one person with your fiery tricks.",
  103. "actions": {
  104. "night": {
  105. "distract": {
  106. "target": "AnyButSelf",
  107. "common": "Self",
  108. "priority": 5,
  109. "distractmsg": "You were to busy having fun with the fire lady to do anything during the night."
  110. }
  111. }
  112. }
  113. },
  114. {
  115. "role": "Wise Fire",
  116. "translation": "Wise fire",
  117. "side": "fire",
  118. "help": "Use /inspect to inspect a person during the night.",
  119. "actions": {
  120. "night": {
  121. "inspect": {
  122. "target": "AnyButSelf",
  123. "common": "Self",
  124. "priority": 30
  125. }
  126. }
  127. }
  128. },
  129. {
  130. "role": "Fire Phoenix",
  131. "translation": "Fire Phoenix",
  132. "side": "fire",
  133. "help": "Use /expose to expose one person during standby. You have twenty-five percent chance of being revealed, so be very careful.",
  134. "actions": {
  135. "standby": {
  136. "expose": {
  137. "target": "AnyButSelf",
  138. "exposemsg": "The Fire Phoenix got a sniff of ~Target~, and sensed that he was ~role~.",
  139. "revealChance": 0.25,
  140. "revealmsg": "~Self~ is the Fire Phoenix."
  141. }
  142. }
  143. }
  144. },
  145. {
  146. "role": "King Ash",
  147. "translation": "King Ash",
  148. "side": "fire",
  149. "help": "Use your 5 votes to help guide the fire side to victory",
  150. "actions": {
  151. "vote": 5
  152. }
  153. },
  154. {
  155. "role": "Firemine",
  156. "translation": "Firemine",
  157. "side": "fire",
  158. "help": "When you die you'll kill the person that killed you. If that doesn't please you, what will?",
  159. "actions": {
  160. "kill": {
  161. "mode": "killattacker"
  162. }
  163. }
  164. },
  165. {
  166. "role": "Fipoison",
  167. "translation": "Fipoison",
  168. "side": "fire",
  169. "help": "Use /poison to poison one person during the night.",
  170. "actions": {
  171. "night": {
  172. "poison": {
  173. "target": "AnyButSelf",
  174. "common": "Self",
  175. "priority": 30,
  176. "broadcast": "none",
  177. "limit": 2,
  178. "count": 2
  179. }
  180. }
  181. }
  182. },
  183. {
  184. "role": "Fire Robot",
  185. "translation": "Fire Robot",
  186. "side": "fire",
  187. "help": "Use /surprise to reveal during the day.",
  188. "actions": {
  189. "standby": {
  190. "surprise": {
  191. "command": "reveal",
  192. "revealmsg": "~Self~ (~Role~) is doing the robot dance!"
  193. }
  194. }
  195. }
  196. },
  197. {
  198. "role": "Fitar",
  199. "translation": "Fitar",
  200. "side": "fire",
  201. "help": "Your a milly so vote to remove people during the day.",
  202. "actions": {}
  203. },
  204. {
  205. "role": "Water Rifleman",
  206. "translation": "Water Rifleman",
  207. "side": "water",
  208. "help": "Use /kill to kill one person during the night.",
  209. "actions": {
  210. "night": {
  211. "kill": {
  212. "target": "AnyButSelf",
  213. "common": "Team",
  214. "priority": 15,
  215. "broadcast": "team",
  216. "msg": "Who hates Riflez? You do! That is why you died."
  217. }
  218. }
  219. }
  220. },
  221. {
  222. "role": "Water",
  223. "translation": "Water",
  224. "side": "water",
  225. "help": "Your the villager of the water side. Use /vote to remove people during the day.",
  226. "actions": {}
  227. },
  228. {
  229. "role": "Rain Assassin",
  230. "translation": "Rain Assassin",
  231. "side": "water",
  232. "help": "Use /kill to kill a person during the day. You will have a fifty percent chance of being revealed, so be careful.",
  233. "actions": {
  234. "standby": {
  235. "kill": {
  236. "target": "AnyButSelf",
  237. "killmsg": "The Rain Assassin snuck up on ~Target~, and then knifed him up. Haterz aren't gunna hate or they will die!",
  238. "revealChance": 0.5,
  239. "revealmsg": "~Self~ laughed at the way he was pro."
  240. }
  241. }
  242. }
  243. },
  244. {
  245. "role": "WaterHax",
  246. "translation": "WaterHaX",
  247. "side": "water",
  248. "help": "You may get hax so watch out for it. You usually see what their doing because you blend in to your surroundings.",
  249. "actions": {
  250. "hax": {
  251. "kill": {
  252. "revealTeam": 0.2,
  253. "revealPlayer": 0.05
  254. }
  255. }
  256. }
  257. },
  258. {
  259. "role": "Water Shield",
  260. "translation": "Water shield",
  261. "side": "water",
  262. "help": "Use /protect player to protect a player during the night.",
  263. "actions": {
  264. "night": {
  265. "protect": {
  266. "target": "AnyButSelf",
  267. "common": "Role",
  268. "priority": 15,
  269. "broadcast": "none"
  270. }
  271. }
  272. }
  273. },
  274. {
  275. "role": "Ocean Lady",
  276. "translation": "Ocean Lady",
  277. "side": "water",
  278. "help": "Use /distract to play with one person during the night.",
  279. "actions": {
  280. "night": {
  281. "distract": {
  282. "target": "AnyButSelf",
  283. "common": "Self",
  284. "priority": 5,
  285. "distractmsg": "You were to busy having fun with the Ocean lady to do anything during the night."
  286. }
  287. }
  288. }
  289. },
  290. {
  291. "role": "Water Knowledge",
  292. "translation": "Water Knowledge",
  293. "side": "water",
  294. "help": "Use /inspect to inspect a person during the night.",
  295. "actions": {
  296. "night": {
  297. "inspect": {
  298. "target": "AnyButSelf",
  299. "common": "Self",
  300. "priority": 30
  301. }
  302. }
  303. }
  304. },
  305. {
  306. "role": "Aqua Serpent",
  307. "translation": "Aqua Serpent",
  308. "side": "water",
  309. "help": "Use /expose to reveal one person during standby. You have a twenty-five eprcent chance of being revealed.",
  310. "actions": {
  311. "voteshield": -5,
  312. "standby": {
  313. "identify": {
  314. "command": "expose",
  315. "target": "AnyButSelf",
  316. "exposemsg": "~Self~ dove a hundred feet below the water, and when he suddenly reappeared ~target~ shouted out his ~role~."
  317. }
  318. }
  319. }
  320. },
  321. {
  322. "role": "Mermaid Queen",
  323. "translation": "Mermaid Queen",
  324. "side": "water",
  325. "help": "Use your 5 votes to help guide the ocean side to victory",
  326. "actions": {
  327. "vote": 5
  328. }
  329. },
  330. {
  331. "role": "Tick-Tick-Boom",
  332. "translation": "Tick-Tick-Boom",
  333. "side": "water",
  334. "help": "When you die you'll reveal the person that killed you. If that doesn't please you, what will?",
  335. "actions": {
  336. "daykill": "revealkiller",
  337. "daykillrevengemsg": "±Game: Just as they were about to die, ~Self~ revealed that ~Target~ is ~Role~."
  338. }
  339. },
  340. {
  341. "role": "Toxicean",
  342. "translation": "Toxicean",
  343. "side": "water",
  344. "help": "Use /poison to poison one person with your venom during the night.",
  345. "actions": {
  346. "night": {
  347. "poison": {
  348. "target": "AnyButSelf",
  349. "common": "Role",
  350. "priority": 30,
  351. "broadcast": "none",
  352. "limit": 2,
  353. "count": 2
  354. }
  355. }
  356. }
  357. },
  358. {
  359. "role": "Water Robot",
  360. "translation": "Water Robot",
  361. "side": "water",
  362. "help": "Use /taunt to reveal during the day.",
  363. "actions": {
  364. "standby": {
  365. "taunt": {
  366. "command": "reveal",
  367. "revealmsg": "~Self~ is doing the robot dance!"
  368. }
  369. }
  370. }
  371. },
  372. {
  373. "role": "Wa-Re",
  374. "translation": "Wa-Re",
  375. "side": "water",
  376. "help": "Your a milly so vote to remove people during the day.",
  377. "actions": {}
  378. },
  379. {
  380. "role": "undefeatable fire",
  381. "translation": "Undefeatable fire",
  382. "side": "fire",
  383. "help": "You can't be killed either during the day, or night. If you get voted however you can be voted out.",
  384. "actions": {
  385. "kill": {
  386. "mode": {
  387. "evadechance": 0.9
  388. }
  389. },
  390. "daykill": "evade",
  391. "vote": 0
  392. }
  393. },
  394. {
  395. "role": "undefeatable water",
  396. "translation": "Undefeatable water",
  397. "side": "water",
  398. "help": "You can't be killed either during the day, or night. If you get voted however you can be voted out.",
  399. "actions": {
  400. "kill": {
  401. "mode": {
  402. "evadechance": 0.9
  403. }
  404. },
  405. "daykill": "evade",
  406. "vote": 0
  407. }
  408. },
  409. {
  410. "role": "Fire transformer",
  411. "translation": "Fire Transformer",
  412. "side": "fire",
  413. "help": "Use /transform after the 10th night to transform into a fire warrior. The fire warrior can /safeguard and /kill one person during the night.",
  414. "actions": {
  415. "voteshield": -5,
  416. "night": {
  417. "convert": {
  418. "target": "Self",
  419. "common": "Self",
  420. "priority": 20,
  421. "newRole": {
  422. "Fire Warrior": [
  423. "Fire Warrior"
  424. ]
  425. }
  426. }
  427. }
  428. }
  429. },
  430. {
  431. "role": "water transformer",
  432. "translation": "Water Transformer",
  433. "side": "water",
  434. "help": "Use /transform after the 10th night to transform into a fire warrior. The fire warrior can /safeguard and /kill one person during the night.",
  435. "actions": {
  436. "voteshield": -5,
  437. "night": {
  438. "convert": {
  439. "target": "Self",
  440. "common": "Self",
  441. "priority": 20,
  442. "newRole": {
  443. "Water Warrior": [
  444. "Water Warrior"
  445. ]
  446. }
  447. }
  448. }
  449. }
  450. },
  451. {
  452. "role": "Fire tracer",
  453. "translation": "Fire Tracer",
  454. "side": "fire",
  455. "help": "Use /trace to stalk an opponent",
  456. "actions": {
  457. "night": {
  458. "stalk": {
  459. "target": "AnyButSelf",
  460. "common": "Self",
  461. "priority": 26
  462. }
  463. }
  464. }
  465. },
  466. {
  467. "role": "water tracer",
  468. "translation": "water tracer",
  469. "side": "water",
  470. "help": "Use /stalk to stalk an opponent",
  471. "actions": {
  472. "voteshield": -5,
  473. "night": {
  474. "stalk": {
  475. "target": "AnyButSelf",
  476. "common": "Self",
  477. "priority": 26
  478. }
  479. }
  480. }
  481. },
  482. {
  483. "role": "Avalanche Archer",
  484. "translation": "Avalanhce Archer",
  485. "side": "Avalanche Archer",
  486. "help": "Use /kill to kill one person during standby. You have 50 votes, so use them wisely.",
  487. "winIfDeadRoles": [
  488. "Sniper",
  489. "Water Rifleman",
  490. "Ninja",
  491. "Rain Assassin",
  492. "Fipoison",
  493. "Toxicean",
  494. "Water Warrior",
  495. "Fire Warrior"
  496. ],
  497. "actions": {
  498. "standby": {
  499. "kill": {
  500. "target": "AnyButSelf",
  501. "killmsg": "The avalance archer shot an arrow at you, unfortunately you were right under an anvalance, so it crushed you to death.",
  502. "revealChance": 0.35,
  503. "revealmsg": "~self~ teleported far away, to get away from the avalance."
  504. }
  505. },
  506. "vote": 50
  507. }
  508. },
  509. {
  510. "role": "Steel Lion",
  511. "translation": "Steel Lion",
  512. "side": "Steel Lion",
  513. "help": "You are a Steel Lion. Once every two nights, you can use /reproduce and make more of your kind.",
  514. "actions": {
  515. "night": {
  516. "reproduce": {
  517. "command": "convert",
  518. "target": "AnyButTeam",
  519. "common": "Self",
  520. "priority": 4,
  521. "newRole": "Cub",
  522. "silent": false,
  523. "recharge": 2,
  524. "convertmsg": "A Cub has been born! OH NOES!!!"
  525. }
  526. }
  527. }
  528. },
  529. {
  530. "role": "Cub",
  531. "translation": "Cub",
  532. "side": "Steel Lion",
  533. "help": "Your a cub so help the Steel Lion to win",
  534. "actions": {
  535. "vote": 0
  536. }
  537. },
  538. {
  539. "role": "Water Warrior",
  540. "translation": "Water Warrior",
  541. "side": "water",
  542. "help": "Use /safeguard [name] and /kill [name] to kill and safeguard someone.",
  543. "actions": {
  544. "night": {
  545. "kill": {
  546. "target": "AnyButSelf",
  547. "priority": 15,
  548. "common": "Self",
  549. "msg": "The water warrior was so happy, it lured you to drink so much that you died."
  550. },
  551. "safeguard": {
  552. "target": "AnyButSelf",
  553. "common": "Self",
  554. "priority": 9
  555. }
  556. }
  557. }
  558. },
  559. {
  560. "role": "Fire Warrior",
  561. "translation": "Fire Warrior",
  562. "side": "fire",
  563. "help": "Use /safeguard [name] and /kill [name] to kill and safeguard someone.",
  564. "actions": {
  565. "night": {
  566. "kill": {
  567. "target": "AnyButSelf",
  568. "priority": 15,
  569. "common": "Self",
  570. "msg": "The fire warrior was so angry, he rage killed you."
  571. },
  572. "safeguard": {
  573. "target": "AnyButSelf",
  574. "common": "Self",
  575. "priority": 8
  576. }
  577. }
  578. }
  579. }
  580. ],
  581. "roles1": [
  582. "Sniper",
  583. "Water Rifleman",
  584. "Ninja",
  585. "Rain Assassin",
  586. "Haxor",
  587. "WaterHax",
  588. "Fire Bodygaurd",
  589. "Water Shield",
  590. "Fire Lady",
  591. "Ocean Lady"
  592. ],
  593. "roles2": [
  594. "Sniper",
  595. "Water Rifleman",
  596. "Fire",
  597. "Water",
  598. "Fire",
  599. "Water",
  600. "Ninja",
  601. "Rain Assassin",
  602. "Fire",
  603. "Water",
  604. "Fire",
  605. "Water",
  606. "Haxor",
  607. "WaterHax",
  608. "Fire",
  609. "Water",
  610. "Fire Bodygaurd",
  611. "Water Shield",
  612. "undefeatable fire",
  613. "undefeatable water",
  614. "Fire Lady",
  615. "Ocean Lady",
  616. "Fire",
  617. "Water",
  618. "Wise Fire",
  619. "Water Knowledge",
  620. "Fire Phoenix",
  621. "Aqua Serpent",
  622. "King Ash",
  623. "Mermaid Queen",
  624. "Firemine",
  625. "Tick-Tick-Boom",
  626. "Fire Robot",
  627. "Water Robot",
  628. "Fipoison",
  629. "Toxicean",
  630. "Fire",
  631. "Wa-Re",
  632. "Fire transformer",
  633. "water transformer",
  634. "Fire tracer",
  635. "water tracer",
  636. "Avalanche Archer",
  637. "Steel Lion"
  638. ],
  639. "villageCantLoseRoles": [
  640. "Wise Fire",
  641. "Fire Bodygaurd",
  642. "Ninja",
  643. "Sniper",
  644. "Fire Lady",
  645. "Haxor"
  646. ],
  647. "killmsg": "Broadcastor: ~Player~ (~Role~) fainted!",
  648. "killusermsg": "You fainted because you have more haterz than people that like you!"
  649. }
Add Comment
Please, Sign In to add comment