Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @ tags #1818

Merged
merged 2 commits into from
Aug 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10573,7 +10573,7 @@
}
],
"entries": [
"Your book of shadows becomes a sentient object with an Intelligence score of 15 + your proficiency bonus, a Wisdom score of 12 + your Proficiency bonus, and a Charisma score of 14 + your Proficiency bonus. Also, it is imbued with some of the knowledge of your patron, and shares its alignment. It is also proficient in two skills from the following list: {@skill Arcana}, {@skill History}, {@skill Insight}, {@skill Investigation}, {@skill Nature}, {@skill Perception}, and {@skil Religion}. While it is capable of seeing and hearing its surroundings, it is not capable of speech nor moving on its own. It communicates by writing within the book's pages, and through its writing it can make or help with mental ability checks.",
"Your book of shadows becomes a sentient object with an Intelligence score of 15 + your proficiency bonus, a Wisdom score of 12 + your Proficiency bonus, and a Charisma score of 14 + your Proficiency bonus. Also, it is imbued with some of the knowledge of your patron, and shares its alignment. It is also proficient in two skills from the following list: {@skill Arcana}, {@skill History}, {@skill Insight}, {@skill Investigation}, {@skill Nature}, {@skill Perception}, and {@skill Religion}. While it is capable of seeing and hearing its surroundings, it is not capable of speech nor moving on its own. It communicates by writing within the book's pages, and through its writing it can make or help with mental ability checks.",
"For example, the book could make an Intelligence ({@skill History}) check to recall lore, and then write down whatever it recalls."
],
"featureType": [
Expand Down
2 changes: 1 addition & 1 deletion creature/Dragonix; Monster Manual Expanded II (v2).json
Original file line number Diff line number Diff line change
Expand Up @@ -8795,7 +8795,7 @@
"type": "entries",
"name": "Symbiotic Giants",
"entries": [
"Maurs are only encountered in the Underdark, and unless forced, never leave it. They are very rarely encountered in large groups, and, due to the challenges they have with their size, they work and create symbiotic relationships with smaller intelligent races such as {@creatur duergar}, {@creature grimlock||grimlocks}, {@creature deep gnome (svirfneblin)||svirfneblin}, and {@creature troglodyte||troglodytes} to serve as guards in exchange for food and treasure."
"Maurs are only encountered in the Underdark, and unless forced, never leave it. They are very rarely encountered in large groups, and, due to the challenges they have with their size, they work and create symbiotic relationships with smaller intelligent races such as {@creature duergar}, {@creature grimlock||grimlocks}, {@creature deep gnome (svirfneblin)||svirfneblin}, and {@creature troglodyte||troglodytes} to serve as guards in exchange for food and treasure."
]
}
]
Expand Down