Browse Source

Adjust docs

Ivan Savenko 11 months ago
parent
commit
be0da8442e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modders/Entities_Format/Spell_Format.md

+ 1 - 1
docs/modders/Entities_Format/Spell_Format.md

@@ -167,7 +167,7 @@ TODO
 	],
 	"cast" : []
 	"hit":["C20SPX"],
-	"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
+	"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom", "transparency" : 0.5}, "C11SPA1"]
 }
 ```