|
|
| Line 88: |
Line 88: |
| <select id="c_sel3" style="width:100%;margin-top:10px;padding:10px;background:#11161c;color:#e6edf3;border:1px solid #1f2a35;border-radius:8px;font-size:14px;box-sizing:border-box;"> | | <select id="c_sel3" style="width:100%;margin-top:10px;padding:10px;background:#11161c;color:#e6edf3;border:1px solid #1f2a35;border-radius:8px;font-size:14px;box-sizing:border-box;"> |
| <option value="">Select Trait</option> | | <option value="">Select Trait</option> |
| <option value="brute_force_rules">Brute Force Rules</option>
| | <option value="moonlight">Moonlight Assault (Wolf)</option> |
| <option value="clean_hygienic">Clean and Hygienic</option>
| |
| <option value="eureka">Eureka Moment</option>
| |
| <option value="extra_load">Extra Load</option>
| |
| <option value="feline">Feline Creatures</option>
| |
| <option value="herbivore">Herbivore</option>
| |
| <option value="knights">Knights of The Round Table</option>
| |
| <option value="temperature">Master of Temperatures</option>
| |
| <option value="mind_massage">Mind Massage</option>
| |
| <option value="moonlight">Moonlight Assault</option> | |
| <option value="music_resonance">Music Resonance</option>
| |
| <option value="neon">Neon Flicker</option>
| |
| <option value="nightmare">Nightmare Waters</option>
| |
| <option value="polar_beast">Polar Beast Polar</option>
| |
| <option value="pollution">Pollution Adaptation</option>
| |
| <option value="precision">Precision Moment</option>
| |
| <option value="top_grunt">Top Grunt</option>
| |
| <option value="warm_flame">Warm Flame</option>
| |
| </select> | | </select> |
| <div id="c_out3" style="display:none;margin-top:10px;background:#0d1319;border:1px solid #1f2a35;border-radius:10px;padding:12px;"></div> | | <div id="c_out3" style="display:none;margin-top:10px;background:#0d1319;border:1px solid #1f2a35;border-radius:10px;padding:12px;"></div> |
| Line 312: |
Line 295: |
| }; | | }; |
| var c_data3 = { | | var c_data3 = { |
| brute_force_rules:["Brute Force Rules",["Animal: Bear","Trait: After syncing, your dodging or mid-air dashing under the Aero Leap whim will shatter any ores or trees you touch, but you won't get resources from them."]],
| | moonlight:["Moonlight Assault (Wolf)",["At night, Deviant Skill and Activity Recovery rates are increased"]] |
| clean_hygienic:["Clean and Hygienic",["Sanity recovers to 20%"]],
| |
| eureka:["Eureka Moment",["Reveal attacker and reduce damage"]],
| |
| extra_load:["Extra Load",["Item: Carton","Trait: After syncing, Maximum Load is increased by 20"]],
| |
| feline:["Feline Creatures",["No fall damage"]],
| |
| herbivore:["Herbivore",["Animal: Deer or Sheep","Trait: After syncing, nearby herbivores will no longer flee from the player"]],
| |
| knights:["Knights of The Round Table",["Item: American Coffee Table","Trait: Slightly reduces damage taken by this Deviation"]],
| |
| temperature:["Master of Temperatures",["Heat Resist +10"]],
| |
| mind_massage:["Mind Massage",["Sanity recovery"]],
| |
| moonlight:["Moonlight Assault",["Animal: Wolf","Perk: At night, Deviant Energy and Mood (Activity) recovery rates are increased."]], | |
| music_resonance:["Music Resonance",["No music needed"]],
| |
| neon:["Neon Flicker",["+1 Mood (Activity) per trait"]],
| |
| nightmare:["Nightmare Waters",["Dive boost"]],
| |
| polar_beast:["Polar Beast Polar",["+10% attack below 0C"]],
| |
| pollution:["Pollution Adaptation",["90% slower sanity loss"]],
| |
| precision:["Precision Moment",["Hourly buffs"]],
| |
| top_grunt:["Top Grunt",["No stamina gathering"]],
| |
| warm_flame:["Warm Flame",["Cold Resist +10"]]
| |
| }; | | }; |
|
| |
|