瀏覽代碼

Adjust docs

Ivan Savenko 11 月之前
父節點
當前提交
be0da8442e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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" : []
 	"cast" : []
 	"hit":["C20SPX"],
 	"hit":["C20SPX"],
-	"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
+	"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom", "transparency" : 0.5}, "C11SPA1"]
 }
 }
 ```
 ```