Advertisement
Fegelein

Upgrade Prototype (to be tested on PO)

Jun 2nd, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 155.13 KB | None | 0 0
  1. {
  2. "name": "Upgrade Prototype",
  3. "author": "Fegelein",
  4. "summary": "WARNING: /ROLES MAY FREEZE YOUR CLIENT FOR ABOUT A MINUTE. DON'T SAY YOU WEREN'T WARNED. Sadly, this is only a prototype and that is why it can only accept 15 players. Sorry but I'm not coding loads into a prototype. It is in it's very early stages but already 120 roles exist. You can either be a distracter, a killer or a self protector in this early prototype. Also, remember if you want to upgrade, you will not be able to perform any night actions! Found any glitches/oddities? PM Fegelein! See the thread for this project here: http://pokemon-online.eu/forums/showthread.php?13563-Building-perhaps-the-biggest-theme-in-existence",
  5. "sides": [
  6. {
  7. "side": "1",
  8. "translation": "Upgrader 1"
  9. },
  10. {
  11. "side": "2",
  12. "translation": "Upgrader 2"
  13. },
  14. {
  15. "side": "3",
  16. "translation": "Upgrader 3"
  17. },
  18. {
  19. "side": "4",
  20. "translation": "Upgrader 4"
  21. },
  22. {
  23. "side": "5",
  24. "translation": "Upgrader 5"
  25. },
  26. {
  27. "side": "6",
  28. "translation": "Upgrader 6"
  29. },
  30. {
  31. "side": "7",
  32. "translation": "Upgrader 7"
  33. },
  34. {
  35. "side": "8",
  36. "translation": "Upgrader 8"
  37. },
  38. {
  39. "side": "9",
  40. "translation": "Upgrader 9"
  41. },
  42. {
  43. "side": "10",
  44. "translation": "Upgrader 10"
  45. },
  46. {
  47. "side": "11",
  48. "translation": "Upgrader 11"
  49. },
  50. {
  51. "side": "12",
  52. "translation": "Upgrader 12"
  53. },
  54. {
  55. "side": "13",
  56. "translation": "Upgrader 13"
  57. },
  58. {
  59. "side": "14",
  60. "translation": "Upgrader 14"
  61. },
  62. {
  63. "side": "15",
  64. "translation": "Upgrader 15"
  65. }
  66. ],
  67. "roles": [
  68. {
  69. "role": "ug1",
  70. "translation": "Upgrader 1",
  71. "side": "1",
  72. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  73. "actions": {
  74. "night": {
  75. "pl": {
  76. "command": "convert",
  77. "target": "OnlySelf",
  78. "common": "Self",
  79. "priority": 1,
  80. "newRole": "ug1pl",
  81. "canConvert": [
  82. "ug1"
  83. ],
  84. "silent": true
  85. },
  86. "killer": {
  87. "command": "convert",
  88. "target": "OnlySelf",
  89. "common": "Self",
  90. "priority": 2,
  91. "newRole": "ug1killer",
  92. "canConvert": [
  93. "ug1"
  94. ],
  95. "silent": true
  96. },
  97. "bg": {
  98. "command": "convert",
  99. "target": "OnlySelf",
  100. "common": "Self",
  101. "priority": 3,
  102. "newRole": "ug1bg",
  103. "canConvert": [
  104. "ug1"
  105. ],
  106. "silent": true
  107. }
  108. }
  109. }
  110. },
  111. {
  112. "role": "ug1pl",
  113. "translation": "Upgrader 1",
  114. "side": "1",
  115. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  116. "actions": {
  117. "night": {
  118. "distract": {
  119. "target": "AnyButTeam",
  120. "common": "Self",
  121. "priority": 4
  122. },
  123. "killer2": {
  124. "command": "convert",
  125. "target": "OnlySelf",
  126. "common": "Self",
  127. "priority": 2,
  128. "newRole": "ug1plkiller",
  129. "canConvert": [
  130. "ug1pl"
  131. ],
  132. "silent": true
  133. },
  134. "bg2": {
  135. "command": "convert",
  136. "target": "OnlySelf",
  137. "common": "Self",
  138. "priority": 3,
  139. "newRole": "ug1plbg",
  140. "canConvert": [
  141. "ug1pl"
  142. ],
  143. "silent": true
  144. }
  145. }
  146. }
  147. },
  148. {
  149. "role": "ug1killer",
  150. "translation": "Upgrader 1",
  151. "side": "1",
  152. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  153. "actions": {
  154. "night": {
  155. "pl2": {
  156. "command": "convert",
  157. "target": "OnlySelf",
  158. "common": "Self",
  159. "priority": 1,
  160. "newRole": "ug1plkiller",
  161. "canConvert": [
  162. "ug1killer"
  163. ],
  164. "silent": true
  165. },
  166. "kill": {
  167. "target": "AnyButSelf",
  168. "common": "Self",
  169. "priority": 6
  170. },
  171. "bg2": {
  172. "command": "convert",
  173. "target": "OnlySelf",
  174. "common": "Self",
  175. "priority": 3,
  176. "newRole": "ug1killerbg",
  177. "canConvert": [
  178. "ug1killer"
  179. ],
  180. "silent": true
  181. }
  182. }
  183. }
  184. },
  185. {
  186. "role": "ug1bg",
  187. "translation": "Upgrader 1",
  188. "side": "1",
  189. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  190. "actions": {
  191. "night": {
  192. "pl2": {
  193. "command": "convert",
  194. "target": "OnlySelf",
  195. "common": "Self",
  196. "priority": 1,
  197. "newRole": "ug1plbg",
  198. "canConvert": [
  199. "ug1bg"
  200. ],
  201. "silent": true
  202. },
  203. "killer2": {
  204. "command": "convert",
  205. "target": "OnlySelf",
  206. "common": "Self",
  207. "priority": 2,
  208. "newRole": "ug1killerbg",
  209. "canConvert": [
  210. "ug1bg"
  211. ],
  212. "silent": true
  213. },
  214. "protect": {
  215. "target": "Self",
  216. "common": "Self",
  217. "priority": 5
  218. }
  219. }
  220. }
  221. },
  222. {
  223. "role": "ug1plkiller",
  224. "translation": "Upgrader 1",
  225. "side": "1",
  226. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  227. "actions": {
  228. "night": {
  229. "distract2": {
  230. "target": "AnyButTeam",
  231. "common": "Self",
  232. "command": "distract",
  233. "priority": 4
  234. },
  235. "kill2": {
  236. "target": "AnyButSelf",
  237. "common": "Self",
  238. "command": "kill",
  239. "priority": 6
  240. },
  241. "bg3": {
  242. "command": "convert",
  243. "target": "OnlySelf",
  244. "common": "Self",
  245. "priority": 3,
  246. "newRole": "ug1uber",
  247. "canConvert": [
  248. "ug1plkiller"
  249. ],
  250. "silent": true
  251. }
  252. }
  253. }
  254. },
  255. {
  256. "role": "ug1plbg",
  257. "translation": "Upgrader 1",
  258. "side": "1",
  259. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  260. "actions": {
  261. "night": {
  262. "distract2": {
  263. "target": "AnyButTeam",
  264. "common": "Self",
  265. "command": "distract",
  266. "priority": 4
  267. },
  268. "killer3": {
  269. "command": "convert",
  270. "target": "OnlySelf",
  271. "common": "Self",
  272. "priority": 2,
  273. "newRole": "ug1uber",
  274. "canConvert": [
  275. "ug1plbg"
  276. ],
  277. "silent": true
  278. },
  279. "protect2": {
  280. "target": "Self",
  281. "common": "Self",
  282. "command": "protect",
  283. "priority": 5
  284. }
  285. }
  286. }
  287. },
  288. {
  289. "role": "ug1killerbg",
  290. "translation": "Upgrader 1",
  291. "side": "1",
  292. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  293. "actions": {
  294. "night": {
  295. "pl3": {
  296. "command": "convert",
  297. "target": "OnlySelf",
  298. "common": "Self",
  299. "priority": 1,
  300. "newRole": "ug1uber",
  301. "canConvert": [
  302. "ug1killerbg"
  303. ],
  304. "silent": true
  305. },
  306. "kill2": {
  307. "target": "AnyButSelf",
  308. "common": "Self",
  309. "command": "kill",
  310. "priority": 6
  311. },
  312. "protect2": {
  313. "target": "Self",
  314. "common": "Self",
  315. "command": "protect",
  316. "priority": 5
  317. }
  318. }
  319. }
  320. },
  321. {
  322. "role": "ug1uber",
  323. "translation": "Upgrader 1",
  324. "side": "1",
  325. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  326. "actions": {
  327. "night": {
  328. "distract3": {
  329. "target": "AnyButTeam",
  330. "common": "Self",
  331. "command": "distract",
  332. "priority": 4
  333. },
  334. "kill3": {
  335. "target": "AnyButSelf",
  336. "common": "Self",
  337. "command": "kill",
  338. "priority": 6
  339. },
  340. "protect3": {
  341. "target": "Self",
  342. "common": "Self",
  343. "command": "protect",
  344. "priority": 5
  345. }
  346. }
  347. }
  348. },
  349. {
  350. "role": "ug2",
  351. "translation": "Upgrader 2",
  352. "side": "2",
  353. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  354. "actions": {
  355. "night": {
  356. "pl": {
  357. "command": "convert",
  358. "target": "OnlySelf",
  359. "common": "Self",
  360. "priority": 1,
  361. "newRole": "ug2pl",
  362. "canConvert": [
  363. "ug2"
  364. ],
  365. "silent": true
  366. },
  367. "killer": {
  368. "command": "convert",
  369. "target": "OnlySelf",
  370. "common": "Self",
  371. "priority": 2,
  372. "newRole": "ug2killer",
  373. "canConvert": [
  374. "ug2"
  375. ],
  376. "silent": true
  377. },
  378. "bg": {
  379. "command": "convert",
  380. "target": "OnlySelf",
  381. "common": "Self",
  382. "priority": 3,
  383. "newRole": "ug2bg",
  384. "canConvert": [
  385. "ug2"
  386. ],
  387. "silent": true
  388. }
  389. }
  390. }
  391. },
  392. {
  393. "role": "ug2pl",
  394. "translation": "Upgrader 2",
  395. "side": "2",
  396. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  397. "actions": {
  398. "night": {
  399. "distract": {
  400. "target": "AnyButTeam",
  401. "common": "Self",
  402. "priority": 4
  403. },
  404. "killer2": {
  405. "command": "convert",
  406. "target": "OnlySelf",
  407. "common": "Self",
  408. "priority": 2,
  409. "newRole": "ug2plkiller",
  410. "canConvert": [
  411. "ug2pl"
  412. ],
  413. "silent": true
  414. },
  415. "bg2": {
  416. "command": "convert",
  417. "target": "OnlySelf",
  418. "common": "Self",
  419. "priority": 3,
  420. "newRole": "ug2plbg",
  421. "canConvert": [
  422. "ug2pl"
  423. ],
  424. "silent": true
  425. }
  426. }
  427. }
  428. },
  429. {
  430. "role": "ug2killer",
  431. "translation": "Upgrader 2",
  432. "side": "2",
  433. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  434. "actions": {
  435. "night": {
  436. "pl2": {
  437. "command": "convert",
  438. "target": "OnlySelf",
  439. "common": "Self",
  440. "priority": 1,
  441. "newRole": "ug2plkiller",
  442. "canConvert": [
  443. "ug2killer"
  444. ],
  445. "silent": true
  446. },
  447. "kill": {
  448. "target": "AnyButSelf",
  449. "common": "Self",
  450. "priority": 6
  451. },
  452. "bg2": {
  453. "command": "convert",
  454. "target": "OnlySelf",
  455. "common": "Self",
  456. "priority": 3,
  457. "newRole": "ug2killerbg",
  458. "canConvert": [
  459. "ug2killer"
  460. ],
  461. "silent": true
  462. }
  463. }
  464. }
  465. },
  466. {
  467. "role": "ug2bg",
  468. "translation": "Upgrader 2",
  469. "side": "2",
  470. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  471. "actions": {
  472. "night": {
  473. "pl2": {
  474. "command": "convert",
  475. "target": "OnlySelf",
  476. "common": "Self",
  477. "priority": 1,
  478. "newRole": "ug2plbg",
  479. "canConvert": [
  480. "ug2bg"
  481. ],
  482. "silent": true
  483. },
  484. "killer2": {
  485. "command": "convert",
  486. "target": "OnlySelf",
  487. "common": "Self",
  488. "priority": 2,
  489. "newRole": "ug2killerbg",
  490. "canConvert": [
  491. "ug2bg"
  492. ],
  493. "silent": true
  494. },
  495. "protect": {
  496. "target": "Self",
  497. "common": "Self",
  498. "priority": 5
  499. }
  500. }
  501. }
  502. },
  503. {
  504. "role": "ug2plkiller",
  505. "translation": "Upgrader 2",
  506. "side": "2",
  507. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  508. "actions": {
  509. "night": {
  510. "distract2": {
  511. "target": "AnyButTeam",
  512. "common": "Self",
  513. "command": "distract",
  514. "priority": 4
  515. },
  516. "kill2": {
  517. "target": "AnyButSelf",
  518. "common": "Self",
  519. "command": "kill",
  520. "priority": 6
  521. },
  522. "bg3": {
  523. "command": "convert",
  524. "target": "OnlySelf",
  525. "common": "Self",
  526. "priority": 3,
  527. "newRole": "ug2uber",
  528. "canConvert": [
  529. "ug2plkiller"
  530. ],
  531. "silent": true
  532. }
  533. }
  534. }
  535. },
  536. {
  537. "role": "ug2plbg",
  538. "translation": "Upgrader 2",
  539. "side": "2",
  540. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  541. "actions": {
  542. "night": {
  543. "distract2": {
  544. "target": "AnyButTeam",
  545. "common": "Self",
  546. "command": "distract",
  547. "priority": 4
  548. },
  549. "killer3": {
  550. "command": "convert",
  551. "target": "OnlySelf",
  552. "common": "Self",
  553. "priority": 2,
  554. "newRole": "ug2uber",
  555. "canConvert": [
  556. "ug2plbg"
  557. ],
  558. "silent": true
  559. },
  560. "protect2": {
  561. "target": "Self",
  562. "common": "Self",
  563. "command": "protect",
  564. "priority": 5
  565. }
  566. }
  567. }
  568. },
  569. {
  570. "role": "ug2killerbg",
  571. "translation": "Upgrader 2",
  572. "side": "2",
  573. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  574. "actions": {
  575. "night": {
  576. "pl3": {
  577. "command": "convert",
  578. "target": "OnlySelf",
  579. "common": "Self",
  580. "priority": 1,
  581. "newRole": "ug2uber",
  582. "canConvert": [
  583. "ug2killerbg"
  584. ],
  585. "silent": true
  586. },
  587. "kill2": {
  588. "target": "AnyButSelf",
  589. "common": "Self",
  590. "command": "kill",
  591. "priority": 6
  592. },
  593. "protect2": {
  594. "target": "Self",
  595. "common": "Self",
  596. "command": "protect",
  597. "priority": 5
  598. }
  599. }
  600. }
  601. },
  602. {
  603. "role": "ug2uber",
  604. "translation": "Upgrader 2",
  605. "side": "2",
  606. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  607. "actions": {
  608. "night": {
  609. "distract3": {
  610. "target": "AnyButTeam",
  611. "common": "Self",
  612. "command": "distract",
  613. "priority": 4
  614. },
  615. "kill3": {
  616. "target": "AnyButSelf",
  617. "common": "Self",
  618. "command": "kill",
  619. "priority": 6
  620. },
  621. "protect3": {
  622. "target": "Self",
  623. "common": "Self",
  624. "command": "protect",
  625. "priority": 5
  626. }
  627. }
  628. }
  629. },
  630. {
  631. "role": "ug3",
  632. "translation": "Upgrader 3",
  633. "side": "3",
  634. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  635. "actions": {
  636. "night": {
  637. "pl": {
  638. "command": "convert",
  639. "target": "OnlySelf",
  640. "common": "Self",
  641. "priority": 1,
  642. "newRole": "ug3pl",
  643. "canConvert": [
  644. "ug3"
  645. ],
  646. "silent": true
  647. },
  648. "killer": {
  649. "command": "convert",
  650. "target": "OnlySelf",
  651. "common": "Self",
  652. "priority": 2,
  653. "newRole": "ug3killer",
  654. "canConvert": [
  655. "ug3"
  656. ],
  657. "silent": true
  658. },
  659. "bg": {
  660. "command": "convert",
  661. "target": "OnlySelf",
  662. "common": "Self",
  663. "priority": 3,
  664. "newRole": "ug3bg",
  665. "canConvert": [
  666. "ug3"
  667. ],
  668. "silent": true
  669. }
  670. }
  671. }
  672. },
  673. {
  674. "role": "ug3pl",
  675. "translation": "Upgrader 3",
  676. "side": "3",
  677. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  678. "actions": {
  679. "night": {
  680. "distract": {
  681. "target": "AnyButTeam",
  682. "common": "Self",
  683. "priority": 4
  684. },
  685. "killer2": {
  686. "command": "convert",
  687. "target": "OnlySelf",
  688. "common": "Self",
  689. "priority": 2,
  690. "newRole": "ug3plkiller",
  691. "canConvert": [
  692. "ug3pl"
  693. ],
  694. "silent": true
  695. },
  696. "bg2": {
  697. "command": "convert",
  698. "target": "OnlySelf",
  699. "common": "Self",
  700. "priority": 3,
  701. "newRole": "ug3plbg",
  702. "canConvert": [
  703. "ug3pl"
  704. ],
  705. "silent": true
  706. }
  707. }
  708. }
  709. },
  710. {
  711. "role": "ug3killer",
  712. "translation": "Upgrader 3",
  713. "side": "3",
  714. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  715. "actions": {
  716. "night": {
  717. "pl2": {
  718. "command": "convert",
  719. "target": "OnlySelf",
  720. "common": "Self",
  721. "priority": 1,
  722. "newRole": "ug3plkiller",
  723. "canConvert": [
  724. "ug3killer"
  725. ],
  726. "silent": true
  727. },
  728. "kill": {
  729. "target": "AnyButSelf",
  730. "common": "Self",
  731. "priority": 6
  732. },
  733. "bg2": {
  734. "command": "convert",
  735. "target": "OnlySelf",
  736. "common": "Self",
  737. "priority": 3,
  738. "newRole": "ug3killerbg",
  739. "canConvert": [
  740. "ug3killer"
  741. ],
  742. "silent": true
  743. }
  744. }
  745. }
  746. },
  747. {
  748. "role": "ug3bg",
  749. "translation": "Upgrader 3",
  750. "side": "3",
  751. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  752. "actions": {
  753. "night": {
  754. "pl2": {
  755. "command": "convert",
  756. "target": "OnlySelf",
  757. "common": "Self",
  758. "priority": 1,
  759. "newRole": "ug3plbg",
  760. "canConvert": [
  761. "ug3bg"
  762. ],
  763. "silent": true
  764. },
  765. "killer2": {
  766. "command": "convert",
  767. "target": "OnlySelf",
  768. "common": "Self",
  769. "priority": 2,
  770. "newRole": "ug3killerbg",
  771. "canConvert": [
  772. "ug3bg"
  773. ],
  774. "silent": true
  775. },
  776. "protect": {
  777. "target": "Self",
  778. "common": "Self",
  779. "priority": 5
  780. }
  781. }
  782. }
  783. },
  784. {
  785. "role": "ug3plkiller",
  786. "translation": "Upgrader 3",
  787. "side": "3",
  788. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  789. "actions": {
  790. "night": {
  791. "distract2": {
  792. "target": "AnyButTeam",
  793. "common": "Self",
  794. "command": "distract",
  795. "priority": 4
  796. },
  797. "kill2": {
  798. "target": "AnyButSelf",
  799. "common": "Self",
  800. "command": "kill",
  801. "priority": 6
  802. },
  803. "bg3": {
  804. "command": "convert",
  805. "target": "OnlySelf",
  806. "common": "Self",
  807. "priority": 3,
  808. "newRole": "ug3uber",
  809. "canConvert": [
  810. "ug3plkiller"
  811. ],
  812. "silent": true
  813. }
  814. }
  815. }
  816. },
  817. {
  818. "role": "ug3plbg",
  819. "translation": "Upgrader 3",
  820. "side": "3",
  821. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  822. "actions": {
  823. "night": {
  824. "distract2": {
  825. "target": "AnyButTeam",
  826. "common": "Self",
  827. "command": "distract",
  828. "priority": 4
  829. },
  830. "killer3": {
  831. "command": "convert",
  832. "target": "OnlySelf",
  833. "common": "Self",
  834. "priority": 2,
  835. "newRole": "ug3uber",
  836. "canConvert": [
  837. "ug3plbg"
  838. ],
  839. "silent": true
  840. },
  841. "protect2": {
  842. "target": "Self",
  843. "common": "Self",
  844. "command": "protect",
  845. "priority": 5
  846. }
  847. }
  848. }
  849. },
  850. {
  851. "role": "ug3killerbg",
  852. "translation": "Upgrader 3",
  853. "side": "3",
  854. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  855. "actions": {
  856. "night": {
  857. "pl3": {
  858. "command": "convert",
  859. "target": "OnlySelf",
  860. "common": "Self",
  861. "priority": 1,
  862. "newRole": "ug3uber",
  863. "canConvert": [
  864. "ug3killerbg"
  865. ],
  866. "silent": true
  867. },
  868. "kill2": {
  869. "target": "AnyButSelf",
  870. "common": "Self",
  871. "command": "kill",
  872. "priority": 6
  873. },
  874. "protect2": {
  875. "target": "Self",
  876. "common": "Self",
  877. "command": "protect",
  878. "priority": 5
  879. }
  880. }
  881. }
  882. },
  883. {
  884. "role": "ug3uber",
  885. "translation": "Upgrader 3",
  886. "side": "3",
  887. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  888. "actions": {
  889. "night": {
  890. "distract3": {
  891. "target": "AnyButTeam",
  892. "common": "Self",
  893. "command": "distract",
  894. "priority": 4
  895. },
  896. "kill3": {
  897. "target": "AnyButSelf",
  898. "common": "Self",
  899. "command": "kill",
  900. "priority": 6
  901. },
  902. "protect3": {
  903. "target": "Self",
  904. "common": "Self",
  905. "command": "protect",
  906. "priority": 5
  907. }
  908. }
  909. }
  910. },
  911. {
  912. "role": "ug4",
  913. "translation": "Upgrader 4",
  914. "side": "4",
  915. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  916. "actions": {
  917. "night": {
  918. "pl": {
  919. "command": "convert",
  920. "target": "OnlySelf",
  921. "common": "Self",
  922. "priority": 1,
  923. "newRole": "ug4pl",
  924. "canConvert": [
  925. "ug4"
  926. ],
  927. "silent": true
  928. },
  929. "killer": {
  930. "command": "convert",
  931. "target": "OnlySelf",
  932. "common": "Self",
  933. "priority": 2,
  934. "newRole": "ug4killer",
  935. "canConvert": [
  936. "ug4"
  937. ],
  938. "silent": true
  939. },
  940. "bg": {
  941. "command": "convert",
  942. "target": "OnlySelf",
  943. "common": "Self",
  944. "priority": 3,
  945. "newRole": "ug4bg",
  946. "canConvert": [
  947. "ug4"
  948. ],
  949. "silent": true
  950. }
  951. }
  952. }
  953. },
  954. {
  955. "role": "ug4pl",
  956. "translation": "Upgrader 4",
  957. "side": "4",
  958. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  959. "actions": {
  960. "night": {
  961. "distract": {
  962. "target": "AnyButTeam",
  963. "common": "Self",
  964. "priority": 4
  965. },
  966. "killer2": {
  967. "command": "convert",
  968. "target": "OnlySelf",
  969. "common": "Self",
  970. "priority": 2,
  971. "newRole": "ug4plkiller",
  972. "canConvert": [
  973. "ug4pl"
  974. ],
  975. "silent": true
  976. },
  977. "bg2": {
  978. "command": "convert",
  979. "target": "OnlySelf",
  980. "common": "Self",
  981. "priority": 3,
  982. "newRole": "ug4plbg",
  983. "canConvert": [
  984. "ug4pl"
  985. ],
  986. "silent": true
  987. }
  988. }
  989. }
  990. },
  991. {
  992. "role": "ug4killer",
  993. "translation": "Upgrader 4",
  994. "side": "4",
  995. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  996. "actions": {
  997. "night": {
  998. "pl2": {
  999. "command": "convert",
  1000. "target": "OnlySelf",
  1001. "common": "Self",
  1002. "priority": 1,
  1003. "newRole": "ug4plkiller",
  1004. "canConvert": [
  1005. "ug4killer"
  1006. ],
  1007. "silent": true
  1008. },
  1009. "kill": {
  1010. "target": "AnyButSelf",
  1011. "common": "Self",
  1012. "priority": 6
  1013. },
  1014. "bg2": {
  1015. "command": "convert",
  1016. "target": "OnlySelf",
  1017. "common": "Self",
  1018. "priority": 3,
  1019. "newRole": "ug4killerbg",
  1020. "canConvert": [
  1021. "ug4killer"
  1022. ],
  1023. "silent": true
  1024. }
  1025. }
  1026. }
  1027. },
  1028. {
  1029. "role": "ug4bg",
  1030. "translation": "Upgrader 4",
  1031. "side": "4",
  1032. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  1033. "actions": {
  1034. "night": {
  1035. "pl2": {
  1036. "command": "convert",
  1037. "target": "OnlySelf",
  1038. "common": "Self",
  1039. "priority": 1,
  1040. "newRole": "ug4plbg",
  1041. "canConvert": [
  1042. "ug4bg"
  1043. ],
  1044. "silent": true
  1045. },
  1046. "killer2": {
  1047. "command": "convert",
  1048. "target": "OnlySelf",
  1049. "common": "Self",
  1050. "priority": 2,
  1051. "newRole": "ug4killerbg",
  1052. "canConvert": [
  1053. "ug4bg"
  1054. ],
  1055. "silent": true
  1056. },
  1057. "protect": {
  1058. "target": "Self",
  1059. "common": "Self",
  1060. "priority": 5
  1061. }
  1062. }
  1063. }
  1064. },
  1065. {
  1066. "role": "ug4plkiller",
  1067. "translation": "Upgrader 4",
  1068. "side": "4",
  1069. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  1070. "actions": {
  1071. "night": {
  1072. "distract2": {
  1073. "target": "AnyButTeam",
  1074. "common": "Self",
  1075. "command": "distract",
  1076. "priority": 4
  1077. },
  1078. "kill2": {
  1079. "target": "AnyButSelf",
  1080. "common": "Self",
  1081. "command": "kill",
  1082. "priority": 6
  1083. },
  1084. "bg3": {
  1085. "command": "convert",
  1086. "target": "OnlySelf",
  1087. "common": "Self",
  1088. "priority": 3,
  1089. "newRole": "ug4uber",
  1090. "canConvert": [
  1091. "ug4plkiller"
  1092. ],
  1093. "silent": true
  1094. }
  1095. }
  1096. }
  1097. },
  1098. {
  1099. "role": "ug4plbg",
  1100. "translation": "Upgrader 4",
  1101. "side": "4",
  1102. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1103. "actions": {
  1104. "night": {
  1105. "distract2": {
  1106. "target": "AnyButTeam",
  1107. "common": "Self",
  1108. "command": "distract",
  1109. "priority": 4
  1110. },
  1111. "killer3": {
  1112. "command": "convert",
  1113. "target": "OnlySelf",
  1114. "common": "Self",
  1115. "priority": 2,
  1116. "newRole": "ug4uber",
  1117. "canConvert": [
  1118. "ug4plbg"
  1119. ],
  1120. "silent": true
  1121. },
  1122. "protect2": {
  1123. "target": "Self",
  1124. "common": "Self",
  1125. "command": "protect",
  1126. "priority": 5
  1127. }
  1128. }
  1129. }
  1130. },
  1131. {
  1132. "role": "ug4killerbg",
  1133. "translation": "Upgrader 4",
  1134. "side": "4",
  1135. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1136. "actions": {
  1137. "night": {
  1138. "pl3": {
  1139. "command": "convert",
  1140. "target": "OnlySelf",
  1141. "common": "Self",
  1142. "priority": 1,
  1143. "newRole": "ug4uber",
  1144. "canConvert": [
  1145. "ug4killerbg"
  1146. ],
  1147. "silent": true
  1148. },
  1149. "kill2": {
  1150. "target": "AnyButSelf",
  1151. "common": "Self",
  1152. "command": "kill",
  1153. "priority": 6
  1154. },
  1155. "protect2": {
  1156. "target": "Self",
  1157. "common": "Self",
  1158. "command": "protect",
  1159. "priority": 5
  1160. }
  1161. }
  1162. }
  1163. },
  1164. {
  1165. "role": "ug4uber",
  1166. "translation": "Upgrader 4",
  1167. "side": "4",
  1168. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  1169. "actions": {
  1170. "night": {
  1171. "distract3": {
  1172. "target": "AnyButTeam",
  1173. "common": "Self",
  1174. "command": "distract",
  1175. "priority": 4
  1176. },
  1177. "kill3": {
  1178. "target": "AnyButSelf",
  1179. "common": "Self",
  1180. "command": "kill",
  1181. "priority": 6
  1182. },
  1183. "protect3": {
  1184. "target": "Self",
  1185. "common": "Self",
  1186. "command": "protect",
  1187. "priority": 5
  1188. }
  1189. }
  1190. }
  1191. },
  1192. {
  1193. "role": "ug5",
  1194. "translation": "Upgrader 5",
  1195. "side": "5",
  1196. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  1197. "actions": {
  1198. "night": {
  1199. "pl": {
  1200. "command": "convert",
  1201. "target": "OnlySelf",
  1202. "common": "Self",
  1203. "priority": 1,
  1204. "newRole": "ug5pl",
  1205. "canConvert": [
  1206. "ug5"
  1207. ],
  1208. "silent": true
  1209. },
  1210. "killer": {
  1211. "command": "convert",
  1212. "target": "OnlySelf",
  1213. "common": "Self",
  1214. "priority": 2,
  1215. "newRole": "ug5killer",
  1216. "canConvert": [
  1217. "ug5"
  1218. ],
  1219. "silent": true
  1220. },
  1221. "bg": {
  1222. "command": "convert",
  1223. "target": "OnlySelf",
  1224. "common": "Self",
  1225. "priority": 3,
  1226. "newRole": "ug5bg",
  1227. "canConvert": [
  1228. "ug5"
  1229. ],
  1230. "silent": true
  1231. }
  1232. }
  1233. }
  1234. },
  1235. {
  1236. "role": "ug5pl",
  1237. "translation": "Upgrader 5",
  1238. "side": "5",
  1239. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  1240. "actions": {
  1241. "night": {
  1242. "distract": {
  1243. "target": "AnyButTeam",
  1244. "common": "Self",
  1245. "priority": 4
  1246. },
  1247. "killer2": {
  1248. "command": "convert",
  1249. "target": "OnlySelf",
  1250. "common": "Self",
  1251. "priority": 2,
  1252. "newRole": "ug5plkiller",
  1253. "canConvert": [
  1254. "ug5pl"
  1255. ],
  1256. "silent": true
  1257. },
  1258. "bg2": {
  1259. "command": "convert",
  1260. "target": "OnlySelf",
  1261. "common": "Self",
  1262. "priority": 3,
  1263. "newRole": "ug5plbg",
  1264. "canConvert": [
  1265. "ug5pl"
  1266. ],
  1267. "silent": true
  1268. }
  1269. }
  1270. }
  1271. },
  1272. {
  1273. "role": "ug5killer",
  1274. "translation": "Upgrader 5",
  1275. "side": "5",
  1276. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  1277. "actions": {
  1278. "night": {
  1279. "pl2": {
  1280. "command": "convert",
  1281. "target": "OnlySelf",
  1282. "common": "Self",
  1283. "priority": 1,
  1284. "newRole": "ug5plkiller",
  1285. "canConvert": [
  1286. "ug5killer"
  1287. ],
  1288. "silent": true
  1289. },
  1290. "kill": {
  1291. "target": "AnyButSelf",
  1292. "common": "Self",
  1293. "priority": 6
  1294. },
  1295. "bg2": {
  1296. "command": "convert",
  1297. "target": "OnlySelf",
  1298. "common": "Self",
  1299. "priority": 3,
  1300. "newRole": "ug5killerbg",
  1301. "canConvert": [
  1302. "ug5killer"
  1303. ],
  1304. "silent": true
  1305. }
  1306. }
  1307. }
  1308. },
  1309. {
  1310. "role": "ug5bg",
  1311. "translation": "Upgrader 5",
  1312. "side": "5",
  1313. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  1314. "actions": {
  1315. "night": {
  1316. "pl2": {
  1317. "command": "convert",
  1318. "target": "OnlySelf",
  1319. "common": "Self",
  1320. "priority": 1,
  1321. "newRole": "ug5plbg",
  1322. "canConvert": [
  1323. "ug5bg"
  1324. ],
  1325. "silent": true
  1326. },
  1327. "killer2": {
  1328. "command": "convert",
  1329. "target": "OnlySelf",
  1330. "common": "Self",
  1331. "priority": 2,
  1332. "newRole": "ug5killerbg",
  1333. "canConvert": [
  1334. "ug5bg"
  1335. ],
  1336. "silent": true
  1337. },
  1338. "protect": {
  1339. "target": "Self",
  1340. "common": "Self",
  1341. "priority": 5
  1342. }
  1343. }
  1344. }
  1345. },
  1346. {
  1347. "role": "ug5plkiller",
  1348. "translation": "Upgrader 5",
  1349. "side": "5",
  1350. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  1351. "actions": {
  1352. "night": {
  1353. "distract2": {
  1354. "target": "AnyButTeam",
  1355. "common": "Self",
  1356. "command": "distract",
  1357. "priority": 4
  1358. },
  1359. "kill2": {
  1360. "target": "AnyButSelf",
  1361. "common": "Self",
  1362. "command": "kill",
  1363. "priority": 6
  1364. },
  1365. "bg3": {
  1366. "command": "convert",
  1367. "target": "OnlySelf",
  1368. "common": "Self",
  1369. "priority": 3,
  1370. "newRole": "ug5uber",
  1371. "canConvert": [
  1372. "ug5plkiller"
  1373. ],
  1374. "silent": true
  1375. }
  1376. }
  1377. }
  1378. },
  1379. {
  1380. "role": "ug5plbg",
  1381. "translation": "Upgrader 5",
  1382. "side": "5",
  1383. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1384. "actions": {
  1385. "night": {
  1386. "distract2": {
  1387. "target": "AnyButTeam",
  1388. "common": "Self",
  1389. "command": "distract",
  1390. "priority": 4
  1391. },
  1392. "killer3": {
  1393. "command": "convert",
  1394. "target": "OnlySelf",
  1395. "common": "Self",
  1396. "priority": 2,
  1397. "newRole": "ug5uber",
  1398. "canConvert": [
  1399. "ug5plbg"
  1400. ],
  1401. "silent": true
  1402. },
  1403. "protect2": {
  1404. "target": "Self",
  1405. "common": "Self",
  1406. "command": "protect",
  1407. "priority": 5
  1408. }
  1409. }
  1410. }
  1411. },
  1412. {
  1413. "role": "ug5killerbg",
  1414. "translation": "Upgrader 5",
  1415. "side": "5",
  1416. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1417. "actions": {
  1418. "night": {
  1419. "pl3": {
  1420. "command": "convert",
  1421. "target": "OnlySelf",
  1422. "common": "Self",
  1423. "priority": 1,
  1424. "newRole": "ug5uber",
  1425. "canConvert": [
  1426. "ug5killerbg"
  1427. ],
  1428. "silent": true
  1429. },
  1430. "kill2": {
  1431. "target": "AnyButSelf",
  1432. "common": "Self",
  1433. "command": "kill",
  1434. "priority": 6
  1435. },
  1436. "protect2": {
  1437. "target": "Self",
  1438. "common": "Self",
  1439. "command": "protect",
  1440. "priority": 5
  1441. }
  1442. }
  1443. }
  1444. },
  1445. {
  1446. "role": "ug5uber",
  1447. "translation": "Upgrader 5",
  1448. "side": "5",
  1449. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  1450. "actions": {
  1451. "night": {
  1452. "distract3": {
  1453. "target": "AnyButTeam",
  1454. "common": "Self",
  1455. "command": "distract",
  1456. "priority": 4
  1457. },
  1458. "kill3": {
  1459. "target": "AnyButSelf",
  1460. "common": "Self",
  1461. "command": "kill",
  1462. "priority": 6
  1463. },
  1464. "protect3": {
  1465. "target": "Self",
  1466. "common": "Self",
  1467. "command": "protect",
  1468. "priority": 5
  1469. }
  1470. }
  1471. }
  1472. },
  1473. {
  1474. "role": "ug6",
  1475. "translation": "Upgrader 6",
  1476. "side": "6",
  1477. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  1478. "actions": {
  1479. "night": {
  1480. "pl": {
  1481. "command": "convert",
  1482. "target": "OnlySelf",
  1483. "common": "Self",
  1484. "priority": 1,
  1485. "newRole": "ug6pl",
  1486. "canConvert": [
  1487. "ug6"
  1488. ],
  1489. "silent": true
  1490. },
  1491. "killer": {
  1492. "command": "convert",
  1493. "target": "OnlySelf",
  1494. "common": "Self",
  1495. "priority": 2,
  1496. "newRole": "ug6killer",
  1497. "canConvert": [
  1498. "ug6"
  1499. ],
  1500. "silent": true
  1501. },
  1502. "bg": {
  1503. "command": "convert",
  1504. "target": "OnlySelf",
  1505. "common": "Self",
  1506. "priority": 3,
  1507. "newRole": "ug6bg",
  1508. "canConvert": [
  1509. "ug6"
  1510. ],
  1511. "silent": true
  1512. }
  1513. }
  1514. }
  1515. },
  1516. {
  1517. "role": "ug6pl",
  1518. "translation": "Upgrader 6",
  1519. "side": "6",
  1520. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  1521. "actions": {
  1522. "night": {
  1523. "distract": {
  1524. "target": "AnyButTeam",
  1525. "common": "Self",
  1526. "priority": 4
  1527. },
  1528. "killer2": {
  1529. "command": "convert",
  1530. "target": "OnlySelf",
  1531. "common": "Self",
  1532. "priority": 2,
  1533. "newRole": "ug6plkiller",
  1534. "canConvert": [
  1535. "ug6pl"
  1536. ],
  1537. "silent": true
  1538. },
  1539. "bg2": {
  1540. "command": "convert",
  1541. "target": "OnlySelf",
  1542. "common": "Self",
  1543. "priority": 3,
  1544. "newRole": "ug6plbg",
  1545. "canConvert": [
  1546. "ug6pl"
  1547. ],
  1548. "silent": true
  1549. }
  1550. }
  1551. }
  1552. },
  1553. {
  1554. "role": "ug6killer",
  1555. "translation": "Upgrader 6",
  1556. "side": "6",
  1557. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  1558. "actions": {
  1559. "night": {
  1560. "pl2": {
  1561. "command": "convert",
  1562. "target": "OnlySelf",
  1563. "common": "Self",
  1564. "priority": 1,
  1565. "newRole": "ug6plkiller",
  1566. "canConvert": [
  1567. "ug6killer"
  1568. ],
  1569. "silent": true
  1570. },
  1571. "kill": {
  1572. "target": "AnyButSelf",
  1573. "common": "Self",
  1574. "priority": 6
  1575. },
  1576. "bg2": {
  1577. "command": "convert",
  1578. "target": "OnlySelf",
  1579. "common": "Self",
  1580. "priority": 3,
  1581. "newRole": "ug6killerbg",
  1582. "canConvert": [
  1583. "ug6killer"
  1584. ],
  1585. "silent": true
  1586. }
  1587. }
  1588. }
  1589. },
  1590. {
  1591. "role": "ug6bg",
  1592. "translation": "Upgrader 6",
  1593. "side": "6",
  1594. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  1595. "actions": {
  1596. "night": {
  1597. "pl2": {
  1598. "command": "convert",
  1599. "target": "OnlySelf",
  1600. "common": "Self",
  1601. "priority": 1,
  1602. "newRole": "ug6plbg",
  1603. "canConvert": [
  1604. "ug6bg"
  1605. ],
  1606. "silent": true
  1607. },
  1608. "killer2": {
  1609. "command": "convert",
  1610. "target": "OnlySelf",
  1611. "common": "Self",
  1612. "priority": 2,
  1613. "newRole": "ug6killerbg",
  1614. "canConvert": [
  1615. "ug6bg"
  1616. ],
  1617. "silent": true
  1618. },
  1619. "protect": {
  1620. "target": "Self",
  1621. "common": "Self",
  1622. "priority": 5
  1623. }
  1624. }
  1625. }
  1626. },
  1627. {
  1628. "role": "ug6plkiller",
  1629. "translation": "Upgrader 6",
  1630. "side": "6",
  1631. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  1632. "actions": {
  1633. "night": {
  1634. "distract2": {
  1635. "target": "AnyButTeam",
  1636. "common": "Self",
  1637. "command": "distract",
  1638. "priority": 4
  1639. },
  1640. "kill2": {
  1641. "target": "AnyButSelf",
  1642. "common": "Self",
  1643. "command": "kill",
  1644. "priority": 6
  1645. },
  1646. "bg3": {
  1647. "command": "convert",
  1648. "target": "OnlySelf",
  1649. "common": "Self",
  1650. "priority": 3,
  1651. "newRole": "ug6uber",
  1652. "canConvert": [
  1653. "ug6plkiller"
  1654. ],
  1655. "silent": true
  1656. }
  1657. }
  1658. }
  1659. },
  1660. {
  1661. "role": "ug6plbg",
  1662. "translation": "Upgrader 6",
  1663. "side": "6",
  1664. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1665. "actions": {
  1666. "night": {
  1667. "distract2": {
  1668. "target": "AnyButTeam",
  1669. "common": "Self",
  1670. "command": "distract",
  1671. "priority": 4
  1672. },
  1673. "killer3": {
  1674. "command": "convert",
  1675. "target": "OnlySelf",
  1676. "common": "Self",
  1677. "priority": 2,
  1678. "newRole": "ug6uber",
  1679. "canConvert": [
  1680. "ug6plbg"
  1681. ],
  1682. "silent": true
  1683. },
  1684. "protect2": {
  1685. "target": "Self",
  1686. "common": "Self",
  1687. "command": "protect",
  1688. "priority": 5
  1689. }
  1690. }
  1691. }
  1692. },
  1693. {
  1694. "role": "ug6killerbg",
  1695. "translation": "Upgrader 6",
  1696. "side": "6",
  1697. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1698. "actions": {
  1699. "night": {
  1700. "pl3": {
  1701. "command": "convert",
  1702. "target": "OnlySelf",
  1703. "common": "Self",
  1704. "priority": 1,
  1705. "newRole": "ug6uber",
  1706. "canConvert": [
  1707. "ug6killerbg"
  1708. ],
  1709. "silent": true
  1710. },
  1711. "kill2": {
  1712. "target": "AnyButSelf",
  1713. "common": "Self",
  1714. "command": "kill",
  1715. "priority": 6
  1716. },
  1717. "protect2": {
  1718. "target": "Self",
  1719. "common": "Self",
  1720. "command": "protect",
  1721. "priority": 5
  1722. }
  1723. }
  1724. }
  1725. },
  1726. {
  1727. "role": "ug6uber",
  1728. "translation": "Upgrader 6",
  1729. "side": "6",
  1730. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  1731. "actions": {
  1732. "night": {
  1733. "distract3": {
  1734. "target": "AnyButTeam",
  1735. "common": "Self",
  1736. "command": "distract",
  1737. "priority": 4
  1738. },
  1739. "kill3": {
  1740. "target": "AnyButSelf",
  1741. "common": "Self",
  1742. "command": "kill",
  1743. "priority": 6
  1744. },
  1745. "protect3": {
  1746. "target": "Self",
  1747. "common": "Self",
  1748. "command": "protect",
  1749. "priority": 5
  1750. }
  1751. }
  1752. }
  1753. },
  1754. {
  1755. "role": "ug7",
  1756. "translation": "Upgrader 7",
  1757. "side": "7",
  1758. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  1759. "actions": {
  1760. "night": {
  1761. "pl": {
  1762. "command": "convert",
  1763. "target": "OnlySelf",
  1764. "common": "Self",
  1765. "priority": 1,
  1766. "newRole": "ug7pl",
  1767. "canConvert": [
  1768. "ug7"
  1769. ],
  1770. "silent": true
  1771. },
  1772. "killer": {
  1773. "command": "convert",
  1774. "target": "OnlySelf",
  1775. "common": "Self",
  1776. "priority": 2,
  1777. "newRole": "ug7killer",
  1778. "canConvert": [
  1779. "ug7"
  1780. ],
  1781. "silent": true
  1782. },
  1783. "bg": {
  1784. "command": "convert",
  1785. "target": "OnlySelf",
  1786. "common": "Self",
  1787. "priority": 3,
  1788. "newRole": "ug7bg",
  1789. "canConvert": [
  1790. "ug7"
  1791. ],
  1792. "silent": true
  1793. }
  1794. }
  1795. }
  1796. },
  1797. {
  1798. "role": "ug7pl",
  1799. "translation": "Upgrader 7",
  1800. "side": "7",
  1801. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  1802. "actions": {
  1803. "night": {
  1804. "distract": {
  1805. "target": "AnyButTeam",
  1806. "common": "Self",
  1807. "priority": 4
  1808. },
  1809. "killer2": {
  1810. "command": "convert",
  1811. "target": "OnlySelf",
  1812. "common": "Self",
  1813. "priority": 2,
  1814. "newRole": "ug7plkiller",
  1815. "canConvert": [
  1816. "ug7pl"
  1817. ],
  1818. "silent": true
  1819. },
  1820. "bg2": {
  1821. "command": "convert",
  1822. "target": "OnlySelf",
  1823. "common": "Self",
  1824. "priority": 3,
  1825. "newRole": "ug7plbg",
  1826. "canConvert": [
  1827. "ug7pl"
  1828. ],
  1829. "silent": true
  1830. }
  1831. }
  1832. }
  1833. },
  1834. {
  1835. "role": "ug7killer",
  1836. "translation": "Upgrader 7",
  1837. "side": "7",
  1838. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  1839. "actions": {
  1840. "night": {
  1841. "pl2": {
  1842. "command": "convert",
  1843. "target": "OnlySelf",
  1844. "common": "Self",
  1845. "priority": 7,
  1846. "newRole": "ug1plkiller",
  1847. "canConvert": [
  1848. "ug7killer"
  1849. ],
  1850. "silent": true
  1851. },
  1852. "kill": {
  1853. "target": "AnyButSelf",
  1854. "common": "Self",
  1855. "priority": 6
  1856. },
  1857. "bg2": {
  1858. "command": "convert",
  1859. "target": "OnlySelf",
  1860. "common": "Self",
  1861. "priority": 3,
  1862. "newRole": "ug7killerbg",
  1863. "canConvert": [
  1864. "ug7killer"
  1865. ],
  1866. "silent": true
  1867. }
  1868. }
  1869. }
  1870. },
  1871. {
  1872. "role": "ug7bg",
  1873. "translation": "Upgrader 7",
  1874. "side": "7",
  1875. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  1876. "actions": {
  1877. "night": {
  1878. "pl2": {
  1879. "command": "convert",
  1880. "target": "OnlySelf",
  1881. "common": "Self",
  1882. "priority": 1,
  1883. "newRole": "ug7plbg",
  1884. "canConvert": [
  1885. "ug7bg"
  1886. ],
  1887. "silent": true
  1888. },
  1889. "killer2": {
  1890. "command": "convert",
  1891. "target": "OnlySelf",
  1892. "common": "Self",
  1893. "priority": 2,
  1894. "newRole": "ug7killerbg",
  1895. "canConvert": [
  1896. "ug7bg"
  1897. ],
  1898. "silent": true
  1899. },
  1900. "protect": {
  1901. "target": "Self",
  1902. "common": "Self",
  1903. "priority": 5
  1904. }
  1905. }
  1906. }
  1907. },
  1908. {
  1909. "role": "ug7plkiller",
  1910. "translation": "Upgrader 7",
  1911. "side": "7",
  1912. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  1913. "actions": {
  1914. "night": {
  1915. "distract2": {
  1916. "target": "AnyButTeam",
  1917. "common": "Self",
  1918. "command": "distract",
  1919. "priority": 4
  1920. },
  1921. "kill2": {
  1922. "target": "AnyButSelf",
  1923. "common": "Self",
  1924. "command": "kill",
  1925. "priority": 6
  1926. },
  1927. "bg3": {
  1928. "command": "convert",
  1929. "target": "OnlySelf",
  1930. "common": "Self",
  1931. "priority": 3,
  1932. "newRole": "ug7uber",
  1933. "canConvert": [
  1934. "ug7plkiller"
  1935. ],
  1936. "silent": true
  1937. }
  1938. }
  1939. }
  1940. },
  1941. {
  1942. "role": "ug7plbg",
  1943. "translation": "Upgrader 7",
  1944. "side": "7",
  1945. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1946. "actions": {
  1947. "night": {
  1948. "distract2": {
  1949. "target": "AnyButTeam",
  1950. "common": "Self",
  1951. "command": "distract",
  1952. "priority": 4
  1953. },
  1954. "killer3": {
  1955. "command": "convert",
  1956. "target": "OnlySelf",
  1957. "common": "Self",
  1958. "priority": 2,
  1959. "newRole": "ug7uber",
  1960. "canConvert": [
  1961. "ug7plbg"
  1962. ],
  1963. "silent": true
  1964. },
  1965. "protect2": {
  1966. "target": "Self",
  1967. "common": "Self",
  1968. "command": "protect",
  1969. "priority": 5
  1970. }
  1971. }
  1972. }
  1973. },
  1974. {
  1975. "role": "ug7killerbg",
  1976. "translation": "Upgrader 7",
  1977. "side": "7",
  1978. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  1979. "actions": {
  1980. "night": {
  1981. "pl3": {
  1982. "command": "convert",
  1983. "target": "OnlySelf",
  1984. "common": "Self",
  1985. "priority": 1,
  1986. "newRole": "ug7uber",
  1987. "canConvert": [
  1988. "ug7killerbg"
  1989. ],
  1990. "silent": true
  1991. },
  1992. "kill2": {
  1993. "target": "AnyButSelf",
  1994. "common": "Self",
  1995. "command": "kill",
  1996. "priority": 6
  1997. },
  1998. "protect2": {
  1999. "target": "Self",
  2000. "common": "Self",
  2001. "command": "protect",
  2002. "priority": 5
  2003. }
  2004. }
  2005. }
  2006. },
  2007. {
  2008. "role": "ug7uber",
  2009. "translation": "Upgrader 7",
  2010. "side": "7",
  2011. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  2012. "actions": {
  2013. "night": {
  2014. "distract3": {
  2015. "target": "AnyButTeam",
  2016. "common": "Self",
  2017. "command": "distract",
  2018. "priority": 4
  2019. },
  2020. "kill3": {
  2021. "target": "AnyButSelf",
  2022. "common": "Self",
  2023. "command": "kill",
  2024. "priority": 6
  2025. },
  2026. "protect3": {
  2027. "target": "Self",
  2028. "common": "Self",
  2029. "command": "protect",
  2030. "priority": 5
  2031. }
  2032. }
  2033. }
  2034. },
  2035. {
  2036. "role": "ug8",
  2037. "translation": "Upgrader 8",
  2038. "side": "8",
  2039. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  2040. "actions": {
  2041. "night": {
  2042. "pl": {
  2043. "command": "convert",
  2044. "target": "OnlySelf",
  2045. "common": "Self",
  2046. "priority": 1,
  2047. "newRole": "ug8pl",
  2048. "canConvert": [
  2049. "ug8"
  2050. ],
  2051. "silent": true
  2052. },
  2053. "killer": {
  2054. "command": "convert",
  2055. "target": "OnlySelf",
  2056. "common": "Self",
  2057. "priority": 2,
  2058. "newRole": "ug8killer",
  2059. "canConvert": [
  2060. "ug8"
  2061. ],
  2062. "silent": true
  2063. },
  2064. "bg": {
  2065. "command": "convert",
  2066. "target": "OnlySelf",
  2067. "common": "Self",
  2068. "priority": 3,
  2069. "newRole": "ug8bg",
  2070. "canConvert": [
  2071. "ug8"
  2072. ],
  2073. "silent": true
  2074. }
  2075. }
  2076. }
  2077. },
  2078. {
  2079. "role": "ug8pl",
  2080. "translation": "Upgrader 8",
  2081. "side": "8",
  2082. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  2083. "actions": {
  2084. "night": {
  2085. "distract": {
  2086. "target": "AnyButTeam",
  2087. "common": "Self",
  2088. "priority": 4
  2089. },
  2090. "killer2": {
  2091. "command": "convert",
  2092. "target": "OnlySelf",
  2093. "common": "Self",
  2094. "priority": 2,
  2095. "newRole": "ug8plkiller",
  2096. "canConvert": [
  2097. "ug8pl"
  2098. ],
  2099. "silent": true
  2100. },
  2101. "bg2": {
  2102. "command": "convert",
  2103. "target": "OnlySelf",
  2104. "common": "Self",
  2105. "priority": 3,
  2106. "newRole": "ug8plbg",
  2107. "canConvert": [
  2108. "ug8pl"
  2109. ],
  2110. "silent": true
  2111. }
  2112. }
  2113. }
  2114. },
  2115. {
  2116. "role": "ug8killer",
  2117. "translation": "Upgrader 8",
  2118. "side": "8",
  2119. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  2120. "actions": {
  2121. "night": {
  2122. "pl2": {
  2123. "command": "convert",
  2124. "target": "OnlySelf",
  2125. "common": "Self",
  2126. "priority": 1,
  2127. "newRole": "ug8plkiller",
  2128. "canConvert": [
  2129. "ug8killer"
  2130. ],
  2131. "silent": true
  2132. },
  2133. "kill": {
  2134. "target": "AnyButSelf",
  2135. "common": "Self",
  2136. "priority": 6
  2137. },
  2138. "bg2": {
  2139. "command": "convert",
  2140. "target": "OnlySelf",
  2141. "common": "Self",
  2142. "priority": 3,
  2143. "newRole": "ug8killerbg",
  2144. "canConvert": [
  2145. "ug8killer"
  2146. ],
  2147. "silent": true
  2148. }
  2149. }
  2150. }
  2151. },
  2152. {
  2153. "role": "ug8bg",
  2154. "translation": "Upgrader 8",
  2155. "side": "8",
  2156. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  2157. "actions": {
  2158. "night": {
  2159. "pl2": {
  2160. "command": "convert",
  2161. "target": "OnlySelf",
  2162. "common": "Self",
  2163. "priority": 1,
  2164. "newRole": "ug8plbg",
  2165. "canConvert": [
  2166. "ug8bg"
  2167. ],
  2168. "silent": true
  2169. },
  2170. "killer2": {
  2171. "command": "convert",
  2172. "target": "OnlySelf",
  2173. "common": "Self",
  2174. "priority": 2,
  2175. "newRole": "ug8killerbg",
  2176. "canConvert": [
  2177. "ug8bg"
  2178. ],
  2179. "silent": true
  2180. },
  2181. "protect": {
  2182. "target": "Self",
  2183. "common": "Self",
  2184. "priority": 5
  2185. }
  2186. }
  2187. }
  2188. },
  2189. {
  2190. "role": "ug8plkiller",
  2191. "translation": "Upgrader 8",
  2192. "side": "8",
  2193. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  2194. "actions": {
  2195. "night": {
  2196. "distract2": {
  2197. "target": "AnyButTeam",
  2198. "common": "Self",
  2199. "command": "distract",
  2200. "priority": 4
  2201. },
  2202. "kill2": {
  2203. "target": "AnyButSelf",
  2204. "common": "Self",
  2205. "command": "kill",
  2206. "priority": 6
  2207. },
  2208. "bg3": {
  2209. "command": "convert",
  2210. "target": "OnlySelf",
  2211. "common": "Self",
  2212. "priority": 3,
  2213. "newRole": "ug8uber",
  2214. "canConvert": [
  2215. "ug8plkiller"
  2216. ],
  2217. "silent": true
  2218. }
  2219. }
  2220. }
  2221. },
  2222. {
  2223. "role": "ug8plbg",
  2224. "translation": "Upgrader 8",
  2225. "side": "8",
  2226. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2227. "actions": {
  2228. "night": {
  2229. "distract2": {
  2230. "target": "AnyButTeam",
  2231. "common": "Self",
  2232. "command": "distract",
  2233. "priority": 4
  2234. },
  2235. "killer3": {
  2236. "command": "convert",
  2237. "target": "OnlySelf",
  2238. "common": "Self",
  2239. "priority": 2,
  2240. "newRole": "ug8uber",
  2241. "canConvert": [
  2242. "ug8plbg"
  2243. ],
  2244. "silent": true
  2245. },
  2246. "protect2": {
  2247. "target": "Self",
  2248. "common": "Self",
  2249. "command": "protect",
  2250. "priority": 5
  2251. }
  2252. }
  2253. }
  2254. },
  2255. {
  2256. "role": "ug8killerbg",
  2257. "translation": "Upgrader 8",
  2258. "side": "8",
  2259. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2260. "actions": {
  2261. "night": {
  2262. "pl3": {
  2263. "command": "convert",
  2264. "target": "OnlySelf",
  2265. "common": "Self",
  2266. "priority": 1,
  2267. "newRole": "ug8uber",
  2268. "canConvert": [
  2269. "ug8killerbg"
  2270. ],
  2271. "silent": true
  2272. },
  2273. "kill2": {
  2274. "target": "AnyButSelf",
  2275. "common": "Self",
  2276. "command": "kill",
  2277. "priority": 6
  2278. },
  2279. "protect2": {
  2280. "target": "Self",
  2281. "command": "protect",
  2282. "common": "Self",
  2283. "priority": 5
  2284. }
  2285. }
  2286. }
  2287. },
  2288. {
  2289. "role": "ug8uber",
  2290. "translation": "Upgrader 8",
  2291. "side": "8",
  2292. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  2293. "actions": {
  2294. "night": {
  2295. "distract3": {
  2296. "target": "AnyButTeam",
  2297. "common": "Self",
  2298. "command": "distract",
  2299. "priority": 4
  2300. },
  2301. "kill3": {
  2302. "target": "AnyButSelf",
  2303. "common": "Self",
  2304. "command": "kill",
  2305. "priority": 6
  2306. },
  2307. "protect3": {
  2308. "target": "Self",
  2309. "common": "Self",
  2310. "command": "protect",
  2311. "priority": 5
  2312. }
  2313. }
  2314. }
  2315. },
  2316. {
  2317. "role": "ug9",
  2318. "translation": "Upgrader 9",
  2319. "side": "9",
  2320. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  2321. "actions": {
  2322. "night": {
  2323. "pl": {
  2324. "command": "convert",
  2325. "target": "OnlySelf",
  2326. "common": "Self",
  2327. "priority": 1,
  2328. "newRole": "ug9pl",
  2329. "canConvert": [
  2330. "ug9"
  2331. ],
  2332. "silent": true
  2333. },
  2334. "killer": {
  2335. "command": "convert",
  2336. "target": "OnlySelf",
  2337. "common": "Self",
  2338. "priority": 2,
  2339. "newRole": "ug9killer",
  2340. "canConvert": [
  2341. "ug9"
  2342. ],
  2343. "silent": true
  2344. },
  2345. "bg": {
  2346. "command": "convert",
  2347. "target": "OnlySelf",
  2348. "common": "Self",
  2349. "priority": 3,
  2350. "newRole": "ug9bg",
  2351. "canConvert": [
  2352. "ug9"
  2353. ],
  2354. "silent": true
  2355. }
  2356. }
  2357. }
  2358. },
  2359. {
  2360. "role": "ug9pl",
  2361. "translation": "Upgrader 9",
  2362. "side": "9",
  2363. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  2364. "actions": {
  2365. "night": {
  2366. "distract": {
  2367. "target": "AnyButTeam",
  2368. "common": "Self",
  2369. "priority": 4
  2370. },
  2371. "killer2": {
  2372. "command": "convert",
  2373. "target": "OnlySelf",
  2374. "common": "Self",
  2375. "priority": 2,
  2376. "newRole": "ug9plkiller",
  2377. "canConvert": [
  2378. "ug9pl"
  2379. ],
  2380. "silent": true
  2381. },
  2382. "bg2": {
  2383. "command": "convert",
  2384. "target": "OnlySelf",
  2385. "common": "Self",
  2386. "priority": 3,
  2387. "newRole": "ug9plbg",
  2388. "canConvert": [
  2389. "ug9pl"
  2390. ],
  2391. "silent": true
  2392. }
  2393. }
  2394. }
  2395. },
  2396. {
  2397. "role": "ug9killer",
  2398. "translation": "Upgrader 9",
  2399. "side": "9",
  2400. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  2401. "actions": {
  2402. "night": {
  2403. "pl2": {
  2404. "command": "convert",
  2405. "target": "OnlySelf",
  2406. "common": "Self",
  2407. "priority": 1,
  2408. "newRole": "ug9plkiller",
  2409. "canConvert": [
  2410. "ug9killer"
  2411. ],
  2412. "silent": true
  2413. },
  2414. "kill": {
  2415. "target": "AnyButSelf",
  2416. "common": "Self",
  2417. "priority": 6
  2418. },
  2419. "bg2": {
  2420. "command": "convert",
  2421. "target": "OnlySelf",
  2422. "common": "Self",
  2423. "priority": 3,
  2424. "newRole": "ug9killerbg",
  2425. "canConvert": [
  2426. "ug9killer"
  2427. ],
  2428. "silent": true
  2429. }
  2430. }
  2431. }
  2432. },
  2433. {
  2434. "role": "ug9bg",
  2435. "translation": "Upgrader 9",
  2436. "side": "9",
  2437. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  2438. "actions": {
  2439. "night": {
  2440. "pl2": {
  2441. "command": "convert",
  2442. "target": "OnlySelf",
  2443. "common": "Self",
  2444. "priority": 1,
  2445. "newRole": "ug9plbg",
  2446. "canConvert": [
  2447. "ug9bg"
  2448. ],
  2449. "silent": true
  2450. },
  2451. "killer2": {
  2452. "command": "convert",
  2453. "target": "OnlySelf",
  2454. "common": "Self",
  2455. "priority": 2,
  2456. "newRole": "ug9killerbg",
  2457. "canConvert": [
  2458. "ug9bg"
  2459. ],
  2460. "silent": true
  2461. },
  2462. "protect": {
  2463. "target": "Self",
  2464. "common": "Self",
  2465. "priority": 5
  2466. }
  2467. }
  2468. }
  2469. },
  2470. {
  2471. "role": "ug9plkiller",
  2472. "translation": "Upgrader 9",
  2473. "side": "9",
  2474. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  2475. "actions": {
  2476. "night": {
  2477. "distract2": {
  2478. "target": "AnyButTeam",
  2479. "common": "Self",
  2480. "command": "distract",
  2481. "priority": 4
  2482. },
  2483. "kill2": {
  2484. "target": "AnyButSelf",
  2485. "common": "Self",
  2486. "command": "kill",
  2487. "priority": 6
  2488. },
  2489. "bg3": {
  2490. "command": "convert",
  2491. "target": "OnlySelf",
  2492. "common": "Self",
  2493. "priority": 3,
  2494. "newRole": "ug9uber",
  2495. "canConvert": [
  2496. "ug9plkiller"
  2497. ],
  2498. "silent": true
  2499. }
  2500. }
  2501. }
  2502. },
  2503. {
  2504. "role": "ug9plbg",
  2505. "translation": "Upgrader 9",
  2506. "side": "9",
  2507. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2508. "actions": {
  2509. "night": {
  2510. "distract2": {
  2511. "target": "AnyButTeam",
  2512. "common": "Self",
  2513. "command": "distract",
  2514. "priority": 4
  2515. },
  2516. "killer3": {
  2517. "command": "convert",
  2518. "target": "OnlySelf",
  2519. "common": "Self",
  2520. "priority": 2,
  2521. "newRole": "ug9uber",
  2522. "canConvert": [
  2523. "ug9plbg"
  2524. ],
  2525. "silent": true
  2526. },
  2527. "protect2": {
  2528. "target": "Self",
  2529. "common": "Self",
  2530. "command": "protect",
  2531. "priority": 5
  2532. }
  2533. }
  2534. }
  2535. },
  2536. {
  2537. "role": "ug9killerbg",
  2538. "translation": "Upgrader 9",
  2539. "side": "9",
  2540. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2541. "actions": {
  2542. "night": {
  2543. "pl3": {
  2544. "command": "convert",
  2545. "target": "OnlySelf",
  2546. "common": "Self",
  2547. "priority": 1,
  2548. "newRole": "ug9uber",
  2549. "canConvert": [
  2550. "ug9killerbg"
  2551. ],
  2552. "silent": true
  2553. },
  2554. "kill2": {
  2555. "target": "AnyButSelf",
  2556. "common": "Self",
  2557. "command": "kill",
  2558. "priority": 6
  2559. },
  2560. "protect2": {
  2561. "target": "Self",
  2562. "common": "Self",
  2563. "command": "protect",
  2564. "priority": 5
  2565. }
  2566. }
  2567. }
  2568. },
  2569. {
  2570. "role": "ug9uber",
  2571. "translation": "Upgrader 9",
  2572. "side": "9",
  2573. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  2574. "actions": {
  2575. "night": {
  2576. "distract3": {
  2577. "target": "AnyButTeam",
  2578. "common": "Self",
  2579. "command": "distract",
  2580. "priority": 4
  2581. },
  2582. "kill3": {
  2583. "target": "AnyButSelf",
  2584. "common": "Self",
  2585. "command": "kill",
  2586. "priority": 6
  2587. },
  2588. "protect3": {
  2589. "target": "Self",
  2590. "common": "Self",
  2591. "command": "protect",
  2592. "priority": 5
  2593. }
  2594. }
  2595. }
  2596. },
  2597. {
  2598. "role": "ug10",
  2599. "translation": "Upgrader 10",
  2600. "side": "10",
  2601. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  2602. "actions": {
  2603. "night": {
  2604. "pl": {
  2605. "command": "convert",
  2606. "target": "OnlySelf",
  2607. "common": "Self",
  2608. "priority": 1,
  2609. "newRole": "ug10pl",
  2610. "canConvert": [
  2611. "ug10"
  2612. ],
  2613. "silent": true
  2614. },
  2615. "killer": {
  2616. "command": "convert",
  2617. "target": "OnlySelf",
  2618. "common": "Self",
  2619. "priority": 2,
  2620. "newRole": "ug10killer",
  2621. "canConvert": [
  2622. "ug10"
  2623. ],
  2624. "silent": true
  2625. },
  2626. "bg": {
  2627. "command": "convert",
  2628. "target": "OnlySelf",
  2629. "common": "Self",
  2630. "priority": 3,
  2631. "newRole": "ug10bg",
  2632. "canConvert": [
  2633. "ug10"
  2634. ],
  2635. "silent": true
  2636. }
  2637. }
  2638. }
  2639. },
  2640. {
  2641. "role": "ug10pl",
  2642. "translation": "Upgrader 10",
  2643. "side": "10",
  2644. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  2645. "actions": {
  2646. "night": {
  2647. "distract": {
  2648. "target": "AnyButTeam",
  2649. "common": "Self",
  2650. "priority": 4
  2651. },
  2652. "killer2": {
  2653. "command": "convert",
  2654. "target": "OnlySelf",
  2655. "common": "Self",
  2656. "priority": 2,
  2657. "newRole": "ug10plkiller",
  2658. "canConvert": [
  2659. "ug10pl"
  2660. ],
  2661. "silent": true
  2662. },
  2663. "bg2": {
  2664. "command": "convert",
  2665. "target": "OnlySelf",
  2666. "common": "Self",
  2667. "priority": 3,
  2668. "newRole": "ug10plbg",
  2669. "canConvert": [
  2670. "ug10pl"
  2671. ],
  2672. "silent": true
  2673. }
  2674. }
  2675. }
  2676. },
  2677. {
  2678. "role": "ug10killer",
  2679. "translation": "Upgrader 10",
  2680. "side": "10",
  2681. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  2682. "actions": {
  2683. "night": {
  2684. "pl2": {
  2685. "command": "convert",
  2686. "target": "OnlySelf",
  2687. "common": "Self",
  2688. "priority": 1,
  2689. "newRole": "ug10plkiller",
  2690. "canConvert": [
  2691. "ug10killer"
  2692. ],
  2693. "silent": true
  2694. },
  2695. "kill": {
  2696. "target": "AnyButSelf",
  2697. "common": "Self",
  2698. "priority": 6
  2699. },
  2700. "bg2": {
  2701. "command": "convert",
  2702. "target": "OnlySelf",
  2703. "common": "Self",
  2704. "priority": 3,
  2705. "newRole": "ug10killerbg",
  2706. "canConvert": [
  2707. "ug10killer"
  2708. ],
  2709. "silent": true
  2710. }
  2711. }
  2712. }
  2713. },
  2714. {
  2715. "role": "ug10bg",
  2716. "translation": "Upgrader 10",
  2717. "side": "10",
  2718. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  2719. "actions": {
  2720. "night": {
  2721. "pl2": {
  2722. "command": "convert",
  2723. "target": "OnlySelf",
  2724. "common": "Self",
  2725. "priority": 1,
  2726. "newRole": "ug10plbg",
  2727. "canConvert": [
  2728. "ug10bg"
  2729. ],
  2730. "silent": true
  2731. },
  2732. "killer2": {
  2733. "command": "convert",
  2734. "target": "OnlySelf",
  2735. "common": "Self",
  2736. "priority": 2,
  2737. "newRole": "ug10killerbg",
  2738. "canConvert": [
  2739. "ug10bg"
  2740. ],
  2741. "silent": true
  2742. },
  2743. "protect": {
  2744. "target": "Self",
  2745. "common": "Self",
  2746. "priority": 5
  2747. }
  2748. }
  2749. }
  2750. },
  2751. {
  2752. "role": "ug10plkiller",
  2753. "translation": "Upgrader 10",
  2754. "side": "10",
  2755. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  2756. "actions": {
  2757. "night": {
  2758. "distract2": {
  2759. "target": "AnyButTeam",
  2760. "common": "Self",
  2761. "command": "distract",
  2762. "priority": 4
  2763. },
  2764. "kill2": {
  2765. "target": "AnyButSelf",
  2766. "common": "Self",
  2767. "command": "kill",
  2768. "priority": 6
  2769. },
  2770. "bg3": {
  2771. "command": "convert",
  2772. "target": "OnlySelf",
  2773. "common": "Self",
  2774. "priority": 3,
  2775. "newRole": "ug10uber",
  2776. "canConvert": [
  2777. "ug10plkiller"
  2778. ],
  2779. "silent": true
  2780. }
  2781. }
  2782. }
  2783. },
  2784. {
  2785. "role": "ug10plbg",
  2786. "translation": "Upgrader 10",
  2787. "side": "10",
  2788. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2789. "actions": {
  2790. "night": {
  2791. "distract2": {
  2792. "target": "AnyButTeam",
  2793. "common": "Self",
  2794. "command": "distract",
  2795. "priority": 4
  2796. },
  2797. "killer3": {
  2798. "command": "convert",
  2799. "target": "OnlySelf",
  2800. "common": "Self",
  2801. "priority": 2,
  2802. "newRole": "ug10uber",
  2803. "canConvert": [
  2804. "ug10plbg"
  2805. ],
  2806. "silent": true
  2807. },
  2808. "protect2": {
  2809. "target": "Self",
  2810. "common": "Self",
  2811. "command": "protect",
  2812. "priority": 5
  2813. }
  2814. }
  2815. }
  2816. },
  2817. {
  2818. "role": "ug10killerbg",
  2819. "translation": "Upgrader 10",
  2820. "side": "10",
  2821. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  2822. "actions": {
  2823. "night": {
  2824. "pl3": {
  2825. "command": "convert",
  2826. "target": "OnlySelf",
  2827. "common": "Self",
  2828. "priority": 1,
  2829. "newRole": "ug10uber",
  2830. "canConvert": [
  2831. "ug10killerbg"
  2832. ],
  2833. "silent": true
  2834. },
  2835. "kill2": {
  2836. "target": "AnyButSelf",
  2837. "common": "Self",
  2838. "command": "kill",
  2839. "priority": 6
  2840. },
  2841. "protect2": {
  2842. "target": "Self",
  2843. "common": "Self",
  2844. "command": "protect",
  2845. "priority": 5
  2846. }
  2847. }
  2848. }
  2849. },
  2850. {
  2851. "role": "ug10uber",
  2852. "translation": "Upgrader 10",
  2853. "side": "10",
  2854. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  2855. "actions": {
  2856. "night": {
  2857. "distract3": {
  2858. "target": "AnyButTeam",
  2859. "common": "Self",
  2860. "command": "distract",
  2861. "priority": 4
  2862. },
  2863. "kill3": {
  2864. "target": "AnyButSelf",
  2865. "common": "Self",
  2866. "command": "kill",
  2867. "priority": 6
  2868. },
  2869. "protect3": {
  2870. "target": "Self",
  2871. "common": "Self",
  2872. "command": "protect",
  2873. "priority": 5
  2874. }
  2875. }
  2876. }
  2877. },
  2878. {
  2879. "role": "ug11",
  2880. "translation": "Upgrader 11",
  2881. "side": "11",
  2882. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  2883. "actions": {
  2884. "night": {
  2885. "pl": {
  2886. "command": "convert",
  2887. "target": "OnlySelf",
  2888. "common": "Self",
  2889. "priority": 1,
  2890. "newRole": "ug11pl",
  2891. "canConvert": [
  2892. "ug11"
  2893. ],
  2894. "silent": true
  2895. },
  2896. "killer": {
  2897. "command": "convert",
  2898. "target": "OnlySelf",
  2899. "common": "Self",
  2900. "priority": 2,
  2901. "newRole": "ug11killer",
  2902. "canConvert": [
  2903. "ug11"
  2904. ],
  2905. "silent": true
  2906. },
  2907. "bg": {
  2908. "command": "convert",
  2909. "target": "OnlySelf",
  2910. "common": "Self",
  2911. "priority": 3,
  2912. "newRole": "ug11bg",
  2913. "canConvert": [
  2914. "ug11"
  2915. ],
  2916. "silent": true
  2917. }
  2918. }
  2919. }
  2920. },
  2921. {
  2922. "role": "ug11pl",
  2923. "translation": "Upgrader 11",
  2924. "side": "11",
  2925. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  2926. "actions": {
  2927. "night": {
  2928. "distract": {
  2929. "target": "AnyButTeam",
  2930. "common": "Self",
  2931. "priority": 4
  2932. },
  2933. "killer2": {
  2934. "command": "convert",
  2935. "target": "OnlySelf",
  2936. "common": "Self",
  2937. "priority": 2,
  2938. "newRole": "ug11plkiller",
  2939. "canConvert": [
  2940. "ug11pl"
  2941. ],
  2942. "silent": true
  2943. },
  2944. "bg2": {
  2945. "command": "convert",
  2946. "target": "OnlySelf",
  2947. "common": "Self",
  2948. "priority": 3,
  2949. "newRole": "ug11plbg",
  2950. "canConvert": [
  2951. "ug11pl"
  2952. ],
  2953. "silent": true
  2954. }
  2955. }
  2956. }
  2957. },
  2958. {
  2959. "role": "ug11killer",
  2960. "translation": "Upgrader 11",
  2961. "side": "11",
  2962. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  2963. "actions": {
  2964. "night": {
  2965. "pl2": {
  2966. "command": "convert",
  2967. "target": "OnlySelf",
  2968. "common": "Self",
  2969. "priority": 1,
  2970. "newRole": "ug11plkiller",
  2971. "canConvert": [
  2972. "ug11killer"
  2973. ],
  2974. "silent": true
  2975. },
  2976. "kill": {
  2977. "target": "AnyButSelf",
  2978. "common": "Self",
  2979. "priority": 6
  2980. },
  2981. "bg2": {
  2982. "command": "convert",
  2983. "target": "OnlySelf",
  2984. "common": "Self",
  2985. "priority": 3,
  2986. "newRole": "ug11killerbg",
  2987. "canConvert": [
  2988. "ug11killer"
  2989. ],
  2990. "silent": true
  2991. }
  2992. }
  2993. }
  2994. },
  2995. {
  2996. "role": "ug11bg",
  2997. "translation": "Upgrader 11",
  2998. "side": "11",
  2999. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  3000. "actions": {
  3001. "night": {
  3002. "pl2": {
  3003. "command": "convert",
  3004. "target": "OnlySelf",
  3005. "common": "Self",
  3006. "priority": 1,
  3007. "newRole": "ug11plbg",
  3008. "canConvert": [
  3009. "ug11bg"
  3010. ],
  3011. "silent": true
  3012. },
  3013. "killer2": {
  3014. "command": "convert",
  3015. "target": "OnlySelf",
  3016. "common": "Self",
  3017. "priority": 2,
  3018. "newRole": "ug11killerbg",
  3019. "canConvert": [
  3020. "ug11bg"
  3021. ],
  3022. "silent": true
  3023. },
  3024. "protect": {
  3025. "target": "Self",
  3026. "common": "Self",
  3027. "priority": 5
  3028. }
  3029. }
  3030. }
  3031. },
  3032. {
  3033. "role": "ug11plkiller",
  3034. "translation": "Upgrader 11",
  3035. "side": "11",
  3036. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  3037. "actions": {
  3038. "night": {
  3039. "distract2": {
  3040. "target": "AnyButTeam",
  3041. "common": "Self",
  3042. "command": "distract",
  3043. "priority": 4
  3044. },
  3045. "kill2": {
  3046. "target": "AnyButSelf",
  3047. "common": "Self",
  3048. "command": "kill",
  3049. "priority": 6
  3050. },
  3051. "bg3": {
  3052. "command": "convert",
  3053. "target": "OnlySelf",
  3054. "common": "Self",
  3055. "priority": 3,
  3056. "newRole": "ug11uber",
  3057. "canConvert": [
  3058. "ug11plkiller"
  3059. ],
  3060. "silent": true
  3061. }
  3062. }
  3063. }
  3064. },
  3065. {
  3066. "role": "ug11plbg",
  3067. "translation": "Upgrader 11",
  3068. "side": "11",
  3069. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3070. "actions": {
  3071. "night": {
  3072. "distract2": {
  3073. "target": "AnyButTeam",
  3074. "common": "Self",
  3075. "command": "distract",
  3076. "priority": 4
  3077. },
  3078. "killer3": {
  3079. "command": "convert",
  3080. "target": "OnlySelf",
  3081. "common": "Self",
  3082. "priority": 2,
  3083. "newRole": "ug11uber",
  3084. "canConvert": [
  3085. "ug11plbg"
  3086. ],
  3087. "silent": true
  3088. },
  3089. "protect2": {
  3090. "target": "Self",
  3091. "common": "Self",
  3092. "command": "protect",
  3093. "priority": 5
  3094. }
  3095. }
  3096. }
  3097. },
  3098. {
  3099. "role": "ug11killerbg",
  3100. "translation": "Upgrader 11",
  3101. "side": "11",
  3102. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3103. "actions": {
  3104. "night": {
  3105. "pl3": {
  3106. "command": "convert",
  3107. "target": "OnlySelf",
  3108. "common": "Self",
  3109. "priority": 1,
  3110. "newRole": "ug11uber",
  3111. "canConvert": [
  3112. "ug11killerbg"
  3113. ],
  3114. "silent": true
  3115. },
  3116. "kill2": {
  3117. "target": "AnyButSelf",
  3118. "common": "Self",
  3119. "command": "kill",
  3120. "priority": 6
  3121. },
  3122. "protect2": {
  3123. "target": "Self",
  3124. "common": "Self",
  3125. "command": "protect",
  3126. "priority": 5
  3127. }
  3128. }
  3129. }
  3130. },
  3131. {
  3132. "role": "ug11uber",
  3133. "translation": "Upgrader 11",
  3134. "side": "11",
  3135. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  3136. "actions": {
  3137. "night": {
  3138. "distract3": {
  3139. "target": "AnyButTeam",
  3140. "common": "Self",
  3141. "command": "distract",
  3142. "priority": 4
  3143. },
  3144. "kill3": {
  3145. "target": "AnyButSelf",
  3146. "common": "Self",
  3147. "command": "kill",
  3148. "priority": 6
  3149. },
  3150. "protect3": {
  3151. "target": "Self",
  3152. "common": "Self",
  3153. "command": "protect",
  3154. "priority": 5
  3155. }
  3156. }
  3157. }
  3158. },
  3159. {
  3160. "role": "ug12",
  3161. "translation": "Upgrader 12",
  3162. "side": "12",
  3163. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  3164. "actions": {
  3165. "night": {
  3166. "pl": {
  3167. "command": "convert",
  3168. "target": "OnlySelf",
  3169. "common": "Self",
  3170. "priority": 1,
  3171. "newRole": "ug12pl",
  3172. "canConvert": [
  3173. "ug12"
  3174. ],
  3175. "silent": true
  3176. },
  3177. "killer": {
  3178. "command": "convert",
  3179. "target": "OnlySelf",
  3180. "common": "Self",
  3181. "priority": 2,
  3182. "newRole": "ug12killer",
  3183. "canConvert": [
  3184. "ug12"
  3185. ],
  3186. "silent": true
  3187. },
  3188. "bg": {
  3189. "command": "convert",
  3190. "target": "OnlySelf",
  3191. "common": "Self",
  3192. "priority": 3,
  3193. "newRole": "ug12bg",
  3194. "canConvert": [
  3195. "ug12"
  3196. ],
  3197. "silent": true
  3198. }
  3199. }
  3200. }
  3201. },
  3202. {
  3203. "role": "ug12pl",
  3204. "translation": "Upgrader 12",
  3205. "side": "12",
  3206. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  3207. "actions": {
  3208. "night": {
  3209. "distract": {
  3210. "target": "AnyButTeam",
  3211. "common": "Self",
  3212. "priority": 4
  3213. },
  3214. "killer2": {
  3215. "command": "convert",
  3216. "target": "OnlySelf",
  3217. "common": "Self",
  3218. "priority": 2,
  3219. "newRole": "ug12plkiller",
  3220. "canConvert": [
  3221. "ug12pl"
  3222. ],
  3223. "silent": true
  3224. },
  3225. "bg2": {
  3226. "command": "convert",
  3227. "target": "OnlySelf",
  3228. "common": "Self",
  3229. "priority": 3,
  3230. "newRole": "ug12plbg",
  3231. "canConvert": [
  3232. "ug12pl"
  3233. ],
  3234. "silent": true
  3235. }
  3236. }
  3237. }
  3238. },
  3239. {
  3240. "role": "ug12killer",
  3241. "translation": "Upgrader 12",
  3242. "side": "12",
  3243. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  3244. "actions": {
  3245. "night": {
  3246. "pl2": {
  3247. "command": "convert",
  3248. "target": "OnlySelf",
  3249. "common": "Self",
  3250. "priority": 1,
  3251. "newRole": "ug12plkiller",
  3252. "canConvert": [
  3253. "ug12killer"
  3254. ],
  3255. "silent": true
  3256. },
  3257. "kill": {
  3258. "target": "AnyButSelf",
  3259. "common": "Self",
  3260. "priority": 6
  3261. },
  3262. "bg2": {
  3263. "command": "convert",
  3264. "target": "OnlySelf",
  3265. "common": "Self",
  3266. "priority": 3,
  3267. "newRole": "ug12killerbg",
  3268. "canConvert": [
  3269. "ug12killer"
  3270. ],
  3271. "silent": true
  3272. }
  3273. }
  3274. }
  3275. },
  3276. {
  3277. "role": "ug12bg",
  3278. "translation": "Upgrader 12",
  3279. "side": "12",
  3280. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  3281. "actions": {
  3282. "night": {
  3283. "pl2": {
  3284. "command": "convert",
  3285. "target": "OnlySelf",
  3286. "common": "Self",
  3287. "priority": 1,
  3288. "newRole": "ug12plbg",
  3289. "canConvert": [
  3290. "ug12bg"
  3291. ],
  3292. "silent": true
  3293. },
  3294. "killer2": {
  3295. "command": "convert",
  3296. "target": "OnlySelf",
  3297. "common": "Self",
  3298. "priority": 2,
  3299. "newRole": "ug12killerbg",
  3300. "canConvert": [
  3301. "ug12bg"
  3302. ],
  3303. "silent": true
  3304. },
  3305. "protect": {
  3306. "target": "Self",
  3307. "common": "Self",
  3308. "priority": 5
  3309. }
  3310. }
  3311. }
  3312. },
  3313. {
  3314. "role": "ug12plkiller",
  3315. "translation": "Upgrader 12",
  3316. "side": "12",
  3317. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  3318. "actions": {
  3319. "night": {
  3320. "distract2": {
  3321. "target": "AnyButTeam",
  3322. "common": "Self",
  3323. "command": "distract",
  3324. "priority": 4
  3325. },
  3326. "kill2": {
  3327. "target": "AnyButSelf",
  3328. "common": "Self",
  3329. "command": "kill",
  3330. "priority": 6
  3331. },
  3332. "bg3": {
  3333. "command": "convert",
  3334. "target": "OnlySelf",
  3335. "common": "Self",
  3336. "priority": 3,
  3337. "newRole": "ug12uber",
  3338. "canConvert": [
  3339. "ug12plkiller"
  3340. ],
  3341. "silent": true
  3342. }
  3343. }
  3344. }
  3345. },
  3346. {
  3347. "role": "ug12plbg",
  3348. "translation": "Upgrader 12",
  3349. "side": "12",
  3350. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3351. "actions": {
  3352. "night": {
  3353. "distract2": {
  3354. "target": "AnyButTeam",
  3355. "common": "Self",
  3356. "command": "distract",
  3357. "priority": 4
  3358. },
  3359. "killer3": {
  3360. "command": "convert",
  3361. "target": "OnlySelf",
  3362. "common": "Self",
  3363. "priority": 2,
  3364. "newRole": "ug12uber",
  3365. "canConvert": [
  3366. "ug12plbg"
  3367. ],
  3368. "silent": true
  3369. },
  3370. "protect2": {
  3371. "target": "Self",
  3372. "common": "Self",
  3373. "command": "protect",
  3374. "priority": 5
  3375. }
  3376. }
  3377. }
  3378. },
  3379. {
  3380. "role": "ug12killerbg",
  3381. "translation": "Upgrader 12",
  3382. "side": "12",
  3383. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3384. "actions": {
  3385. "night": {
  3386. "pl3": {
  3387. "command": "convert",
  3388. "target": "OnlySelf",
  3389. "common": "Self",
  3390. "priority": 1,
  3391. "newRole": "ug12uber",
  3392. "canConvert": [
  3393. "ug12killerbg"
  3394. ],
  3395. "silent": true
  3396. },
  3397. "kill2": {
  3398. "target": "AnyButSelf",
  3399. "common": "Self",
  3400. "command": "kill",
  3401. "priority": 6
  3402. },
  3403. "protect2": {
  3404. "target": "Self",
  3405. "common": "Self",
  3406. "command": "protect",
  3407. "priority": 5
  3408. }
  3409. }
  3410. }
  3411. },
  3412. {
  3413. "role": "ug12uber",
  3414. "translation": "Upgrader 12",
  3415. "side": "12",
  3416. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  3417. "actions": {
  3418. "night": {
  3419. "distract3": {
  3420. "target": "AnyButTeam",
  3421. "common": "Self",
  3422. "command": "distract",
  3423. "priority": 4
  3424. },
  3425. "kill3": {
  3426. "target": "AnyButSelf",
  3427. "common": "Self",
  3428. "command": "kill",
  3429. "priority": 6
  3430. },
  3431. "protect3": {
  3432. "target": "Self",
  3433. "common": "Self",
  3434. "command": "protect",
  3435. "priority": 5
  3436. }
  3437. }
  3438. }
  3439. },
  3440. {
  3441. "role": "ug13",
  3442. "translation": "Upgrader 13",
  3443. "side": "13",
  3444. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  3445. "actions": {
  3446. "night": {
  3447. "pl": {
  3448. "command": "convert",
  3449. "target": "OnlySelf",
  3450. "common": "Self",
  3451. "priority": 1,
  3452. "newRole": "ug13pl",
  3453. "canConvert": [
  3454. "ug13"
  3455. ],
  3456. "silent": true
  3457. },
  3458. "killer": {
  3459. "command": "convert",
  3460. "target": "OnlySelf",
  3461. "common": "Self",
  3462. "priority": 2,
  3463. "newRole": "ug13killer",
  3464. "canConvert": [
  3465. "ug13"
  3466. ],
  3467. "silent": true
  3468. },
  3469. "bg": {
  3470. "command": "convert",
  3471. "target": "OnlySelf",
  3472. "common": "Self",
  3473. "priority": 3,
  3474. "newRole": "ug13bg",
  3475. "canConvert": [
  3476. "ug13"
  3477. ],
  3478. "silent": true
  3479. }
  3480. }
  3481. }
  3482. },
  3483. {
  3484. "role": "ug13pl",
  3485. "translation": "Upgrader 13",
  3486. "side": "13",
  3487. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  3488. "actions": {
  3489. "night": {
  3490. "distract": {
  3491. "target": "AnyButTeam",
  3492. "common": "Self",
  3493. "priority": 4
  3494. },
  3495. "killer2": {
  3496. "command": "convert",
  3497. "target": "OnlySelf",
  3498. "common": "Self",
  3499. "priority": 2,
  3500. "newRole": "ug13plkiller",
  3501. "canConvert": [
  3502. "ug13pl"
  3503. ],
  3504. "silent": true
  3505. },
  3506. "bg2": {
  3507. "command": "convert",
  3508. "target": "OnlySelf",
  3509. "common": "Self",
  3510. "priority": 3,
  3511. "newRole": "ug13plbg",
  3512. "canConvert": [
  3513. "ug13pl"
  3514. ],
  3515. "silent": true
  3516. }
  3517. }
  3518. }
  3519. },
  3520. {
  3521. "role": "ug13killer",
  3522. "translation": "Upgrader 13",
  3523. "side": "13",
  3524. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  3525. "actions": {
  3526. "night": {
  3527. "pl2": {
  3528. "command": "convert",
  3529. "target": "OnlySelf",
  3530. "common": "Self",
  3531. "priority": 1,
  3532. "newRole": "ug13plkiller",
  3533. "canConvert": [
  3534. "ug13killer"
  3535. ],
  3536. "silent": true
  3537. },
  3538. "kill": {
  3539. "target": "AnyButSelf",
  3540. "common": "Self",
  3541. "priority": 6
  3542. },
  3543. "bg2": {
  3544. "command": "convert",
  3545. "target": "OnlySelf",
  3546. "common": "Self",
  3547. "priority": 3,
  3548. "newRole": "ug13killerbg",
  3549. "canConvert": [
  3550. "ug13killer"
  3551. ],
  3552. "silent": true
  3553. }
  3554. }
  3555. }
  3556. },
  3557. {
  3558. "role": "ug13bg",
  3559. "translation": "Upgrader 13",
  3560. "side": "13",
  3561. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  3562. "actions": {
  3563. "night": {
  3564. "pl2": {
  3565. "command": "convert",
  3566. "target": "OnlySelf",
  3567. "common": "Self",
  3568. "priority": 1,
  3569. "newRole": "ug13plbg",
  3570. "canConvert": [
  3571. "ug13bg"
  3572. ],
  3573. "silent": true
  3574. },
  3575. "killer2": {
  3576. "command": "convert",
  3577. "target": "OnlySelf",
  3578. "common": "Self",
  3579. "priority": 2,
  3580. "newRole": "ug13killerbg",
  3581. "canConvert": [
  3582. "ug13bg"
  3583. ],
  3584. "silent": true
  3585. },
  3586. "protect": {
  3587. "target": "Self",
  3588. "common": "Self",
  3589. "priority": 5
  3590. }
  3591. }
  3592. }
  3593. },
  3594. {
  3595. "role": "ug13plkiller",
  3596. "translation": "Upgrader 13",
  3597. "side": "13",
  3598. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  3599. "actions": {
  3600. "night": {
  3601. "distract2": {
  3602. "target": "AnyButTeam",
  3603. "common": "Self",
  3604. "command": "distract",
  3605. "priority": 4
  3606. },
  3607. "kill2": {
  3608. "target": "AnyButSelf",
  3609. "common": "Self",
  3610. "command": "kill",
  3611. "priority": 6
  3612. },
  3613. "bg3": {
  3614. "command": "convert",
  3615. "target": "OnlySelf",
  3616. "common": "Self",
  3617. "priority": 3,
  3618. "newRole": "ug13uber",
  3619. "canConvert": [
  3620. "ug13plkiller"
  3621. ],
  3622. "silent": true
  3623. }
  3624. }
  3625. }
  3626. },
  3627. {
  3628. "role": "ug13plbg",
  3629. "translation": "Upgrader 13",
  3630. "side": "13",
  3631. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3632. "actions": {
  3633. "night": {
  3634. "distract2": {
  3635. "target": "AnyButTeam",
  3636. "common": "Self",
  3637. "command": "distract",
  3638. "priority": 4
  3639. },
  3640. "killer3": {
  3641. "command": "convert",
  3642. "target": "OnlySelf",
  3643. "common": "Self",
  3644. "priority": 2,
  3645. "newRole": "ug13uber",
  3646. "canConvert": [
  3647. "ug13plbg"
  3648. ],
  3649. "silent": true
  3650. },
  3651. "protect2": {
  3652. "target": "Self",
  3653. "common": "Self",
  3654. "command": "protect",
  3655. "priority": 5
  3656. }
  3657. }
  3658. }
  3659. },
  3660. {
  3661. "role": "ug13killerbg",
  3662. "translation": "Upgrader 13",
  3663. "side": "13",
  3664. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3665. "actions": {
  3666. "night": {
  3667. "pl3": {
  3668. "command": "convert",
  3669. "target": "OnlySelf",
  3670. "common": "Self",
  3671. "priority": 1,
  3672. "newRole": "ug13uber",
  3673. "canConvert": [
  3674. "ug13killerbg"
  3675. ],
  3676. "silent": true
  3677. },
  3678. "kill2": {
  3679. "target": "AnyButSelf",
  3680. "common": "Self",
  3681. "command": "kill",
  3682. "priority": 6
  3683. },
  3684. "protect2": {
  3685. "target": "Self",
  3686. "common": "Self",
  3687. "command": "protect",
  3688. "priority": 5
  3689. }
  3690. }
  3691. }
  3692. },
  3693. {
  3694. "role": "ug13uber",
  3695. "translation": "Upgrader 13",
  3696. "side": "13",
  3697. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  3698. "actions": {
  3699. "night": {
  3700. "distract3": {
  3701. "target": "AnyButTeam",
  3702. "common": "Self",
  3703. "command": "distract",
  3704. "priority": 4
  3705. },
  3706. "kill3": {
  3707. "target": "AnyButSelf",
  3708. "common": "Self",
  3709. "command": "kill",
  3710. "priority": 6
  3711. },
  3712. "protect3": {
  3713. "target": "Self",
  3714. "common": "Self",
  3715. "command": "protect",
  3716. "priority": 5
  3717. }
  3718. }
  3719. }
  3720. },
  3721. {
  3722. "role": "ug14",
  3723. "translation": "Upgrader 14",
  3724. "side": "14",
  3725. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  3726. "actions": {
  3727. "night": {
  3728. "pl": {
  3729. "command": "convert",
  3730. "target": "OnlySelf",
  3731. "common": "Self",
  3732. "priority": 1,
  3733. "newRole": "ug14pl",
  3734. "canConvert": [
  3735. "ug14"
  3736. ],
  3737. "silent": true
  3738. },
  3739. "killer": {
  3740. "command": "convert",
  3741. "target": "OnlySelf",
  3742. "common": "Self",
  3743. "priority": 2,
  3744. "newRole": "ug14killer",
  3745. "canConvert": [
  3746. "ug14"
  3747. ],
  3748. "silent": true
  3749. },
  3750. "bg": {
  3751. "command": "convert",
  3752. "target": "OnlySelf",
  3753. "common": "Self",
  3754. "priority": 3,
  3755. "newRole": "ug14bg",
  3756. "canConvert": [
  3757. "ug14"
  3758. ],
  3759. "silent": true
  3760. }
  3761. }
  3762. }
  3763. },
  3764. {
  3765. "role": "ug14pl",
  3766. "translation": "Upgrader 14",
  3767. "side": "14",
  3768. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  3769. "actions": {
  3770. "night": {
  3771. "distract": {
  3772. "target": "AnyButTeam",
  3773. "common": "Self",
  3774. "priority": 4
  3775. },
  3776. "killer2": {
  3777. "command": "convert",
  3778. "target": "OnlySelf",
  3779. "common": "Self",
  3780. "priority": 2,
  3781. "newRole": "ug14plkiller",
  3782. "canConvert": [
  3783. "ug14pl"
  3784. ],
  3785. "silent": true
  3786. },
  3787. "bg2": {
  3788. "command": "convert",
  3789. "target": "OnlySelf",
  3790. "common": "Self",
  3791. "priority": 3,
  3792. "newRole": "ug14plbg",
  3793. "canConvert": [
  3794. "ug14pl"
  3795. ],
  3796. "silent": true
  3797. }
  3798. }
  3799. }
  3800. },
  3801. {
  3802. "role": "ug14killer",
  3803. "translation": "Upgrader 14",
  3804. "side": "14",
  3805. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  3806. "actions": {
  3807. "night": {
  3808. "pl2": {
  3809. "command": "convert",
  3810. "target": "OnlySelf",
  3811. "common": "Self",
  3812. "priority": 1,
  3813. "newRole": "ug14plkiller",
  3814. "canConvert": [
  3815. "ug14killer"
  3816. ],
  3817. "silent": true
  3818. },
  3819. "kill": {
  3820. "target": "AnyButSelf",
  3821. "common": "Self",
  3822. "priority": 6
  3823. },
  3824. "bg2": {
  3825. "command": "convert",
  3826. "target": "OnlySelf",
  3827. "common": "Self",
  3828. "priority": 3,
  3829. "newRole": "ug14killerbg",
  3830. "canConvert": [
  3831. "ug14killer"
  3832. ],
  3833. "silent": true
  3834. }
  3835. }
  3836. }
  3837. },
  3838. {
  3839. "role": "ug14bg",
  3840. "translation": "Upgrader 14",
  3841. "side": "14",
  3842. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  3843. "actions": {
  3844. "night": {
  3845. "pl2": {
  3846. "command": "convert",
  3847. "target": "OnlySelf",
  3848. "common": "Self",
  3849. "priority": 1,
  3850. "newRole": "ug14plbg",
  3851. "canConvert": [
  3852. "ug14bg"
  3853. ],
  3854. "silent": true
  3855. },
  3856. "killer2": {
  3857. "command": "convert",
  3858. "target": "OnlySelf",
  3859. "common": "Self",
  3860. "priority": 2,
  3861. "newRole": "ug14killerbg",
  3862. "canConvert": [
  3863. "ug14bg"
  3864. ],
  3865. "silent": true
  3866. },
  3867. "protect": {
  3868. "target": "Self",
  3869. "common": "Self",
  3870. "priority": 5
  3871. }
  3872. }
  3873. }
  3874. },
  3875. {
  3876. "role": "ug14plkiller",
  3877. "translation": "Upgrader 14",
  3878. "side": "14",
  3879. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  3880. "actions": {
  3881. "night": {
  3882. "distract2": {
  3883. "target": "AnyButTeam",
  3884. "common": "Self",
  3885. "command": "distract",
  3886. "priority": 4
  3887. },
  3888. "kill2": {
  3889. "target": "AnyButSelf",
  3890. "common": "Self",
  3891. "command": "kill",
  3892. "priority": 6
  3893. },
  3894. "bg3": {
  3895. "command": "convert",
  3896. "target": "OnlySelf",
  3897. "common": "Self",
  3898. "priority": 3,
  3899. "newRole": "ug14uber",
  3900. "canConvert": [
  3901. "ug14plkiller"
  3902. ],
  3903. "silent": true
  3904. }
  3905. }
  3906. }
  3907. },
  3908. {
  3909. "role": "ug14plbg",
  3910. "translation": "Upgrader 14",
  3911. "side": "14",
  3912. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME],/DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
  3913. "actions": {
  3914. "night": {
  3915. "distract2": {
  3916. "target": "AnyButTeam",
  3917. "common": "Self",
  3918. "command": "distract",
  3919. "priority": 4
  3920. },
  3921. "killer3": {
  3922. "command": "convert",
  3923. "target": "OnlySelf",
  3924. "common": "Self",
  3925. "priority": 2,
  3926. "newRole": "ug14uber",
  3927. "canConvert": [
  3928. "ug14plbg"
  3929. ],
  3930. "silent": true
  3931. },
  3932. "protect2": {
  3933. "target": "Self",
  3934. "common": "Self",
  3935. "command": "protect",
  3936. "priority": 5
  3937. }
  3938. }
  3939. }
  3940. },
  3941. {
  3942. "role": "ug14killerbg",
  3943. "translation": "Upgrader 14",
  3944. "side": "14",
  3945. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  3946. "actions": {
  3947. "night": {
  3948. "pl3": {
  3949. "command": "convert",
  3950. "target": "OnlySelf",
  3951. "common": "Self",
  3952. "priority": 1,
  3953. "newRole": "ug14uber",
  3954. "canConvert": [
  3955. "ug14killerbg"
  3956. ],
  3957. "silent": true
  3958. },
  3959. "kill2": {
  3960. "target": "AnyButSelf",
  3961. "common": "Self",
  3962. "command": "kill",
  3963. "priority": 6
  3964. },
  3965. "protect2": {
  3966. "target": "Self",
  3967. "common": "Self",
  3968. "command": "protect",
  3969. "priority": 5
  3970. }
  3971. }
  3972. }
  3973. },
  3974. {
  3975. "role": "ug14uber",
  3976. "translation": "Upgrader 14",
  3977. "side": "14",
  3978. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  3979. "actions": {
  3980. "night": {
  3981. "distract3": {
  3982. "target": "AnyButTeam",
  3983. "common": "Self",
  3984. "command": "distract",
  3985. "priority": 4
  3986. },
  3987. "kill3": {
  3988. "target": "AnyButSelf",
  3989. "common": "Self",
  3990. "command": "kill",
  3991. "priority": 6
  3992. },
  3993. "protect3": {
  3994. "target": "Self",
  3995. "common": "Self",
  3996. "command": "protect",
  3997. "priority": 5
  3998. }
  3999. }
  4000. }
  4001. },
  4002. {
  4003. "role": "ug15",
  4004. "translation": "Upgrader 15",
  4005. "side": "15",
  4006. "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
  4007. "actions": {
  4008. "night": {
  4009. "pl": {
  4010. "command": "convert",
  4011. "target": "OnlySelf",
  4012. "common": "Self",
  4013. "priority": 1,
  4014. "newRole": "ug15pl",
  4015. "canConvert": [
  4016. "ug15"
  4017. ],
  4018. "silent": true
  4019. },
  4020. "killer": {
  4021. "command": "convert",
  4022. "target": "OnlySelf",
  4023. "common": "Self",
  4024. "priority": 2,
  4025. "newRole": "ug15killer",
  4026. "canConvert": [
  4027. "ug15"
  4028. ],
  4029. "silent": true
  4030. },
  4031. "bg": {
  4032. "command": "convert",
  4033. "target": "OnlySelf",
  4034. "common": "Self",
  4035. "priority": 3,
  4036. "newRole": "ug15bg",
  4037. "canConvert": [
  4038. "ug15"
  4039. ],
  4040. "silent": true
  4041. }
  4042. }
  4043. }
  4044. },
  4045. {
  4046. "role": "ug15pl",
  4047. "translation": "Upgrader 15",
  4048. "side": "15",
  4049. "help": "LIST OF UPGRADES: KILLER: /KILLER2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
  4050. "actions": {
  4051. "night": {
  4052. "distract": {
  4053. "target": "AnyButTeam",
  4054. "common": "Self",
  4055. "priority": 4
  4056. },
  4057. "killer2": {
  4058. "command": "convert",
  4059. "target": "OnlySelf",
  4060. "common": "Self",
  4061. "priority": 2,
  4062. "newRole": "ug15plkiller",
  4063. "canConvert": [
  4064. "ug15pl"
  4065. ],
  4066. "silent": true
  4067. },
  4068. "bg2": {
  4069. "command": "convert",
  4070. "target": "OnlySelf",
  4071. "common": "Self",
  4072. "priority": 3,
  4073. "newRole": "ug15plbg",
  4074. "canConvert": [
  4075. "ug15pl"
  4076. ],
  4077. "silent": true
  4078. }
  4079. }
  4080. }
  4081. },
  4082. {
  4083. "role": "ug15killer",
  4084. "translation": "Upgrader 15",
  4085. "side": "15",
  4086. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], SELF PROTECTOR: /BG2 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
  4087. "actions": {
  4088. "night": {
  4089. "pl2": {
  4090. "command": "convert",
  4091. "target": "OnlySelf",
  4092. "common": "Self",
  4093. "priority": 1,
  4094. "newRole": "ug15plkiller",
  4095. "canConvert": [
  4096. "ug15killer"
  4097. ],
  4098. "silent": true
  4099. },
  4100. "kill": {
  4101. "target": "AnyButSelf",
  4102. "common": "Self",
  4103. "command": "kill",
  4104. "priority": 6
  4105. },
  4106. "bg2": {
  4107. "command": "convert",
  4108. "target": "OnlySelf",
  4109. "common": "Self",
  4110. "priority": 3,
  4111. "newRole": "ug15killerbg",
  4112. "canConvert": [
  4113. "ug15killer"
  4114. ],
  4115. "silent": true
  4116. }
  4117. }
  4118. }
  4119. },
  4120. {
  4121. "role": "ug15bg",
  4122. "translation": "Upgrader 15",
  4123. "side": "15",
  4124. "help": "LIST OF UPGRADES: DISTRACTER: /PL2 [YOURNAME], KILLER: /KILLER2 [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
  4125. "actions": {
  4126. "night": {
  4127. "pl2": {
  4128. "command": "convert",
  4129. "target": "OnlySelf",
  4130. "common": "Self",
  4131. "priority": 1,
  4132. "newRole": "ug15plbg",
  4133. "canConvert": [
  4134. "ug15bg"
  4135. ],
  4136. "silent": true
  4137. },
  4138. "killer2": {
  4139. "command": "convert",
  4140. "target": "OnlySelf",
  4141. "common": "Self",
  4142. "priority": 2,
  4143. "newRole": "ug15killerbg",
  4144. "canConvert": [
  4145. "ug15bg"
  4146. ],
  4147. "silent": true
  4148. },
  4149. "protect": {
  4150. "target": "Self",
  4151. "common": "Self",
  4152. "priority": 5
  4153. }
  4154. }
  4155. }
  4156. },
  4157. {
  4158. "role": "ug15plkiller",
  4159. "translation": "Upgrader 15",
  4160. "side": "15",
  4161. "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME] ,KILL: /KILL2 [NAME]",
  4162. "actions": {
  4163. "night": {
  4164. "distract2": {
  4165. "target": "AnyButTeam",
  4166. "common": "Self",
  4167. "command": "distract",
  4168. "priority": 4
  4169. },
  4170. "kill2": {
  4171. "target": "AnyButSelf",
  4172. "common": "Self",
  4173. "command": "kill",
  4174. "priority": 6
  4175. },
  4176. "bg3": {
  4177. "command": "convert",
  4178. "target": "OnlySelf",
  4179. "common": "Self",
  4180. "priority": 3,
  4181. "newRole": "ug15uber",
  4182. "canConvert": [
  4183. "ug15plkiller"
  4184. ],
  4185. "silent": true
  4186. }
  4187. }
  4188. }
  4189. },
  4190. {
  4191. "role": "ug15plbg",
  4192. "translation": "Upgrader 15",
  4193. "side": "15",
  4194. "help": "LIST OF UPGRADES: KILLER: /KILLER3 [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  4195. "actions": {
  4196. "night": {
  4197. "distract2": {
  4198. "target": "AnyButTeam",
  4199. "common": "Self",
  4200. "command": "distract",
  4201. "priority": 4
  4202. },
  4203. "killer3": {
  4204. "command": "convert",
  4205. "target": "OnlySelf",
  4206. "common": "Self",
  4207. "priority": 2,
  4208. "newRole": "ug15uber",
  4209. "canConvert": [
  4210. "ug15plbg"
  4211. ],
  4212. "silent": true
  4213. },
  4214. "protect2": {
  4215. "target": "Self",
  4216. "common": "Self",
  4217. "command": "protect",
  4218. "priority": 5
  4219. }
  4220. }
  4221. }
  4222. },
  4223. {
  4224. "role": "ug15killerbg",
  4225. "translation": "Upgrader 15",
  4226. "side": "15",
  4227. "help": "LIST OF UPGRADES: DISTRACTER: /PL3 [YOURNAME]. LIST OF COMMANDS: KILL: /KILL2 [NAME], SELF PROTECT: /PROTECT2 [YOURNAME]",
  4228. "actions": {
  4229. "night": {
  4230. "pl3": {
  4231. "command": "convert",
  4232. "target": "OnlySelf",
  4233. "common": "Self",
  4234. "priority": 1,
  4235. "newRole": "ug15uber",
  4236. "canConvert": [
  4237. "ug15killerbg"
  4238. ],
  4239. "silent": true
  4240. },
  4241. "kill2": {
  4242. "target": "AnyButSelf",
  4243. "common": "Self",
  4244. "command": "kill",
  4245. "priority": 6
  4246. },
  4247. "protect2": {
  4248. "target": "Self",
  4249. "common": "Self",
  4250. "command": "protect",
  4251. "priority": 5
  4252. }
  4253. }
  4254. }
  4255. },
  4256. {
  4257. "role": "ug15uber",
  4258. "translation": "Upgrader 15",
  4259. "side": "15",
  4260. "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT3 [NAME], KILL: /KILL3 [NAME], SELF PROTECT: /PROTECT3 [YOURNAME]",
  4261. "actions": {
  4262. "night": {
  4263. "distract3": {
  4264. "target": "AnyButTeam",
  4265. "common": "Self",
  4266. "command": "distract",
  4267. "priority": 4
  4268. },
  4269. "kill3": {
  4270. "target": "AnyButSelf",
  4271. "common": "Self",
  4272. "command": "kill",
  4273. "priority": 6
  4274. },
  4275. "protect3": {
  4276. "target": "Self",
  4277. "common": "Self",
  4278. "command": "protect",
  4279. "priority": 5
  4280. }
  4281. }
  4282. }
  4283. }
  4284. ],
  4285. "roles1": [],
  4286. "roles2": [
  4287. "ug1",
  4288. "ug2",
  4289. "ug3",
  4290. "ug4",
  4291. "ug5",
  4292. "ug6",
  4293. "ug7",
  4294. "ug8",
  4295. "ug9",
  4296. "ug10",
  4297. "ug11",
  4298. "ug12",
  4299. "ug13",
  4300. "ug14",
  4301. "ug15"
  4302. ],
  4303. "killmsg": "+Announcer: ~Player~ (~Role~) was downgraded!",
  4304. "killusermsg": "You were downgraded by another upgrader!"
  4305. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement