1,158
edits
(Created page with "每當遊戲生成 actors 時,PlacementMgr 會呼叫這個函數。(actor 可以是武器或是敵人)") |
(Created page with "它會用各種表格跟各種經驗值計算武器或敵人要升級多少。") |
||
Line 204: | Line 204: | ||
每當遊戲生成 actors 時,[[PlacementMgr]] 會呼叫這個函數。(actor 可以是武器或是敵人) | 每當遊戲生成 actors 時,[[PlacementMgr]] 會呼叫這個函數。(actor 可以是武器或是敵人) | ||
它會用各種表格跟各種經驗值計算武器或敵人要升級多少。 | |||
All flags that are referenced in the configuration file are of the form <code>Defeated_%s_Num</code>, but technically the configuration format allows for other flags to be specified. | All flags that are referenced in the configuration file are of the form <code>Defeated_%s_Num</code>, but technically the configuration format allows for other flags to be specified. |