rewardableBonusing.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. {
  2. /// These are objects that covered by concept of "configurable object" and have their entire configuration in this config
  3. "buoy" : {
  4. "index" : 11,
  5. "handler": "configurable",
  6. "base" : {
  7. "sounds" : {
  8. "ambient" : ["LOOPBUOY"],
  9. "visit" : ["MORALE"]
  10. }
  11. },
  12. "types" : {
  13. "buoy" : {
  14. "index" : 0,
  15. "aiValue" : 100,
  16. "rmg" : {
  17. "zoneLimit" : 1,
  18. "value" : 100,
  19. "rarity" : 100
  20. },
  21. "compatibilityIdentifiers" : [ "object" ],
  22. "blockedVisitable" : true,
  23. "onVisitedMessage" : 22,
  24. "description" : "@core.xtrainfo.0",
  25. "visitMode" : "bonus",
  26. "selectMode" : "selectFirst",
  27. "rewards" : [
  28. {
  29. "message" : 21,
  30. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 94 } ]
  31. }
  32. ]
  33. }
  34. }
  35. },
  36. "swanPond" : {
  37. "index" : 14,
  38. "handler": "configurable",
  39. "base" : {
  40. "sounds" : {
  41. "visit" : ["LUCK"]
  42. }
  43. },
  44. "types" : {
  45. "swanPond" : {
  46. "index" : 0,
  47. "aiValue" : 100,
  48. "rmg" : {
  49. "zoneLimit" : 1,
  50. "value" : 100,
  51. "rarity" : 100
  52. },
  53. "compatibilityIdentifiers" : [ "object" ],
  54. "onVisitedMessage" : 30,
  55. "description" : "@core.xtrainfo.1",
  56. "visitMode" : "bonus",
  57. "selectMode" : "selectFirst",
  58. "rewards" : [
  59. {
  60. "message" : 29,
  61. "movePercentage" : 0,
  62. "bonuses" : [ { "type" : "LUCK", "val" : 2, "duration" : "ONE_BATTLE", "description" : 67 } ]
  63. }
  64. ]
  65. }
  66. }
  67. },
  68. "faerieRing" : {
  69. "index" : 28,
  70. "handler": "configurable",
  71. "base" : {
  72. "sounds" : {
  73. "ambient" : ["LOOPFAER"],
  74. "visit" : ["LUCK"]
  75. }
  76. },
  77. "types" : {
  78. "faerieRing" : {
  79. "index" : 0,
  80. "aiValue" : 100,
  81. "rmg" : {
  82. "zoneLimit" : 1,
  83. "value" : 100,
  84. "rarity" : 100
  85. },
  86. "compatibilityIdentifiers" : [ "object" ],
  87. "onVisitedMessage" : 50,
  88. "description" : "@core.xtrainfo.2",
  89. "visitMode" : "bonus",
  90. "selectMode" : "selectFirst",
  91. "rewards" : [
  92. {
  93. "message" : 49,
  94. "bonuses" : [ { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 71 } ]
  95. }
  96. ]
  97. }
  98. }
  99. },
  100. "fountainOfFortune" : {
  101. "index" : 30,
  102. "handler": "configurable",
  103. "base" : {
  104. "sounds" : {
  105. "ambient" : ["LOOPFOUN"],
  106. "visit" : ["LUCK"]
  107. }
  108. },
  109. "types" : {
  110. "fountainOfFortune" : {
  111. "index" : 0,
  112. "aiValue" : 100,
  113. "rmg" : {
  114. "zoneLimit" : 1,
  115. "value" : 100,
  116. "rarity" : 100
  117. },
  118. "compatibilityIdentifiers" : [ "object" ],
  119. "onVisitedMessage" : 56,
  120. "description" : "@core.xtrainfo.3",
  121. "visitMode" : "bonus",
  122. "selectMode" : "selectFirst",
  123. "resetParameters" : {
  124. "period" : 7,
  125. "rewards" : true
  126. },
  127. "rewards" : [
  128. {
  129. "message" : 55,
  130. "appearChance" : { "min" : 0, "max" : 25 },
  131. "bonuses" : [ { "type" : "LUCK", "val" : -1, "duration" : "ONE_BATTLE", "description" : 69 } ] // NOTE: strings has %s placeholder for morale value
  132. },
  133. {
  134. "message" : 55,
  135. "appearChance" : { "min" : 25, "max" : 50 },
  136. "bonuses" : [ { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 69 } ] // NOTE: strings has %s placeholder for morale value
  137. },
  138. {
  139. "message" : 55,
  140. "appearChance" : { "min" : 50, "max" : 75 },
  141. "bonuses" : [ { "type" : "LUCK", "val" : 2, "duration" : "ONE_BATTLE", "description" : 69 } ] // NOTE: strings has %s placeholder for morale value
  142. },
  143. {
  144. "message" : 55,
  145. "appearChance" : { "min" : 75, "max" : 100 },
  146. "bonuses" : [ { "type" : "LUCK", "val" : 3, "duration" : "ONE_BATTLE", "description" : 69 } ] // NOTE: strings has %s placeholder for morale value
  147. },
  148. ]
  149. }
  150. }
  151. },
  152. "fountainOfYouth" : {
  153. "index" : 31,
  154. "handler": "configurable",
  155. "base" : {
  156. "sounds" : {
  157. "ambient" : ["LOOPFALL"],
  158. "visit" : ["MORALE"]
  159. }
  160. },
  161. "types" : {
  162. "fountainOfYouth" : {
  163. "index" : 0,
  164. "aiValue" : 100,
  165. "rmg" : {
  166. "zoneLimit" : 1,
  167. "value" : 100,
  168. "rarity" : 50
  169. },
  170. "compatibilityIdentifiers" : [ "object" ],
  171. "onVisitedMessage" : 58,
  172. "description" : "@core.xtrainfo.0",
  173. "visitMode" : "bonus",
  174. "selectMode" : "selectFirst",
  175. "rewards" : [
  176. {
  177. "message" : 57,
  178. "movePoints" : 400,
  179. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 103 } ]
  180. }
  181. ]
  182. }
  183. }
  184. },
  185. "idolOfFortune" : {
  186. "index" : 38,
  187. "handler": "configurable",
  188. "base" : {
  189. "sounds" : {
  190. "visit" : ["LUCK"]
  191. }
  192. },
  193. "types" : {
  194. "idolOfFortune" : {
  195. "index" : 0,
  196. "aiValue" : 100,
  197. "rmg" : {
  198. "zoneLimit" : 1,
  199. "value" : 100,
  200. "rarity" : 100
  201. },
  202. "compatibilityIdentifiers" : [ "object" ],
  203. "onVisitedMessage" : 63,
  204. "description" : "@core.xtrainfo.22",
  205. "visitMode" : "bonus",
  206. "selectMode" : "selectFirst",
  207. "rewards" : [
  208. {
  209. "message" : 62,
  210. "limiter" : {
  211. "anyOf" : [
  212. { "dayOfWeek" : 1 },
  213. { "dayOfWeek" : 3 },
  214. { "dayOfWeek" : 5 }
  215. ]
  216. },
  217. "bonuses" : [ { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 68 } ]
  218. },
  219. {
  220. "message" : 62,
  221. "limiter" : {
  222. "anyOf" : [
  223. { "dayOfWeek" : 2 },
  224. { "dayOfWeek" : 4 },
  225. { "dayOfWeek" : 6 }
  226. ]
  227. },
  228. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 68 } ]
  229. },
  230. {
  231. "message" : 62,
  232. "limiter" : { "dayOfWeek" : 7 },
  233. "bonuses" : [
  234. { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 68 },
  235. { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 68 }
  236. ]
  237. }
  238. ]
  239. }
  240. }
  241. },
  242. "mermaids" : {
  243. "index" : 52,
  244. "handler": "configurable",
  245. "base" : {
  246. "sounds" : {
  247. "visit" : ["LUCK"]
  248. }
  249. },
  250. "types" : {
  251. "mermaids" : {
  252. "index" : 0,
  253. "aiValue" : 100,
  254. "rmg" : {
  255. "zoneLimit" : 1,
  256. "value" : 100,
  257. "rarity" : 20
  258. },
  259. "compatibilityIdentifiers" : [ "object" ],
  260. "onVisitedMessage" : 82,
  261. "description" : "@core.xtrainfo.2",
  262. "visitMode" : "bonus",
  263. "selectMode" : "selectFirst",
  264. "rewards" : [
  265. {
  266. "message" : 83,
  267. "bonuses" : [ { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 72 } ]
  268. }
  269. ]
  270. }
  271. }
  272. },
  273. "oasis" : {
  274. "index" : 56,
  275. "handler": "configurable",
  276. "base" : {
  277. "sounds" : {
  278. "visit" : ["MORALE"]
  279. }
  280. },
  281. "types" : {
  282. "oasis" : {
  283. "index" : 0,
  284. "aiValue" : 100,
  285. "rmg" : {
  286. "zoneLimit" : 1,
  287. "value" : 100,
  288. "rarity" : 50
  289. },
  290. "compatibilityIdentifiers" : [ "object" ],
  291. "onVisitedMessage" : 95,
  292. "description" : "@core.xtrainfo.13",
  293. "visitMode" : "bonus",
  294. "selectMode" : "selectFirst",
  295. "rewards" : [
  296. {
  297. "message" : 94,
  298. "movePoints" : 800,
  299. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 95 } ]
  300. }
  301. ]
  302. }
  303. }
  304. },
  305. "stables" : {
  306. "index" : 94,
  307. "handler": "configurable",
  308. "base" : {
  309. "sounds" : {
  310. "ambient" : ["LOOPHORS"],
  311. "visit" : ["STORE"]
  312. }
  313. },
  314. "types" : {
  315. "stables" : {
  316. "index" : 0,
  317. "aiValue" : 200,
  318. "rmg" : {
  319. "zoneLimit" : 1,
  320. "value" : 200,
  321. "rarity" : 40
  322. },
  323. "compatibilityIdentifiers" : [ "object" ],
  324. "visitMode" : "bonus",
  325. "selectMode" : "selectFirst",
  326. "onVisited" : [
  327. {
  328. "message" : 139,
  329. "limiter" : {
  330. "creatures" : [ { "type" : "cavalier", "amount" : 1 } ],
  331. },
  332. "changeCreatures" : {
  333. "cavalier" : "champion"
  334. }
  335. },
  336. {
  337. "message" : 136
  338. },
  339. ],
  340. "rewards" : [
  341. {
  342. "limiter" : {
  343. "creatures" : [ { "type" : "cavalier", "amount" : 1 } ],
  344. },
  345. "message" : 138,
  346. "movePoints" : 400,
  347. "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ],
  348. "changeCreatures" : {
  349. "cavalier" : "champion"
  350. }
  351. },
  352. {
  353. "message" : 137,
  354. "movePoints" : 400,
  355. "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ]
  356. }
  357. ]
  358. }
  359. }
  360. },
  361. "temple" : {
  362. "index" : 96,
  363. "handler": "configurable",
  364. "base" : {
  365. "sounds" : {
  366. "ambient" : ["LOOPSANC"],
  367. "visit" : ["TEMPLE"]
  368. }
  369. },
  370. "types" : {
  371. "temple" : {
  372. "index" : 0,
  373. "aiValue" : 100,
  374. "rmg" : {
  375. "zoneLimit" : 1,
  376. "value" : 100,
  377. "rarity" : 100
  378. },
  379. "compatibilityIdentifiers" : [ "object" ],
  380. "onVisitedMessage" : 141,
  381. "description" : "@core.xtrainfo.23",
  382. "visitMode" : "bonus",
  383. "selectMode" : "selectFirst",
  384. "rewards" : [
  385. {
  386. "message" : 140,
  387. "limiter" : { "dayOfWeek" : 7 },
  388. "bonuses" : [ { "type" : "MORALE", "val" : 2, "duration" : "ONE_BATTLE", "description" : 97 } ]
  389. },
  390. {
  391. "message" : 140,
  392. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 96 } ]
  393. }
  394. ]
  395. }
  396. }
  397. },
  398. "rallyFlag" : {
  399. "index" : 64,
  400. "handler": "configurable",
  401. "base" : {
  402. "sounds" : {
  403. "ambient" : ["LOOPFLAG"],
  404. "visit" : ["MORALE"]
  405. }
  406. },
  407. "types" : {
  408. "rallyFlag" : {
  409. "index" : 0,
  410. "aiValue" : 100,
  411. "rmg" : {
  412. "zoneLimit" : 1,
  413. "value" : 100,
  414. "rarity" : 100
  415. },
  416. "compatibilityIdentifiers" : [ "object" ],
  417. "onVisitedMessage" : 111,
  418. "description" : "@core.xtrainfo.17",
  419. "visitMode" : "bonus",
  420. "selectMode" : "selectFirst",
  421. "rewards" : [
  422. {
  423. "message" : 110,
  424. "movePoints" : 400,
  425. "bonuses" : [
  426. { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 102 },
  427. { "type" : "LUCK", "val" : 1, "duration" : "ONE_BATTLE", "description" : 102 }
  428. ]
  429. }
  430. ]
  431. }
  432. }
  433. },
  434. "wateringHole" : {
  435. "index" : 110,
  436. "handler": "configurable",
  437. "base" : {
  438. "sounds" : {
  439. "visit" : ["MORALE"]
  440. }
  441. },
  442. "types" : {
  443. "wateringHole" : {
  444. "index" : 0,
  445. "aiValue" : 500,
  446. "rmg" : {
  447. "zoneLimit" : 1,
  448. "value" : 500,
  449. "rarity" : 50
  450. },
  451. "compatibilityIdentifiers" : [ "object" ],
  452. "onVisitedMessage" : 167,
  453. "description" : "@core.xtrainfo.13",
  454. "visitMode" : "bonus",
  455. "selectMode" : "selectFirst",
  456. "rewards" : [
  457. {
  458. "message" : 166,
  459. "movePoints" : 400,
  460. "bonuses" : [ { "type" : "MORALE", "val" : 1, "duration" : "ONE_BATTLE", "description" : 100 } ]
  461. }
  462. ]
  463. }
  464. }
  465. }
  466. }