-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Zogniton edited this page Nov 30, 2023
·
4 revisions
Welcome to the Ark Survival Ascended Appetizer MOD wiki!
cheat gfi PrimalItemConsumable_DOTAppetizer 1 0 0
cheat gfi PrimalItemConsumable_FlatAppetizer 1 0 0
cheat gfi PrimalItemAmmo_AppetizerTranqDart 1 0 0
Class names:
Appetizer (Blue): PrimalItemConsumable_DOTAppetizer_C
Appetizer X(Red): PrimalItemConsumable_FlatAppetizer_C
Appetizer Dart: PrimalItemAmmo_AppetizerTranqDart_C
Example (make Appetizer (Blue) cost 1 Thatch and 2 Wood):
Place this in Game.ini (!! must be all in 1 line !!)
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_DOTAppetizer_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Thatch_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Wood_C",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))
Add the following config options to GameUserSettings.ini, values shown are defaults.
[Appetizer]
DOTFoodDrainMultiplier=5
DOTFoodDrainDuration=60
FlatFoodDrain=100
TranqDartTorporMultiplier=12
TranqDartFoodDrain=100
TranqDartPassiveDinoFeedingInterval=5
TranqDartPassiveDinoBuffDuration=60
DOTFoodDrainMultiplier
- Food consumption multiplier applied when using Appetizer (blue)
- if negative or 0 => default value is used
DOTFoodDrainDuration
- (seconds) Duration of Appetizer buff (blue)
- if negative or 0 => default value is used
FlatFoodDrain
- How much food AppetizerX (red) removes
- if negative or 0 => default value is used
TranqDartTorporMultiplier
- Torpor multiplier (vanilla tranq dart is 6x, shocking tranq dart is 12)
- if negative or 0 => default value is used
TranqDartFoodDrain
- How much food each dart removes
- 0 means use default
- -1 disables this feature, the dart will not remove food
TranqDartPassiveDinoFeedingInterval
- How often passive dino accepts food while under the effect of the dart (seconds).
- if negative or 0 => default value is used