amar-tui 2.1.1 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/amar-tui.rb +8198 -0
  3. data/cli_enc_output.rb +87 -0
  4. data/cli_enc_output_new.rb +433 -0
  5. data/cli_enc_output_new_3tier.rb +198 -0
  6. data/cli_enc_output_new_compact.rb +238 -0
  7. data/cli_name_gen.rb +21 -0
  8. data/cli_npc_output.rb +279 -0
  9. data/cli_npc_output_new.rb +752 -0
  10. data/cli_town_output.rb +39 -0
  11. data/cli_weather_output.rb +36 -0
  12. data/includes/class_enc.rb +341 -0
  13. data/includes/class_enc_new.rb +512 -0
  14. data/includes/class_monster_new.rb +551 -0
  15. data/includes/class_npc.rb +1378 -0
  16. data/includes/class_npc_new.rb +1322 -0
  17. data/includes/class_npc_new.rb.backup +706 -0
  18. data/includes/class_npc_new_skills.rb +153 -0
  19. data/includes/class_town.rb +237 -0
  20. data/includes/d6s.rb +40 -0
  21. data/includes/equipment_tables.rb +120 -0
  22. data/includes/functions.rb +67 -0
  23. data/includes/includes.rb +30 -0
  24. data/includes/randomizer.rb +15 -0
  25. data/includes/spell_catalog.rb +446 -0
  26. data/includes/tables/armour.rb +13 -0
  27. data/includes/tables/chartype.rb +4412 -0
  28. data/includes/tables/chartype_new.rb +765 -0
  29. data/includes/tables/chartype_new_full.rb +2713 -0
  30. data/includes/tables/enc_specific.rb +168 -0
  31. data/includes/tables/enc_type.rb +17 -0
  32. data/includes/tables/encounters.rb +99 -0
  33. data/includes/tables/magick.rb +169 -0
  34. data/includes/tables/melee.rb +36 -0
  35. data/includes/tables/missile.rb +17 -0
  36. data/includes/tables/monster_stats_new.rb +264 -0
  37. data/includes/tables/month.rb +18 -0
  38. data/includes/tables/names.rb +21 -0
  39. data/includes/tables/personality.rb +12 -0
  40. data/includes/tables/race_templates.rb +318 -0
  41. data/includes/tables/religions.rb +266 -0
  42. data/includes/tables/spells_new.rb +496 -0
  43. data/includes/tables/tier_system.rb +104 -0
  44. data/includes/tables/town.rb +71 -0
  45. data/includes/tables/weather.rb +41 -0
  46. data/includes/town_relations.rb +127 -0
  47. data/includes/weather.rb +108 -0
  48. data/includes/weather2latex.rb +114 -0
  49. data/lib/rcurses.rb +33 -0
  50. metadata +116 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57a4077a6c198ac9dab38ed13dea96f24e9c997817ccfb89d892742ed7aa2b06
4
- data.tar.gz: 1326d91f49b82d3d11666c2bf04343eb627e9c97191359b63e696323e0341e11
3
+ metadata.gz: 805777f5899707181d8755c182980bcae81532f6876a52418d948c064fe6e825
4
+ data.tar.gz: 99f196e8b1e0cfe2c5a4d89e979db5a3d74aaa332d398a6af48d30042b8b41eb
5
5
  SHA512:
6
- metadata.gz: b75ed78334e7b262e59a111ce4c54d10b48b43510b2d0e798860236a5608a2b3ee136bfbf175db48d841e1c70a693da9d119d3e9209448c3ff4cddb1403439c5
7
- data.tar.gz: 8e5a4d326dc0cf6e437bbc0915abec3c108f1372b2181453db4934e81e3677424e87f235939fbdf60c7d5c8c4b936286ec16433fe07d368bdfc5a3ac881aa924
6
+ metadata.gz: 05ba49a6a4b27c66acf40edf4343722116efe554212d51b40c066442b8eea026bbdc04a52e6f9a52fc646149d3fdddd70c488f98b80d5df6edfe97668003707a
7
+ data.tar.gz: 25cae42cdec669800917d26cfb5c5ff39305d69157cf1a55349414ea12a803c280b8cbfe9c3c5aea2574d15cda50497308f7668415666cbff288677dd1830a6c