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", "item.hexcasting.uuid_colorizer": "Soulglimmer Pigment",
"block.hexcasting.conjured": "Conjured Block", "block.hexcasting.conjured": "Conjured Block",
"itemGroup.hexcasting": "Hexcasting", "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.", "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": { "casting.start_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.start_pattern",
"sounds": [ "sounds": [
{ {
"name": "hexcasting:add_line", "name": "hexcasting:add_line",
@ -9,6 +11,8 @@
] ]
}, },
"casting.add_line": { "casting.add_line": {
"category": "master",
"subtitle": "hexcasting.subtitles.add_line",
"sounds": [ "sounds": [
{ {
"name": "hexcasting:add_line", "name": "hexcasting:add_line",
@ -18,21 +22,29 @@
] ]
}, },
"casting.add_pattern": { "casting.add_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.add_pattern",
"sounds": [ "sounds": [
"hexcasting:add_pattern" "hexcasting:add_pattern"
] ]
}, },
"casting.fail_pattern": { "casting.fail_pattern": {
"category": "master",
"subtitle": "hexcasting.subtitles.fail_pattern",
"sounds": [ "sounds": [
"hexcasting:fail_pattern" "hexcasting:fail_pattern"
] ]
}, },
"casting.ambiance": { "casting.ambiance": {
"category": "master",
"subtitle": "hexcasting.subtitles.ambiance",
"sounds": [ "sounds": [
"hexcasting:casting_ambiance" "hexcasting:casting_ambiance"
] ]
}, },
"casting.cast": { "casting.cast": {
"category": "master",
"subtitle": "hexcasting.subtitles.cast",
"sounds": [ "sounds": [
"hexcasting:cast_hex" "hexcasting:cast_hex"
] ]