Skip to content

Commit

Permalink
Fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Apr 28, 2022
1 parent 21e83ed commit e1c923f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cd.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
]
},
"EnemyDamageModifier": {
"description": "The amount of damage done to player by enemies for the corresponding player count.",
"description": "The amount of damage done to players by enemies for the corresponding player count.",
"default": [2.8, 3, 3.2, 3.4],
"oneOf": [{
"type": "array",
Expand All @@ -327,7 +327,7 @@
]
},
"EnemyCountModifier": {
"description": "The amount of damage done to player by enemies for the corresponding player count.",
"description": "The number of enemies spawned for nearly all wave and encounter types for the corresponding player count.",
"default": [0.85, 0.85, 1.25, 1.5],
"oneOf": [{
"type": "array",
Expand Down

0 comments on commit e1c923f

Please sign in to comment.