Add subtitles

This commit is contained in:
Jeuvke 2022-02-15 02:23:35 +01:00
parent 5949674e24
commit 363e588929
2 changed files with 19 additions and 0 deletions

View file

@ -46,6 +46,13 @@
"item.hexcasting.uuid_colorizer": "Soulglimmer Pigment",
"block.hexcasting.conjured": "Conjured Block",
"itemGroup.hexcasting": "Hexcasting",
"hexcasting.subtitles.start_pattern": "Starting pattern",
"hexcasting.subtitles.add_line": "Adding line",
"hexcasting.subtitles.add_pattern": "Adding pattern",
"hexcasting.subtitles.fail_pattern": "Pattern fails",
"hexcasting.subtitles.ambiance": "Hex grid hums",
"hexcasting.subtitles.cast": "Hex casts",
"hexcasting.landing": "I seem to have discovered a new method of magical arts, in which one draws patterns strange and wild onto a hexagonal grid. It fascinates me. I've decided to start a journal of my thoughts and findings.",

View file

@ -1,5 +1,7 @@
{
"casting.start_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.start_pattern",
"sounds": [
{
"name": "hexcasting:add_line",
@ -9,6 +11,8 @@
]
},
"casting.add_line": {
"category": "master",
"subtitle": "hexcasting.subtitles.add_line",
"sounds": [
{
"name": "hexcasting:add_line",
@ -18,21 +22,29 @@
]
},
"casting.add_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.add_pattern",
"sounds": [
"hexcasting:add_pattern"
]
},
"casting.fail_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.fail_pattern",
"sounds": [
"hexcasting:fail_pattern"
]
},
"casting.ambiance": {
"category": "master",
"subtitle": "hexcasting.subtitles.ambiance",
"sounds": [
"hexcasting:casting_ambiance"
]
},
"casting.cast": {
"category": "master",
"subtitle": "hexcasting.subtitles.cast",
"sounds": [
"hexcasting:cast_hex"
]