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

Languages fix #129

Merged
merged 2 commits into from
Mar 14, 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
4 changes: 2 additions & 2 deletions data/creature_codex/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@
"hit_dice": "15d10+90",
"hit_points": "172",
"intelligence": "6",
"languages": "none",
"languages": "",
"name": "Ammut",
"perception": 11,
"senses": "darkvision 120 ft., passive Perception 21",
Expand Down Expand Up @@ -3823,7 +3823,7 @@
"hit_dice": "15d10+75",
"hit_points": "157",
"intelligence": "10",
"languages": "Giant, Orcish, Sylvan",
"languages": "Giant, Orc, Sylvan",
"name": "Chuhaister",
"reactions": [
{
Expand Down
2 changes: 1 addition & 1 deletion data/menagerie/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -7578,8 +7578,8 @@
"stealth": 5
},
"senses": "passive Perception 13",
"languages": "Blink Dog, understands but cant speak Sylvan",
"challenge_rating": "1/4",
"languages": "Blink Dog; understands but can't speak Sylvan",
"special_abilities": [
{
"name": "Keen Hearing and Smell",
Expand Down
10 changes: 5 additions & 5 deletions data/tome_of_beasts/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"persuasion": 12,
"damage_immunities": "fire",
"senses": "passive Perception 17",
"languages": "Common, Draconic, Elven, Sylvan",
"languages": "Common, Draconic, Elvish, Sylvan",
"challenge_rating": "11",
"special_abilities": [
{
Expand Down Expand Up @@ -12985,7 +12985,7 @@
"damage_immunities": "lightning",
"condition_immunities": "exhaustion",
"senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 16",
"languages": "Common, Elemental, Elvish, Giant",
"languages": "Common, Primordial, Elvish, Giant",
"challenge_rating": "16",
"special_abilities": [
{
Expand Down Expand Up @@ -13580,7 +13580,7 @@
"charisma": 7,
"constitution_save": 6,
"senses": "darkvision 120 ft., passive Perception 10",
"languages": "Giant, Orcish, Sylvan",
"languages": "Giant, Orc, Sylvan",
"challenge_rating": "4",
"special_abilities": [
{
Expand Down Expand Up @@ -18246,7 +18246,7 @@
"damage_immunities": "poison, psychic, radiant",
"condition_immunities": "blinded, charmed, exhaustion (see Lightform special ability), grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
"senses": "blindsight 120 ft., truesight 60 ft., passive Perception 17",
"languages": "Common, Celestial, Elemental, Elvish, Giant",
"languages": "Common, Celestial, Primordial, Elvish, Giant",
"challenge_rating": "8",
"special_abilities": [
{
Expand Down Expand Up @@ -21063,7 +21063,7 @@
"perception": 2,
"stealth": 7,
"senses": "darkvision 60 ft., passive Perception 12",
"languages": "Common, Thieves Cant",
"languages": "Common, Thieves' Cant",
"challenge_rating": "1",
"special_abilities": [
{
Expand Down
Loading