forked from fvtt-cn/pf2e_compendium_chn
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Simplified))
Currently translated at 0.0% (0 of 39 strings) Translation: PF2/pf2e-kingmaker-tools.kingmaker-tools-macros Translate-URL: http://150.109.5.239/projects/pf2/pf2e-kingmaker-toolskingmaker-tools-macros/zh_Hans/
- Loading branch information
Showing
1 changed file
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,81 @@ | ||
{} | ||
{ | ||
"entries": { | ||
"Advance/Retract to Time of Day": { | ||
"command": "game.pf2eKingmakerTools.macros.toTimeOfDayMacro()", | ||
"name": "Advance/Retract to Time of Day" | ||
}, | ||
"Army Help": { | ||
"name": "Army Help", | ||
"command": "game.pf2eKingmakerTools.macros.armyHelpMacro()" | ||
}, | ||
"Award XP": { | ||
"name": "Award XP", | ||
"command": "game.pf2eKingmakerTools.macros.awardXpMacro()" | ||
}, | ||
"Camping": { | ||
"name": "Camping", | ||
"command": "game.pf2eKingmakerTools.macros.openCampingSheet()" | ||
}, | ||
"Edit Army Statistics": { | ||
"name": "Edit Army Statistics", | ||
"command": "game.pf2eKingmakerTools.macros.editArmyStatisticsMacro(token?.document?.baseActor)" | ||
}, | ||
"Edit Structure Rules": { | ||
"name": "Edit Structure Rules", | ||
"command": "game.pf2eKingmakerTools.macros.editStructureMacro(actor)" | ||
}, | ||
"Reset Hero Points": { | ||
"name": "Reset Hero Points", | ||
"command": "game.pf2eKingmakerTools.macros.resetHeroPointsMacro()" | ||
}, | ||
"Roll Actor Skill Check": { | ||
"name": "Roll Actor Skill Check", | ||
"command": "game.pf2eKingmakerTools.macros.rollSkillDialog()" | ||
}, | ||
"Roll Kingdom Event": { | ||
"name": "Roll Kingdom Event", | ||
"command": "game.pf2eKingmakerTools.macros.kingdomEventsMacro()" | ||
}, | ||
"Roll Kingmaker Weather": { | ||
"name": "Roll Kingmaker Weather", | ||
"command": "game.pf2eKingmakerTools.macros.rollKingmakerWeatherMacro()" | ||
}, | ||
"Roll Perception Exploration": { | ||
"name": "Roll Perception Exploration", | ||
"command": "game.pf2eKingmakerTools.macros.rollExplorationSkillCheck('perception', 'Search')" | ||
}, | ||
"Roll Stealth Exploration": { | ||
"name": "Roll Stealth Exploration", | ||
"command": "game.pf2eKingmakerTools.macros.rollExplorationSkillCheck('stealth', 'Avoid Notice')" | ||
}, | ||
"Scene Weather Settings": { | ||
"name": "Scene Weather Settings", | ||
"command": "game.pf2eKingmakerTools.macros.sceneWeatherSettingsMacro()" | ||
}, | ||
"Set Combat Playlist": { | ||
"command": "game.pf2eKingmakerTools.macros.setSceneCombatPlaylistDialogMacro(actor)", | ||
"name": "Set Combat Playlist" | ||
}, | ||
"Set Current Weather": { | ||
"name": "Set Current Weather", | ||
"command": "game.pf2eKingmakerTools.macros.setCurrentWeatherMacro()" | ||
}, | ||
"Toggle Combat Tracks": { | ||
"name": "Toggle Combat Tracks", | ||
"command": "game.pf2eKingmakerTools.macros.toggleCombatTracksMacro()" | ||
}, | ||
"Toggle Shelter from Weather": { | ||
"name": "Toggle Shelter from Weather", | ||
"command": "game.pf2eKingmakerTools.macros.toggleShelteredMacro()" | ||
}, | ||
"Toggle Weather": { | ||
"name": "Toggle Weather", | ||
"command": "game.pf2eKingmakerTools.macros.toggleWeatherMacro()" | ||
}, | ||
"View Kingdom": { | ||
"name": "View Kingdom", | ||
"command": "game.pf2eKingmakerTools.macros.viewKingdomMacro()" | ||
} | ||
}, | ||
"label": "Macros" | ||
} |