Darkest Dungeon Mod Yapma Rehberi -Trinkets

Darkest Dungeon®287 views8 favorites3 min readTurkishby KılıçUpdated Aug 31, 2021View on Steam ↗

Trinket Modlama

1-
Trinket Yaratma
Öncelikle oyundaki bütün eşyalara (Trinket olarak) erişmek ve bunların kodlarını görmek için:
Darkest Dungeon/ trinkets / base.entries.trinkets
Dosyasını açın. Ardından (Ben Code Writer kullanıyorum ama Notepad++ olsa da bir sorun çıkartmaz) base.entries.trinkets dosyasını herhangi bir metin belgesi editleme dostasından açın.

Trinketinizi yaratmak için örnek bir trinket komutu göstereceğim

{
"id" : "crow_wingfeather",
"buffs" :
[
"TRINKET_CROW_WINGFEATHER_BUFF",
"TRINKET_CROW_DISEASERESIST_BUFF",
"TRINKET_CROW_WINGFEATHER_BUFF2",
"TRINKET_CROW_STRESS_DEBUFF"
],
"hero_class_requirements":
[
],
"rarity" : "crow",
"price" : 1,
"limit" : 1,
"origin_dungeon" : ""
},

ID : "ID" kısmı yaratacağınız eşyanın adını belirler.

buff : "buff" kısmı yaratacığınız eşyanın karaktere hangi etkileri yaptığını söyler

Here Class Requirements : Eşyanızın herhangi bir karaktere özel olup olmadığını belirler.

Rarity : Eşyanızın nadirlik seviyesini belirler

Price : Eşyanızın Nomad Vagon da satış fiyatını belirler

Origin Dungeon : Eşyanızın hangi dungeon da bulunabileceğini belirler (Eğer dungeon a özel olmasını istemiyorsanız boş bırakın"

2-
BUFF Komutları

Bu komutları kullanarak eşyanıza istediğiniz özelliği verebilirsiniz.

Buff Stat Type Buff Stat Subtype Buff Description

combat_stat_add crit_chance This adjusts the critical chance (CRIT) of the target.
combat_stat_add defense_rating This adjusts the dodge (DODGE) of the target.
combat_stat_add protection_rating This adjusts the protection (PROT) of the target.
combat_stat_add speed_rating This adjusts the speed (SPD) of the target.
combat_stat_multiply max_hp This adjusts the maximum health points (HP) of the target.
combat_stat_multiply damage_low This adjusts the minimum damage (DMG) of the target.
combat_stat_multiply damage_high This adjusts the maximum damage (DMG) of the target.
hp_heal_amount This additively adjusts the minimum and maximum healing power of the target. A 1-1 heal with a "4.0" hp_heal_amount buff will become a 5-5 heal.
hp_heal_percent This multiplicatively adjusts the minimum and maximum healing power of the target. A 4-8 heal with a "0.5" hp_heal_percent buff will become a 6-12 heal.
hp_heal_received_percent This adjusts the healing received power of the target.
stress_dmg_percent This adjusts the stress damage done by the target.
stress_heal_percent This adjusts the stress healing done by the target.
stress_dmg_received_percent This adjusts the stress damage received by the target.
stress_heal_received_percent This adjusts the stress healing received by the target.
resistance stun This adjusts the stun resistance of the target.
resistance move This adjusts the move resistance of the target.
resistance poison This adjusts the blight resistance of the target.
resistance bleed This adjusts the bleed resistance of the target.
resistance disease This adjusts the disease resistance of the target.
resistance debuff This adjusts the debuff resistance of the target.
resistance death_blow This adjusts the deathblow resistance of the target.
resistance trap This adjusts the trap disarm chance of the target.
poison_chance This adjusts the blight skill chance of the target.
bleed_chance This adjusts the bleed skill chance of the target.
stun_chance This adjusts the stun skill chance of the target.
debuff_chance This adjusts the debuff skill chance of the target.
move_chance This adjusts the move skill chance of the target.
resolve_check_percent This adjusts the virtue chance of the target. A positive amount will increase the chance for a virtue, and a negative chance will increase the chance for an affliction.
scouting_chance This adjusts the scouting chance of the party.
remove_negative_quirk_chance This adjusts the chance for a negative quirk to be removed from a target. Currently all chances are guaranteed (Sanitarium and curios), so this buff remains unused.
food_consumption_percent This adjusts the amount of food consumed by a party member.
starving_damage_percent This adjusts the amount of damage done to a party member when starving.
resolve_xp_bonus_percent This adjusts the amount of resolve experience the target gains at the end of a quest.
upgrade_discount_weapon This adjusts the price of weapon upgrades for the target.
upgrade_discount_armour This adjusts the price of armour upgrades for the target.
party_surprise_chance This adjusts the chance for the hero party to be surprised.
monsters_surprise_chance This adjusts the chance for the enemy party to be surprised.
damage_received_percent This adjusts how much damage the target receives. This buff also applies to DoT damage.

Daha fazla bilgi için
http://store.steampowered.com

Okuduğunuz için teşekkürler.Rehberimi beğenirseniz sevinirim.

This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.