mirror of
https://github.com/maca134/ExileLootDrop.git
synced 2024-08-30 17:22:13 +00:00
comment
This commit is contained in:
parent
92e832995f
commit
fbe4a98a32
@ -1,4 +1,15 @@
|
|||||||
ExileServer_system_lootManager_dropItem_sqf = {
|
ExileServer_system_lootManager_dropItem_sqf = {
|
||||||
|
/**
|
||||||
|
* ExileServer_system_lootManager_dropItem
|
||||||
|
*
|
||||||
|
* Exile Mod
|
||||||
|
* www.exilemod.com
|
||||||
|
* © 2015 Exile Mod Team
|
||||||
|
*
|
||||||
|
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||||
|
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
|
||||||
|
*/
|
||||||
|
|
||||||
private["_lootTableName","_itemClassName","_lootTableConfig","_sum","_count","_half","_halfIndex","_lootTableEntries","_maxPossible","_chance","_startIndex","_endIndex","_i","_entry"];
|
private["_lootTableName","_itemClassName","_lootTableConfig","_sum","_count","_half","_halfIndex","_lootTableEntries","_maxPossible","_chance","_startIndex","_endIndex","_i","_entry"];
|
||||||
_lootTableName = _this;
|
_lootTableName = _this;
|
||||||
_itemClassName = "";
|
_itemClassName = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user