Added fall and collision damage buttons in the GM Menu (#1756)

This commit is contained in:
WBHarry 2026-03-29 23:54:45 +02:00 committed by GitHub
parent e2b13d6717
commit dbd5ef8bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 19 deletions

View file

@ -450,7 +450,8 @@
},
"DaggerheartMenu": {
"title": "GM Tools",
"refreshFeatures": "Refresh Features"
"refreshFeatures": "Refresh Features",
"fallingAndCollision": "Falling And Collision Damage"
},
"DeleteConfirmation": {
"title": "Delete {type} - {name}",
@ -1155,6 +1156,12 @@
"description": ""
}
},
"fallAndCollision": {
"veryClose": { "label": "Very Close", "chatTitle": "Fall Damage: Very Close" },
"close": { "label": "Close", "chatTitle": "Fall Damage: Close" },
"far": { "label": "Far", "chatTitle": "Fall Damage: Far" },
"collision": { "label": "Collision", "chatTitle": "Dangerous Collision" }
},
"FeatureForm": {
"label": "Feature Form",
"passive": "Passive",