A repository for a FoundryVTT plugin for Kingmaker homebrew.

Adding stuff to denote actions

Changed files
+488 -1
+488 -1
actions.json
··· 1 - ["lose2RolledResourceDice", "gain1RolledResourceDice", "lose1d6Unrest", "gain4Luxuries", "gain1d4Luxuries", "gainMultiple1ResourcePoints", "lose2Decay", "gain1d4ResourcePoints", "gain2Corruption", "gain2Stone", "lose4ResourceDiceNextTurn", "gain3Unrest", "gain1d4Unrest", "gain1PlagueEvent", "gain4Lumber", "gain1KRPNextTurn", "gain2Food", "lose1d4ResourcePoints", "gain1Lumber", "lose1d6ResourcePoints", "gain1Food", "lose2Corruption", "gain1KRP", "gain1BanditActivityEvent", "gain2RolledResourceDice", "gain1SupernaturalSolution", "gain2Ore", "lose2Crime", "lose1RolledResourceDice", "gain1PublicScandalEvent", "gainMultiple1ResourcePointsNextTurn", "gain1d6Unrest", "lose1KRP", "gain1Strife", "gain1Decay", "gain1Luxuries", "gain1d4ResourcePointsNextTurn", "lose1Decay", "gain2Luxuries", "gain1Ore", "gain2Crime", "lose1d4Food", "lose3d6ResourcePoints", "lose2ResourceDiceNextTurn", "gain4RolledResourceDice", "lose1d3Unrest", "gain1SquattersEvent", "lose1d4Unrest", "gain1MonsterActivityEvent", "lose6d6ResourcePoints", "gain2Lumber", "gainMultiple2ResourceDiceNextTurn", "lose1Strife", "lose1Corruption", "gain4Ore", "gain1Stone", "gain1Crime", "gain1Corruption", "lose1Crime", "gain4Food", "gain4Stone", "gain2Unrest", "gain1Unrest", "gain1CreativeSolution", "gain1CropFailureEvent", "lose1Unrest", "gain1ResourcePoints", "gain1ResourceDiceNextTurn", "lose2d6ResourcePoints", "lose2Strife", "gain1d4Food", "gainMultiple1ResourceDiceNextTurn"]
··· 1 + { 2 + "lose2RolledResourceDice": { 3 + "action": "gain-lose", 4 + "gain-lose": "lose", 5 + "amount": "2", 6 + "amount-type": "value", 7 + "resource": "resource-dice-rolled" 8 + }, 9 + "gain1RolledResourceDice": { 10 + "action": "gain-lose", 11 + "gain-lose": "gain", 12 + "amount": "1", 13 + "amount-type": "value", 14 + "resource": "resource-dice-rolled" 15 + }, 16 + "lose1d6Unrest": { 17 + "action": "gain-lose", 18 + "gain-lose": "lose", 19 + "amount": "1d6", 20 + "amount-type": "roll", 21 + "resource": "unrest" 22 + }, 23 + "gain4Luxuries": { 24 + "action": "gain-lose", 25 + "gain-lose": "gain", 26 + "amount": "4", 27 + "amount-type": "value", 28 + "resource": "luxuries" 29 + }, 30 + "gain1d4Luxuries": { 31 + "action": "gain-lose", 32 + "gain-lose": "gain", 33 + "amount": "1d4", 34 + "amount-type": "roll", 35 + "resource": "luxuries" 36 + }, 37 + "gainMultiple1ResourcePoints": { 38 + "action": "gain-lose", 39 + "gain-lose": "gain", 40 + "amount": "1", 41 + "amount-type": "value-multiple", 42 + "resource": "resource-points" 43 + }, 44 + "lose2Decay": { 45 + "action": "gain-lose", 46 + "gain-lose": "lose", 47 + "amount": "2", 48 + "amount-type": "value", 49 + "resource": "decay" 50 + }, 51 + "gain1d4ResourcePoints": { 52 + "action": "gain-lose", 53 + "gain-lose": "gain", 54 + "amount": "1d4", 55 + "amount-type": "roll", 56 + "resource": "resource-points" 57 + }, 58 + "gain2Corruption": { 59 + "action": "gain-lose", 60 + "gain-lose": "gain", 61 + "amount": "2", 62 + "amount-type": "value", 63 + "resource": "corruption" 64 + }, 65 + "gain2Stone": { 66 + "action": "gain-lose", 67 + "gain-lose": "gain", 68 + "amount": "2", 69 + "amount-type": "value", 70 + "resource": "stone" 71 + }, 72 + "lose4ResourceDiceNextTurn": { 73 + "action": "gain-lose", 74 + "gain-lose": "lose", 75 + "amount": "4", 76 + "amount-type": "value-next-turn", 77 + "resource": "resource-dice" 78 + }, 79 + "gain3Unrest": { 80 + "action": "gain-lose", 81 + "gain-lose": "gain", 82 + "amount": "3", 83 + "amount-type": "value", 84 + "resource": "unrest" 85 + }, 86 + "gain1d4Unrest": { 87 + "action": "gain-lose", 88 + "gain-lose": "gain", 89 + "amount": "1d4", 90 + "amount-type": "roll", 91 + "resource": "unrest" 92 + }, 93 + "gain1PlagueEvent": { 94 + "action": "gain-event", 95 + "event": "plague" 96 + }, 97 + "gain4Lumber": { 98 + "action": "gain-lose", 99 + "gain-lose": "gain", 100 + "amount": "4", 101 + "amount-type": "value", 102 + "resource": "lumber" 103 + }, 104 + "gain1KRPNextTurn": { 105 + "action": "gain-lose", 106 + "gain-lose": "gain", 107 + "amount": "1", 108 + "amount-type": "value-next-turn", 109 + "resource": "krp" 110 + }, 111 + "gain2Food": { 112 + "action": "gain-lose", 113 + "gain-lose": "gain", 114 + "amount": "2", 115 + "amount-type": "value", 116 + "resource": "food" 117 + }, 118 + "lose1d4ResourcePoints": { 119 + "action": "gain-lose", 120 + "gain-lose": "lose", 121 + "amount": "1d4", 122 + "amount-type": "roll", 123 + "resource": "resource-points" 124 + }, 125 + "gain1Lumber": { 126 + "action": "gain-lose", 127 + "gain-lose": "gain", 128 + "amount": "1", 129 + "amount-type": "value", 130 + "resource": "lumber" 131 + }, 132 + "lose1d6ResourcePoints": { 133 + "action": "gain-lose", 134 + "gain-lose": "lose", 135 + "amount": "1d6", 136 + "amount-type": "roll", 137 + "resource": "resource-points" 138 + }, 139 + "gain1Food": { 140 + "action": "gain-lose", 141 + "gain-lose": "gain", 142 + "amount": "1", 143 + "amount-type": "value", 144 + "resource": "food" 145 + }, 146 + "lose2Corruption": { 147 + "action": "gain-lose", 148 + "gain-lose": "lose", 149 + "amount": "2", 150 + "amount-type": "value", 151 + "resource": "corruption" 152 + }, 153 + "gain1KRP": { 154 + "action": "gain-lose", 155 + "gain-lose": "gain", 156 + "amount": "1", 157 + "amount-type": "value", 158 + "resource": "krp" 159 + }, 160 + "gain1BanditActivityEvent": { 161 + "action": "gain-event", 162 + "event": "bandit-activity" 163 + }, 164 + "gain2RolledResourceDice": { 165 + "action": "gain-lose", 166 + "gain-lose": "gain", 167 + "amount": "2", 168 + "amount-type": "value", 169 + "resource": "resource-dice-rolled" 170 + }, 171 + "gain1SupernaturalSolution": { 172 + "action": "gain-lose", 173 + "gain-lose": "gain", 174 + "amount": "1", 175 + "amount-type": "value", 176 + "resource": "supernatural-solution" 177 + }, 178 + "gain2Ore": { 179 + "action": "gain-lose", 180 + "gain-lose": "gain", 181 + "amount": "2", 182 + "amount-type": "value", 183 + "resource": "ore" 184 + }, 185 + "lose2Crime": { 186 + "action": "gain-lose", 187 + "gain-lose": "lose", 188 + "amount": "2", 189 + "amount-type": "value", 190 + "resource": "crime" 191 + }, 192 + "lose1RolledResourceDice": { 193 + "action": "gain-lose", 194 + "gain-lose": "lose", 195 + "amount": "1", 196 + "amount-type": "value", 197 + "resource": "resource-dice-rolled" 198 + }, 199 + "gain1PublicScandalEvent": { 200 + "action": "gain-event", 201 + "event": "public-scandal" 202 + }, 203 + "gainMultiple1ResourcePointsNextTurn": { 204 + "action": "gain-lose", 205 + "gain-lose": "gain", 206 + "amount": "1", 207 + "amount-type": "value-multiple-next-turn", 208 + "resource": "resource-points" 209 + }, 210 + "gain1d6Unrest": { 211 + "action": "gain-lose", 212 + "gain-lose": "gain", 213 + "amount": "1d6", 214 + "amount-type": "roll", 215 + "resource": "unrest" 216 + }, 217 + "lose1KRP": { 218 + "action": "gain-lose", 219 + "gain-lose": "lose", 220 + "amount": "1", 221 + "amount-type": "value", 222 + "resource": "krp" 223 + }, 224 + "gain1Strife": { 225 + "action": "gain-lose", 226 + "gain-lose": "gain", 227 + "amount": "1", 228 + "amount-type": "value", 229 + "resource": "strife" 230 + }, 231 + "gain1Decay": { 232 + "action": "gain-lose", 233 + "gain-lose": "gain", 234 + "amount": "1", 235 + "amount-type": "value", 236 + "resource": "decay" 237 + }, 238 + "gain1Luxuries": { 239 + "action": "gain-lose", 240 + "gain-lose": "gain", 241 + "amount": "1", 242 + "amount-type": "value", 243 + "resource": "luxuries" 244 + }, 245 + "gain1d4ResourcePointsNextTurn": { 246 + "action": "gain-lose", 247 + "gain-lose": "gain", 248 + "amount": "1d4", 249 + "amount-type": "roll-next-turn", 250 + "resource": "resource-points" 251 + }, 252 + "lose1Decay": { 253 + "action": "gain-lose", 254 + "gain-lose": "lose", 255 + "amount": "1", 256 + "amount-type": "value", 257 + "resource": "decay" 258 + }, 259 + "gain2Luxuries": { 260 + "action": "gain-lose", 261 + "gain-lose": "gain", 262 + "amount": "2", 263 + "amount-type": "value", 264 + "resource": "luxuries" 265 + }, 266 + "gain1Ore": { 267 + "action": "gain-lose", 268 + "gain-lose": "gain", 269 + "amount": "1", 270 + "amount-type": "value", 271 + "resource": "ore" 272 + }, 273 + "gain2Crime": { 274 + "action": "gain-lose", 275 + "gain-lose": "gain", 276 + "amount": "2", 277 + "amount-type": "value", 278 + "resource": "crime" 279 + }, 280 + "lose1d4Food": { 281 + "action": "gain-lose", 282 + "gain-lose": "lose", 283 + "amount": "1d4", 284 + "amount-type": "roll", 285 + "resource": "food" 286 + }, 287 + "lose3d6ResourcePoints": { 288 + "action": "gain-lose", 289 + "gain-lose": "lose", 290 + "amount": "3d6", 291 + "amount-type": "roll", 292 + "resource": "resource-points" 293 + }, 294 + "lose2ResourceDiceNextTurn": { 295 + "action": "gain-lose", 296 + "gain-lose": "lose", 297 + "amount": "2", 298 + "amount-type": "value-next-turn", 299 + "resource": "resource-dice" 300 + }, 301 + "gain4RolledResourceDice": { 302 + "action": "gain-lose", 303 + "gain-lose": "gain", 304 + "amount": "4", 305 + "amount-type": "value", 306 + "resource": "resource-dice-rolled" 307 + }, 308 + "lose1d3Unrest": { 309 + "action": "gain-lose", 310 + "gain-lose": "lose", 311 + "amount": "1d3", 312 + "amount-type": "roll", 313 + "resource": "unrest" 314 + }, 315 + "gain1SquattersEvent": { 316 + "action": "gain-event", 317 + "event": "squatters" 318 + }, 319 + "lose1d4Unrest": { 320 + "action": "gain-lose", 321 + "gain-lose": "lose", 322 + "amount": "1d4", 323 + "amount-type": "roll", 324 + "resource": "unrest" 325 + }, 326 + "gain1MonsterActivityEvent": { 327 + "action": "gain-event", 328 + "event": "monster-activity" 329 + }, 330 + "lose6d6ResourcePoints": { 331 + "action": "gain-lose", 332 + "gain-lose": "lose", 333 + "amount": "6d6", 334 + "amount-type": "roll", 335 + "resource": "resource-points" 336 + }, 337 + "gain2Lumber": { 338 + "action": "gain-lose", 339 + "gain-lose": "gain", 340 + "amount": "2", 341 + "amount-type": "value", 342 + "resource": "lumber" 343 + }, 344 + "gainMultiple2ResourceDiceNextTurn": { 345 + "action": "gain-lose", 346 + "gain-lose": "gain", 347 + "amount": "2", 348 + "amount-type": "value-multiple-next-turn", 349 + "resource": "resource-dice" 350 + }, 351 + "lose1Strife": { 352 + "action": "gain-lose", 353 + "gain-lose": "lose", 354 + "amount": "1", 355 + "amount-type": "value", 356 + "resource": "strife" 357 + }, 358 + "lose1Corruption": { 359 + "action": "gain-lose", 360 + "gain-lose": "lose", 361 + "amount": "1", 362 + "amount-type": "value", 363 + "resource": "corruption" 364 + }, 365 + "gain4Ore": { 366 + "action": "gain-lose", 367 + "gain-lose": "gain", 368 + "amount": "4", 369 + "amount-type": "value", 370 + "resource": "ore" 371 + }, 372 + "gain1Stone": { 373 + "action": "gain-lose", 374 + "gain-lose": "gain", 375 + "amount": "1", 376 + "amount-type": "value", 377 + "resource": "stone" 378 + }, 379 + "gain1Crime": { 380 + "action": "gain-lose", 381 + "gain-lose": "gain", 382 + "amount": "1", 383 + "amount-type": "value", 384 + "resource": "crime" 385 + }, 386 + "gain1Corruption": { 387 + "action": "gain-lose", 388 + "gain-lose": "gain", 389 + "amount": "1", 390 + "amount-type": "value", 391 + "resource": "corruption" 392 + }, 393 + "lose1Crime": { 394 + "action": "gain-lose", 395 + "gain-lose": "lose", 396 + "amount": "1", 397 + "amount-type": "value", 398 + "resource": "crime" 399 + }, 400 + "gain4Food": { 401 + "action": "gain-lose", 402 + "gain-lose": "gain", 403 + "amount": "4", 404 + "amount-type": "value", 405 + "resource": "food" 406 + }, 407 + "gain4Stone": { 408 + "action": "gain-lose", 409 + "gain-lose": "gain", 410 + "amount": "4", 411 + "amount-type": "value", 412 + "resource": "stone" 413 + }, 414 + "gain2Unrest": { 415 + "action": "gain-lose", 416 + "gain-lose": "gain", 417 + "amount": "2", 418 + "amount-type": "value", 419 + "resource": "unrest" 420 + }, 421 + "gain1Unrest": { 422 + "action": "gain-lose", 423 + "gain-lose": "gain", 424 + "amount": "1", 425 + "amount-type": "value", 426 + "resource": "unrest" 427 + }, 428 + "gain1CreativeSolution": { 429 + "action": "gain-lose", 430 + "gain-lose": "gain", 431 + "amount": "1", 432 + "amount-type": "value", 433 + "resource": "creative-solution" 434 + }, 435 + "gain1CropFailureEvent": { 436 + "action": "gain-event", 437 + "event": "crop-failure" 438 + }, 439 + "lose1Unrest": { 440 + "action": "gain-lose", 441 + "gain-lose": "lose", 442 + "amount": "1", 443 + "amount-type": "value", 444 + "resource": "unrest" 445 + }, 446 + "gain1ResourcePoints": { 447 + "action": "gain-lose", 448 + "gain-lose": "gain", 449 + "amount": "1", 450 + "amount-type": "value", 451 + "resource": "resource-points" 452 + }, 453 + "gain1ResourceDiceNextTurn": { 454 + "action": "gain-lose", 455 + "gain-lose": "gain", 456 + "amount": "1", 457 + "amount-type": "value-next-turn", 458 + "resource": "resource-dice" 459 + }, 460 + "lose2d6ResourcePoints": { 461 + "action": "gain-lose", 462 + "gain-lose": "lose", 463 + "amount": "2d6", 464 + "amount-type": "roll", 465 + "resource": "resource-points" 466 + }, 467 + "lose2Strife": { 468 + "action": "gain-lose", 469 + "gain-lose": "lose", 470 + "amount": "2", 471 + "amount-type": "value", 472 + "resource": "strife" 473 + }, 474 + "gain1d4Food": { 475 + "action": "gain-lose", 476 + "gain-lose": "gain", 477 + "amount": "1d4", 478 + "amount-type": "roll", 479 + "resource": "food" 480 + }, 481 + "gainMultiple1ResourceDiceNextTurn": { 482 + "action": "gain-lose", 483 + "gain-lose": "gain", 484 + "amount": "1", 485 + "amount-type": "value-multiple-next-turn", 486 + "resource": "resource-dice" 487 + } 488 + }