Reference: buffs: every buff by class - the keys the API takes, one big table; load only when the mode needs one # Buffs > Every buff of the game by class: the keys GivePlayerBuff takes and the class names claimed_buffs takes. Every buff of Kingdom Come: Deliverance II - **929** buffs from the game's `Libs/Tables/rpg/buff*.xml`, one page per class. A buff is a timed or permanent modifier on a soul: a potion's effect, an injury, drunkenness, a perk's bonus. - `GivePlayerBuff(pid, buff [, seconds])`, `RemovePlayerBuff(pid, buff)`, `HasPlayerBuff(pid, buff)` take a buff by **id**, **name** (case-insensitive) or **GUID**; `GetBuffGuid`, `GetBuffInfo` and `FindBuffs` look them up ([Lua](/lua/server/functions/giveplayerbuff/), [C#](/csharp/server/)). - `[combat] claimed_buffs` in `server.toml` and `ClaimBuffClasses({...})` name **classes** - the page names below - the server takes over: a client undoes the game's own application of any buff of a claimed class unless the server gave it. - The **duration** is the game's own, in game minutes (-1 = until removed); the server's `seconds` argument is its own clock. The id is the buff's place in the name-sorted export: keep the name or the GUID in anything durable. | Page | Entries | |---|---:| | [Alcohol](/reference/buffs/alcohol/) | 12 | | [Food Poison](/reference/buffs/food-poison/) | 1 | | [ForcedDrunkenness](/reference/buffs/forced-drunkenness/) | 23 | | [Hangover](/reference/buffs/hangover/) | 6 | | [Heal](/reference/buffs/heal/) | 7 | | [Injury](/reference/buffs/injury/) | 8 | | [Item Buff](/reference/buffs/item-buff/) | 21 | | [Overeat](/reference/buffs/overeat/) | 2 | | [Perception](/reference/buffs/perception/) | 9 | | [Perfume](/reference/buffs/perfume/) | 13 | | [Perk Buff](/reference/buffs/perk-buff/) | 297 | | [Plague](/reference/buffs/plague/) | 4 | | [Poison](/reference/buffs/poison/) | 34 | | [Potion](/reference/buffs/potion/) | 77 | | [Punishment](/reference/buffs/punishment/) | 14 | | [Satisfaction](/reference/buffs/satisfaction/) | 4 | | [Script System](/reference/buffs/script-system/) | 155 | | [System Buff](/reference/buffs/system-buff/) | 147 | | [Testing Combat Buff](/reference/buffs/testing-combat-buff/) | 12 | | [Testing Stat Buff](/reference/buffs/testing-stat-buff/) | 73 | | [Unconsciousness](/reference/buffs/unconsciousness/) | 5 | | [Weapon Skill Buff](/reference/buffs/weapon-skill-buff/) | 5 | # Buffs: Alcohol > The 12 buffs of the Alcohol class: id, name, English name, duration and GUID. The **`Alcohol`** class - 12 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 14 | `alcoholism` | | -1 | `cd727cba-0507-4e97-bab9-ae4fe6d55d07` | | 15 | `alcoholism_level1` | Craving | -1 | `072de769-e653-4191-80e6-8c1fcd207d59` | | 16 | `alcoholism_level2` | Appetite | -1 | `26ddafa9-42ff-4416-bf7d-2d9aa4075ad0` | | 17 | `alcoholism_level3` | Desire | -1 | `ccc546e2-5a5f-428b-8c79-5d7953218180` | | 18 | `alcoholism_level4` | Demand | -1 | `529f69fb-3da9-4971-b128-4e4bf8c55fe6` | | 19 | `alcoholism_level5` | Need | -1 | `aa59e6c0-9233-4aab-8a6f-c1c02bd17924` | | 20 | `alcoholism_level6` | Obsession | -1 | `57095908-1351-40a3-b8c2-c3f8216b77ad` | | 135 | `drunkenness` | Drunkenness | -1 | `ff92671b-2a82-4def-8d59-51627e0ecfc7` | | 254 | `npc_drunkenness` | | -1 | `ffc20522-134d-4811-8bc5-e933b74b7081` | | 255 | `npc_drunkenness_nonpersistent` | | -1 | `c61da6da-01bc-4f55-8152-7165f46590b3` | | 722 | `quest_hledaniLichtenstejna_udo_drunkenness` | | -1 | `7296d3c1-fca0-48ef-b8af-c2bfad31598c` | | 756 | `quest_ucednik_npcFadingDrunkness` | | 200 | `21be065a-31f3-44bb-85c3-96ce42445fd0` | # Buffs: Food Poison > The 1 buffs of the Food Poison class: id, name, English name, duration and GUID. The **`Food Poison`** class - 1 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 153 | `food_poisoning` | Food Poisoning | -1 | `aeef8e78-896a-4106-ab2f-62bec1d98378` | # Buffs: ForcedDrunkenness > The 23 buffs of the ForcedDrunkenness class: id, name, English name, duration and GUID. The **`ForcedDrunkenness`** class - 23 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 603 | `player_remove_drunkness` | | 1 | `e928b585-1391-4cbd-84b2-4ed573263efa` | | 716 | `quest_bohutovaVlozka_startQuestDrinkingInPub` | | 200 | `f18772f9-99fc-550d-9725-4fddd8574068` | | 717 | `quest_budovaniLazni_drunkAfterParty` | | 1 | `e3453dfa-70f9-49dc-9c0c-8426a7c532c2` | | 720 | `quest_erik_forceDrunkenness0` | | -1 | `d6707e6d-bd5f-4e09-ae0d-40dc65ba983e` | | 721 | `quest_fistfightsChampion_drinkingWithBarnabas_alcoholStartState` | | 200 | `d53e09a0-1b8a-43eb-8be3-673108ed2569` | | 723 | `quest_kejkliri_drunkLuteCrusher` | | 200 | `a05916dd-634b-4c11-81b6-6dc8e4bd52cd` | | 729 | `quest_kumaniNaTrosecku_campDrinkingFirstPhase` | | 200 | `73094e4b-b127-4112-854f-3a6885cbb8de` | | 730 | `quest_kumaniNaTrosecku_campDrinkingFirstPhase_nonpersistent` | | -1 | `62bf2a7f-bddb-4bec-9a1c-071e472ae607` | | 732 | `quest_kumaniNaTrosecku_campDrinkingSecondPhase` | | 200 | `d41d5f5f-caa1-4207-8a02-bc6f7f7b911f` | | 733 | `quest_kumaniNaTrosecku_campDrinkingSecondPhase_nonpersistent` | | -1 | `66a4bda4-a8d6-47ac-a4d1-b166ce62aea9` | | 734 | `quest_kumaniNaTrosecku_campDrinkingSecondPhaseNotSoDrunk` | | 200 | `14353495-866f-471a-b446-7a3e1099c35c` | | 735 | `quest_kumaniNaTrosecku_campDrinkingSecondPhaseNotSoDrunk_nonpersistent` | | -1 | `dfeb773e-6270-4ffa-92c7-09772a914dcb` | | 744 | `quest_prepadeniVlasskehoDvora_bohutaDrunkenness_nonpersistent` | | 1 | `973a0f71-595d-48ca-91d2-d770951fd5d6` | | 747 | `quest_sedmStatecnych2_drinkingSecondPhaseDrunk_nonpersistent` | | -1 | `fa71d1ee-10de-4835-8d77-688558d4d033` | | 750 | `quest_setkaniVRatbori2_drunkBohuta` | | 5 | `7028ef11-7dbf-44ad-b3b6-e8795e0a7f2d` | | 755 | `quest_ucednik_drunkness_blackout` | | 60 | `09e69c2c-023b-4822-81c8-de14570e5e22` | | 757 | `quest_ucednik_specialDrunk` | | 1 | `2da23f38-bf0d-4ee3-9c89-66aa93082dd0` | | 758 | `quest_ucednik_specialDrunk_nonpersistent` | | -1 | `873606da-21cb-4274-91ce-a7943dff9586` | | 768 | `quest_zikmunduvTabor_dedrunk` | | 1 | `e8541aae-07e1-87ca-8cfd-a462a12a8080` | | 770 | `quest_zikmunduvTabor_drunkHard` | | 1 | `fbda778d-108a-9fe8-9cdf-322c1124358e` | | 771 | `quest_zikmunduvTabor_drunkLight` | | 1 | `fdba522c-558a-8ed7-2acf-259a6873279d` | | 772 | `quest_zoufalaObranaZaBohutu_drunkBohuta` | | -1 | `3201fd57-2853-4b22-9def-197056571cfd` | | 833 | `test_drunkness_blackout` | | -1 | `b989d448-056c-4be4-b0a8-727775b0e855` | # Buffs: Hangover > The 6 buffs of the Hangover class: id, name, English name, duration and GUID. The **`Hangover`** class - 6 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 164 | `hangover` | Hangover | 100 | `7e252c71-5e41-472c-ad32-f223a664faab` | | 718 | `quest_budovaniLazni_hangover` | Hangover | 5000 | `34df201f-6674-4b94-8d84-0967ba735728` | | 724 | `quest_kocovnickaCest_campCelebration_hangover` | Hangover | 300 | `b8f6812f-fb42-475d-b630-72dcf2516877` | | 731 | `quest_kumaniNaTrosecku_campDrinkingHangover` | Hangover | 5000 | `75ad69c0-51be-451f-a455-00ea054b5da0` | | 748 | `quest_sedmStatecnychDva_hangover` | Hangover | 300 | `e8bb8423-3c1d-483d-9af7-6b27835216b5` | | 773 | `quest_zoufalaObranaZaBohutu_hangover` | Hangover | 500 | `b562abfc-2b45-45b7-824c-62fbd10dc123` | # Buffs: Heal > The 7 buffs of the Heal class: id, name, English name, duration and GUID. The **`Heal`** class - 7 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 151 | `food_heal` | | -1 | `d8ef78c6-c535-4436-b9df-5d9e86e153ac` | | 157 | `full_heal` | | 60 | `3fc3bea1-81e6-4620-8ad7-887714193126` | | 163 | `half_heal` | Marigold Potion Effect | 30 | `27f2305e-8b64-4426-ae2f-203ddf38b80b` | | 181 | `horse_regeneration` | | -1 | `52ada4a7-b8a2-466c-a3ef-bcba8daf18e1` | | 199 | `instant_cure` | | 1 | `e860a7b2-dce1-4a77-a746-971ed8f537cf` | | 235 | `miraculous_cure` | | 10 | `f29ee947-a131-4597-8ed7-6f06aca0a4a2` | | 866 | `thirty_heal` | | 60 | `16aac08d-aed6-46cd-9794-d90b836d1c01` | # Buffs: Injury > The 8 buffs of the Injury class: id, name, English name, duration and GUID. The **`Injury`** class - 8 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 191 | `injured_head` | Injured Head | -1 | `c48e48e2-ae85-4429-9dd6-4fb94c388001` | | 192 | `injured_left_arm` | Injured Left Arm | -1 | `34f0885b-7287-4881-907f-f19751a5e831` | | 193 | `injured_left_leg` | Injured Left Leg | -1 | `10fc25ca-c095-44c6-b88b-d54ad58ab0a6` | | 194 | `injured_right_arm` | Injured Right Arm | -1 | `ce3737db-b0a3-459d-8d47-d58695d58be3` | | 195 | `injured_right_leg` | Injured Right Leg | -1 | `738f8a07-c5fd-4687-9408-34ffb0bcd17e` | | 198 | `injured_torso` | Injured Torso | -1 | `37d59205-3782-446d-b32e-89a9f786725d` | | 783 | `remove_injuries` | | 1 | `46683e3b-e261-412f-b402-99ee17dda62a` | | 829 | `test_bleeding` | | -1 | `b0247507-ca18-4277-a037-ee3a9274e625` | # Buffs: Item Buff > The 21 buffs of the Item Buff class: id, name, English name, duration and GUID. The **`Item Buff`** class - 21 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 60 | `bow_self_harm_attack` | | -1 | `f8558fe2-f4cd-4899-932b-82e0e15fa964` | | 202 | `item_apron` | | -1 | `5601746a-f692-4e65-a498-8102ed42cbcf` | | 203 | `item_bigger_dread` | | -1 | `4296e6e9-1f10-400c-b009-ccc67461848c` | | 204 | `item_bridle` | | -1 | `061d9f55-6652-461f-bb64-471a631f2d21` | | 205 | `item_caparison` | | -1 | `78dab124-7126-493c-b651-66258042570f` | | 206 | `item_gloves` | | -1 | `1b569025-da7e-44d4-a167-fa7972050085` | | 207 | `item_halberd` | | -1 | `8938ac5f-35d3-44dc-8251-97df7570b672` | | 208 | `item_horse_saddle` | | -1 | `e2f2e0c7-b1d0-4ec5-8f1f-9f412f547f2d` | | 209 | `item_horse_shoe` | | -1 | `41e625ec-7783-46fd-8409-e2f05d93d023` | | 210 | `item_horsePadded` | | -1 | `3339697b-c4de-4df1-b49e-9a57c8c0bb7f` | | 211 | `item_horsePlate` | | -1 | `2aef664e-3b40-4a59-bedf-6af5a83a2720` | | 212 | `item_one_hand_longsword` | Arm of Beowulf | -1 | `bf861d60-b892-42a3-9c3b-d3787362f88b` | | 213 | `item_shield` | | -1 | `8a5dd3a2-04e1-4ce7-8833-9252b410662b` | | 214 | `item_spectacles` | | -1 | `30750623-dc45-4fa2-b82d-ae1ef8c52a8a` | | 215 | `item_spur` | Spurs | -1 | `62ae725e-56d9-46fa-a09a-794480b757a5` | | 216 | `item_torch` | | -1 | `f32f52ad-64a8-4a77-a118-707f7c86a7cc` | | 344 | `perk_experimental_powder` | | -1 | `11fd0a23-9871-48e1-8eeb-e5dfac149f9c` | | 496 | `perk_razor_sharp` | | 600 | `c9b42294-ea97-4943-9196-84c85ad602c4` | | 605 | `poi_crayfishBlueCooked` | Cooked Blue Crayfish Effect | 3600 | `d4969aad-6ac6-4940-b458-71e5348a1792` | | 606 | `poi_zlodejZeli_sauerkraut` | Pepa's Sauerkraut Effect | 3600 | `227015bf-ba96-4e11-874d-5f3874b1cb3c` | | 868 | `thunderStone` | Thunderstone Charm | -1 | `3e330171-aa47-4a93-80e4-bc3d26d3650c` | # Buffs: Overeat > The 2 buffs of the Overeat class: id, name, English name, duration and GUID. The **`Overeat`** class - 2 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 261 | `overeat` | Overeating | -1 | `e855944d-493e-4a25-b77c-005dcdf503fe` | | 616 | `potion_antidote` | Weak Digestive Potion Effect | 20 | `81886e93-8aba-4480-aa3b-d2c0a86447d7` | # Buffs: Perception > The 9 buffs of the Perception class: id, name, English name, duration and GUID. The **`Perception`** class - 9 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 102 | `deafness` | | -1 | `8af7dac3-3cfd-4a0e-aa7f-58db4311660d` | | 200 | `interrupt_deafness` | | -1 | `1951e0bc-532d-4813-a64d-38ef635b3fd5` | | 265 | `percept_combat` | | -1 | `7fa46759-36ce-49e3-8a37-99081c07ca05` | | 266 | `percept_prio_big_boost` | | -1 | `c467caae-bce9-4bb8-bf57-4e7a5ba01b20` | | 267 | `percept_prio_medium_boost` | | -1 | `bee2ec16-7993-4c41-b94f-1ca3ad273c62` | | 268 | `percept_prio_small_boost` | | -1 | `c46c670f-0d0a-4664-9df0-922ae5cd7d3f` | | 607 | `poor_hearing` | | 180 | `29336a21-dd76-447b-a4f0-94dd6b9db466` | | 894 | `vigilant` | | -1 | `43873196-0efc-48ee-81d2-30909c3700eb` | | 895 | `vigilant_nonAlerted` | | -1 | `8448dd2a-2f0f-45e6-ab54-e14c517f12eb` | # Buffs: Perfume > The 13 buffs of the Perfume class: id, name, English name, duration and GUID. The **`Perfume`** class - 13 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 269 | `perfume_longWeak` | Weak Mintha Perfume Effect | 1200 | `5d07a436-c01f-4062-b5c4-0c3ec3c8185d` | | 270 | `perfume_longWeak_2` | Mintha Perfume Effect | 1200 | `caf16a25-b138-46bf-b7d3-63f8b2e9bb91` | | 271 | `perfume_longWeak_3` | Strong Mintha Perfume Effect | 1800 | `43cd3832-7a94-45e2-95f9-a8632fc861b8` | | 272 | `perfume_longWeak_4` | Henry's Mintha Perfume Effect | 2400 | `3190c8ba-5aa2-4825-9e96-03387983f9cd` | | 273 | `perfume_morovyOblek_aetherOil` | Weak Ether Effect | 600 | `6f516071-b977-4e84-bb9f-d2b5850f6fb7` | | 274 | `perfume_morovyOblek_aetherOil_2` | Ether Effect | 900 | `6cd29b76-a8e8-4b65-9f48-030fa90c5025` | | 275 | `perfume_morovyOblek_aetherOil_3` | Strong Ether Effect | 5760 | `4e87d153-c0ff-41ce-90fa-51cdf25b0923` | | 276 | `perfume_morovyOblek_aetherOil_4` | Henry's Ether Effect | 1800 | `88afdcff-5728-4c38-99e6-4746395eab12` | | 277 | `perfume_shortStrong` | Weak Lion Perfume Effect | 180 | `b0b520e9-a85f-4698-ad8c-e46ea32d7d65` | | 278 | `perfume_shortStrong_2` | Lion Perfume Effect | 240 | `a047a33e-4715-41c1-977f-1a5f454e30e7` | | 279 | `perfume_shortStrong_3` | Strong Lion Perfume Effect | 300 | `714a027c-b5d4-4816-a1d3-f89764997bde` | | 280 | `perfume_shortStrong_4` | Henry's Lion Effect | 600 | `b6ab81fb-5c59-47ac-8ca1-a4f9a97f1828` | | 800 | `short_period_perfume` | Perfume Effect | 30 | `1aa6a7cc-4cee-4b73-8080-562bebc21443` | # Buffs: Perk Buff > The 297 buffs of the Perk Buff class: id, name, English name, duration and GUID. The **`Perk Buff`** class - 297 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 13 | `alcoholAddictionBohuta` | | -1 | `2c5a7879-8fa0-4fb2-a6d4-3f66bbd51021` | | 64 | `buff_infinite_blindness` | | -1 | `443e14f2-0b9c-4be5-a1ab-b62faae938b1` | | 68 | `closed_visor_debuff` | | -1 | `25f95783-b9a6-4554-aab2-48b43dd9280b` | | 259 | `on_washed` | | -1 | `9b308d86-b3c5-4b85-b6fc-c1a4c4af2abf` | | 281 | `perk_adept_of_mystic_arts` | | -1 | `2f8acda9-2d7a-4c06-baef-19403a5d3767` | | 282 | `perk_against_all_odds` | Against All Odds | -1 | `7f4d0a7e-849b-46a7-a344-f2efa4762f64` | | 283 | `perk_airgiyn_tav` | | -1 | `55d01a54-1de2-4c26-a800-27f115ee720a` | | 284 | `perk_archer` | | -1 | `9dc818e5-c766-4bd2-b3d9-2d5716b67ea5` | | 285 | `perk_art_of_preservation` | | -1 | `0026238d-f360-4c93-a8a2-304fad73f039` | | 286 | `perk_artisan` | | -1 | `837fef23-9600-4d63-a87f-b01649f4536d` | | 287 | `perk_ascetic_digestion` | | -1 | `7edb27d6-448a-46a1-bc02-46de157311d4` | | 288 | `perk_back alley style` | | -1 | `76f01161-4b40-43b3-bf7c-3da14854a407` | | 289 | `perk_balanced_diet` | Balanced Diet | -1 | `5d669fd1-0f36-4e30-95b8-1b5e53fac46e` | | 290 | `perk_basic_law_fine` | | -1 | `90381759-5f11-4872-a994-af5878e81189` | | 291 | `perk_basic_law_skillcheck` | | -1 | `be5e9b17-35d6-4b3a-b8cc-bcc7e9023ebd` | | 292 | `perk_basic_medicine` | | -1 | `fdf55b6e-aa26-42c4-8468-8a01a014a796` | | 293 | `perk_basic_medicine_ii` | | -1 | `1f4b4700-8aed-4b4d-8f74-a51c8f246a58` | | 294 | `perk_basic_theology` | Guardian Angel | 2 | `b2822778-82e9-4717-bcd0-caadbe2af6bd` | | 295 | `perk_battering_ram_opponent` | | 20 | `d4402c06-3902-486e-99df-1aada37c99ff` | | 296 | `perk_battle_cry` | Battle Cry | 20 | `fe8608bd-78c0-4026-93b0-216dbe10b43f` | | 297 | `perk_battle_cry_ii` | Battle cry II | 20 | `30725214-37be-4afd-aabf-a9a35869be38` | | 298 | `perk_beast_of_a_dog` | Hellhound | -1 | `ce36a90a-90a3-4ddb-9bab-3b8b791b3d5e` | | 299 | `perk_bigger_they_are_harder_they_fall` | The Harder They Fall | -1 | `458147cb-540c-4e44-ade3-f3c594e62ecb` | | 300 | `perk_black_arts_apprentice_alchemy` | Dark Arts Apprentice | -1 | `e53f7108-87a8-4dcd-a07c-7a60c52c5214` | | 301 | `perk_black_arts_apprentice_dialog` | | -1 | `9eda390a-792c-48e0-bc6b-1c0a6d439129` | | 302 | `perk_blacksmithsson` | | -1 | `35595bdd-635f-42f4-bda2-21b99567af5e` | | 303 | `perk_blood_of_siegfried` | | -1 | `e7c785a9-7d40-4997-8fc3-f6a8788c376d` | | 304 | `perk_bloodletter` | | -1 | `1bd49b9c-01c0-4df1-8250-0eab7129ded3` | | 305 | `perk_boid_friend` | | -1 | `2402fe25-e948-4117-9575-87e52d0e2606` | | 307 | `perk_botanicus` | | -1 | `22fa0e64-b33c-4dd9-8c61-7f73b4bfb03e` | | 308 | `perk_breaking_the_law` | Lawbreaker | 120 | `4e13c60a-90a5-4c05-877a-d92de0da7214` | | 309 | `perk_brute_force` | | -1 | `3f639ebf-e075-4a95-a825-f7dd6e497178` | | 310 | `perk_brute_force_ii` | | -1 | `4dc34141-7b07-4a4a-8d4f-25959dfc2bfa` | | 311 | `perk_burgess` | Burgher | -1 | `3e0867d9-cdb1-469f-a59e-e05a377b2b67` | | 312 | `perk_bushman` | | -1 | `f3325304-6973-4de0-8bc7-63d1dd9203ed` | | 313 | `perk_charlatan` | | -1 | `f741eb92-78bf-4304-8a77-5392ac592eeb` | | 314 | `perk_charming_lad_discounts` | | -1 | `11fab81d-5cbc-41d1-ae2b-a9ff0bc67b57` | | 315 | `perk_charming_lad_skillcheck` | | -1 | `643b1eed-3ab8-4372-bdac-d5b223b234a1` | | 316 | `perk_cheers` | | -1 | `23414b41-fb30-487b-9ec1-1dffb2ac38d0` | | 317 | `perk_cistota_pul_zdravi` | | -1 | `d0ada81c-1131-4056-937f-57b213249fd1` | | 318 | `perk_cleaver` | | -1 | `c6357595-cdd0-41b1-87d7-0549b2a5bdf9` | | 319 | `perk_companion_mouth_full_of_teeth` | | -1 | `46f79eee-2550-47d2-b060-aca53fd67d44` | | 320 | `perk_contemplative` | | -1 | `041bdeeb-cc02-428d-93bb-58dab72010b5` | | 321 | `perk_creative_soul` | | -1 | `2364a338-7feb-41ee-b22e-d8f9cb28a75c` | | 322 | `perk_criminal_price_bonus` | | -1 | `0dd9c972-fc1a-4dbd-bf85-c12dcbea404c` | | 323 | `perk_criminal_stat_bonuses` | | -1 | `14d3c14d-f03a-435b-bb71-b25a7bcb1191` | | 324 | `perk_crippling_hit` | | 20 | `e1b26e00-daa0-487d-9663-ef5164ba14d0` | | 325 | `perk_crippling_hit_ii` | | 30 | `8a085ddc-2775-45d3-8896-a049a6231391` | | 326 | `perk_cuman_killer` | | -1 | `658deed5-9498-41a0-b57f-8e67c3f4f25c` | | 327 | `perk_deceiving_strike` | Deceptive Stance | -1 | `f1a0dfcd-8ee3-4725-abc8-1348586c5f9f` | | 328 | `perk_defender_companion` | | -1 | `7426839f-07cf-4c68-8d35-896275d381f2` | | 329 | `perk_deft_hands` | | -1 | `3652816f-7376-4afc-a522-7c82df5cc4c6` | | 330 | `perk_deft_hands_ii` | | -1 | `7d77ad5c-6a64-4977-bd53-859e8eb81cee` | | 331 | `perk_discoverer` | | -1 | `fc4f748f-2057-4919-b327-db1893356c39` | | 332 | `perk_dobrej_batvat_to_je_zaklad` | | -1 | `e33475d3-8b9d-464c-8b13-d6b5ce10a170` | | 333 | `perk_dog_person` | | -1 | `d2adfd58-d81e-45e7-b802-d4c21874cc8c` | | 334 | `perk_dominant_hand` | Dominant Hand | -1 | `f9959a68-ff94-4410-8c0b-b18a5786398d` | | 335 | `perk_down_to_size_constantBuff` | | -1 | `e1603cc6-12ff-4bf7-9ea2-31cce0595b80` | | 337 | `perk_dread_steed` | | -1 | `22bfeaec-b7b3-48cc-b20c-d4ec72fe13ef` | | 338 | `perk_dreaded_warrior` | | 20 | `54e47564-c338-4de0-808d-fde58ec3c5be` | | 339 | `perk_dreaded_warrior_ii` | | 20 | `377d20b4-836c-4c74-95f1-3148bdf9e29b` | | 340 | `perk_driven_by_vengeance` | Driven by Vengeance | -1 | `8b1ee791-17ee-445f-9be2-cf75da1e719b` | | 341 | `perk_eagle_eye` | | 3 | `4c7ad7f0-4f2b-4624-8bfc-98f0a4336213` | | 342 | `perk_enhancing_mixture` | | -1 | `b7c451f0-1660-4b29-8140-7c79d57420b6` | | 343 | `perk_enthusiast` | | -1 | `999f5d16-64d4-4959-bf07-aef341500d7d` | | 345 | `perk_fast_as_a_wind_companion` | | -1 | `5efbe307-0880-4315-bf9a-455c20742e9b` | | 346 | `perk_fast_as_a_wind_ii_companion` | | -1 | `3d43de70-67af-4475-a523-55ce2dcd1fe1` | | 347 | `perk_featherweight` | | -1 | `44d83d12-9709-4e54-9b7d-9b6bcfb630be` | | 348 | `perk_final_offer` | | -1 | `14570aae-5102-4228-8c96-dde9d2fd1a55` | | 349 | `perk_finesse` | | -1 | `c8e2a05e-9e93-4532-87f6-0fa17e14a277` | | 350 | `perk_finesse_ii` | | -1 | `97d6a748-fa09-4eb8-8f98-2f39cedc857c` | | 351 | `perk_finest_goods` | | 0 | `efb01942-5570-41b9-af0a-c8cd3e7cc83d` | | 352 | `perk_first_strike` | | 60 | `5ce5cbf9-7c8a-4b91-8168-24cf143a206c` | | 353 | `perk_fleeing_shadow_i` | Fleeting Shadow | 120 | `c73fb207-9b80-47ec-b435-626621818f38` | | 354 | `perk_fleeing_shadow_ii` | | 120 | `9d994e02-5948-4f93-984d-ff2b621ea252` | | 355 | `perk_flower_power` | Flower Power | -1 | `942e3fee-6be1-4e29-8da2-f6dba1d5fe6a` | | 356 | `perk_frejir` | | -1 | `18efd084-f853-404e-b7cd-02d2d8ed31da` | | 357 | `perk_frightening_presence` | Menacing Presence | -1 | `964d2bd3-75ba-4145-bf6b-722a054b801d` | | 358 | `perk_fuck_shit_up` | Belligerent Brawler | 30 | `f240f866-90e8-41b4-b4b0-1b773347b5b0` | | 359 | `perk_fuck_shit_up_watcher` | | 60 | `13915c8c-4ba9-4d02-bfb8-d80967d9217e` | | 360 | `perk_furor_teutonicus` | Furor Teutonicus | -1 | `49e55549-614a-4e02-9560-a552964fb81d` | | 361 | `perk_gentle_touch` | | -1 | `0bde0b28-5b60-484a-be3d-9fa11aa5acd0` | | 362 | `perk_ghillie_suit` | Leshy | -1 | `518b0634-71f2-4e79-8afc-73afb0ad891a` | | 363 | `perk_ghillie_suit_ii` | | -1 | `d872099d-a103-46f1-bf83-decbdfe56c4b` | | 364 | `perk_gladiator` | Gladiator | -1 | `586f1ccf-06d9-407c-8b7e-4018bf00811a` | | 365 | `perk_glissade` | | -1 | `1b999b3f-f0b3-4287-a227-c305baf1a947` | | 366 | `perk_good_natured_skillcheck_bonus` | | -1 | `447424b9-3315-49ed-8d24-0d7f8bb7227d` | | 368 | `perk_grand_slam` | | -1 | `179a51df-f3d8-4cb1-b6c4-4e78058734e7` | | 369 | `perk_grand_slam_ii` | | -1 | `ad31512d-d6df-4e38-850b-a7e1f0c890b2` | | 370 | `perk_green_knight` | Green Knight | 5 | `ba7a0877-f599-4bfd-a2cb-a078bbe3cb6f` | | 371 | `perk_hack_and_slash` | Hack and Slash | 8 | `771280ab-d18b-4df4-b8f6-8516f862b29c` | | 372 | `perk_hammerer` | | -1 | `c5ea9ac7-035a-47b8-aab7-2f1945b4016f` | | 373 | `perk_hard_to_kill` | Diehard | 2 | `5968df62-e746-4c0f-9eb8-dd4de5dd3d2e` | | 375 | `perk_hardcore_bad_back` | | -1 | `a2369937-b2c8-476e-b728-4a4c4b488450` | | 376 | `perk_hardcore_bad_back_movement_debuff` | Bad Back | 30 | `a0163c8e-2d15-4eca-8489-e8fc38ddb844` | | 377 | `perk_hardcore_hangry_henry_hunger_debuff` | | -1 | `d6d7dfda-6497-482d-a1b2-05d7cb51de30` | | 379 | `perk_hardcore_heavy_footed` | | -1 | `347ba8f6-7e02-4be7-bee5-5a19a4a09dc7` | | 380 | `perk_hardcore_horse_capacity_debuff` | | -1 | `9be2c050-27e7-4cc1-b176-b8a8fb567a0a` | | 381 | `perk_hardcore_known_criminal` | | -1 | `5b1b3855-e943-495c-ac03-c83e65746de7` | | 382 | `perk_hardcore_mode` | | -1 | `06b51f16-ce08-49e8-970e-14dab9531162` | | 383 | `perk_hardcore_numbskull` | | -1 | `3569eadc-0823-48c3-92ec-561d6c440acf` | | 384 | `perk_hardcore_picky_eater` | | -1 | `85099ef3-aef6-4b71-860b-3e34972e053e` | | 385 | `perk_hardcore_picky_eater_hunter_loot` | | -1 | `84f8ddba-c125-4bf8-bd6d-7a0349358a58` | | 387 | `perk_hardcore_shy` | | -1 | `dda906cc-fb98-42c6-887d-ab5eb4e2fc7a` | | 388 | `perk_hardcore_somnambulant` | | -1 | `4ec5fb15-c96b-43fc-a86e-f942dad9401c` | | 389 | `perk_hardcore_sweaty` | | -1 | `a5a2cad7-7613-470d-bf2a-313e250c33b3` | | 390 | `perk_hardened_steel` | | -1 | `e82de782-c961-4b15-8bd9-696d4be52058` | | 391 | `perk_hardened_veteran` | | -1 | `a138ae06-d341-4ce9-8b04-89b28c884f86` | | 392 | `perk_hardened_veteran_ii` | | -1 | `946070b9-1686-4041-a612-85612b9d78d5` | | 393 | `perk_hardwood` | | -1 | `7912b4a0-1565-430d-ac9b-2892ddac2042` | | 395 | `perk_hardworking_lad_inv_capacity` | | -1 | `25d19bb6-866e-4977-98fa-0ba396d5dfa6` | | 396 | `perk_heartseeker` | | -1 | `be9eabeb-3750-460c-8161-6748a2f0c154` | | 397 | `perk_heartseeker_ii` | | -1 | `c5f95c08-062e-4005-82c8-9ba4abc30bc0` | | 398 | `perk_heavy_duty` | Heavy Duty | -1 | `06b5b5b3-3af9-4f98-ba08-a7aca471dc09` | | 399 | `perk_heavy_tip` | | -1 | `6a99f1e6-8897-4e0e-9b90-e22a044d7627` | | 400 | `perk_heavyduty_pony_companion` | | -1 | `f93e5f9b-3dc7-484e-aa65-4830a0168886` | | 401 | `perk_help_in_the_workshop` | | -1 | `3f89a58f-ba92-4807-813d-53a678411068` | | 402 | `perk_henry_shot_first` | | 60 | `c49d2fed-5821-42f8-b444-d7705d2bbc82` | | 403 | `perk_henry_shot_first_ii` | | 60 | `485503c0-5dc4-4db1-b441-0604cdc21ec9` | | 404 | `perk_heracles` | | -1 | `17aac6ab-2857-4b9a-8d1b-62b4d71a2587` | | 405 | `perk_hidden_pockets` | | -1 | `4894a695-80e4-4276-8e2c-e34c312ba7c8` | | 406 | `perk_horsenip_horse_buff` | | -1 | `d3738270-45ee-4a64-bcca-a9bba05ec6cc` | | 407 | `perk_hranicarsky_beh` | Ranger Run | -1 | `1cfa46f5-c457-4c7c-a2a0-b47c2739e8db` | | 408 | `perk_huntsman` | | -1 | `166379a6-c26d-427e-8795-48cff1c18328` | | 410 | `perk_in_vino_veritas` | In Vino Virilitas | -1 | `847a9f16-120e-44f7-9c62-d8c3d5cf132c` | | 411 | `perk_infantryman` | | -1 | `1a2cff66-ee87-42e5-a6b6-59ded328d2b8` | | 412 | `perk_into_the_fray` | | -1 | `0bf17e64-96c9-44b9-9174-4d7783323faf` | | 413 | `perk_iron_harvest` | | -1 | `93c2e0e2-6393-40a8-8e82-2b7d1fcd35b2` | | 414 | `perk_iron_rain` | Iron Rain | 8 | `b2fcc70d-b398-4ca4-8ba0-b7be8c293eba` | | 415 | `perk_ironclad` | | -1 | `2659feb3-7b19-45ac-acbf-0caf268e1337` | | 416 | `perk_its_a_trap` | | -1 | `56e78053-1268-4ce0-b9dd-af2d412796f3` | | 417 | `perk_its_a_trap_debuff` | | 20 | `e2d4a058-978d-43cf-9097-e04cba3fce54` | | 418 | `perk_jack_of_all_trades` | | -1 | `967f1088-7d15-4d8c-b5ec-7ec3ace5657a` | | 419 | `perk_jawbreaker` | Jawbreaker | 8 | `2f77cca2-345e-4cc3-92a1-929318836bb9` | | 420 | `perk_jockey` | | -1 | `004a0fc5-9603-4352-9d9b-765f0736c595` | | 421 | `perk_kaminka` | | -1 | `f2d6a1ad-8685-441f-af80-09a7711edd36` | | 422 | `perk_keen_eye` | | -1 | `99563e24-66de-4a8a-ba16-82cdad11aecf` | | 423 | `perk_keeping_distance` | | -1 | `5aad5c76-3fcb-4e91-88c2-227e82d34110` | | 424 | `perk_knight_in_a_shining_armor` | | -1 | `2face638-f944-4901-b066-8adc9cdf67d4` | | 425 | `perk_knight_training` | | -1 | `38af79f3-bcc3-4006-a005-58ecb4808f8d` | | 426 | `perk_kurzkampf` | | -1 | `b3547b41-8750-43c9-9a9a-881befb1bf38` | | 427 | `perk_kurzkampf_ii` | | -1 | `9646c875-5953-4b0c-abdc-5fe720941dd2` | | 428 | `perk_lab_dweller` | | -1 | `0be587cd-51c2-44f8-b32e-d1b89d0cfb63` | | 429 | `perk_legday` | | -1 | `51a3b3ce-b735-494e-8718-8bfa2e8fcfe7` | | 430 | `perk_lehka_hlava_trvrdy_zada` | Light Head, Hard Back | -1 | `00fefffd-2958-4210-8034-f593855419a8` | | 431 | `perk_let_em_come` | Bring 'em On! | 30 | `de2b894c-6ee2-4de5-97a0-d25c5ff6ddfe` | | 432 | `perk_let_em_come_flee` | | -1 | `fc5b4f62-a474-4ea4-88c0-d4aa2930112e` | | 433 | `perk_letailleur` | | -1 | `5d642cd6-b078-4e00-a9fe-fb8f5a30ef05` | | 434 | `perk_local_hero` | Local Hero | -1 | `0bbd5e18-1e6d-4e26-a865-e42316e0c55e` | | 435 | `perk_locksmith_lockpicks` | | -1 | `6da0b521-6182-4ecb-be5f-73a99e634138` | | 436 | `perk_locksmith_thievery` | | -1 | `68034469-1a26-4019-8cfc-5ddacc8abc69` | | 437 | `perk_long_reach_i` | | -1 | `01275a35-0982-47f6-af70-505b0deecbc7` | | 438 | `perk_long_reach_ii` | | -1 | `52848ef1-2730-4de7-be7b-d2c94e930479` | | 439 | `perk_looter` | | -1 | `ffaa6525-1c1e-4a77-a17c-e4d136ea76d8` | | 440 | `perk_lovely_companion` | Charming Companion | -1 | `ae621e26-6b02-4c80-b93e-1b8a1b18a0ae` | | 441 | `perk_loyal_companion` | | -1 | `ad401562-d450-48d8-afa6-8ce077ac4f2c` | | 442 | `perk_luck_of_the_drunk` | | -1 | `030c1c68-d6e8-4677-86e9-bea7648ffc20` | | 443 | `perk_lucky_day` | Lucky Day | -1 | `8ff8ae27-c26f-48e6-9d45-d8523b0007ca` | | 444 | `perk_magister_dimicator` | Magister Dimicator | 30 | `c88660ae-d481-48eb-8289-c8fb5fc0930d` | | 445 | `perk_master_fletcher` | | -1 | `bdeb2e5c-fcd9-471a-92ae-9ea358ea8e42` | | 446 | `perk_master_thief` | | -1 | `c052039b-da71-4890-a4be-8e62e374cfb0` | | 447 | `perk_masterful_feint` | | -1 | `bfec26bd-6fbb-40ca-a71d-356278713833` | | 448 | `perk_memorable` | | -1 | `fc8b6ed8-403b-4b8b-94c7-7e2ed95f248c` | | 449 | `perk_merchants_wit` | | -1 | `0385d5c5-d907-4629-a180-e2d5e96b9917` | | 450 | `perk_militia_training` | | -1 | `a3220969-bb60-4b8d-9906-5bf5199da134` | | 452 | `perk_mule` | | -1 | `a684d24b-f828-4998-8164-acbadaa64af9` | | 453 | `perk_my_father_blacksmith_martin` | | -1 | `34420807-8ea5-4643-9dfe-5a0d7d632521` | | 454 | `perk_my_father_sir_radzig` | | -1 | `f860e82d-a68e-42f4-a5de-829961a0ac00` | | 455 | `perk_natural_camouflage` | | -1 | `eb26bf65-508c-469a-ba47-6e4dbeb661f2` | | 456 | `perk_navratilec_companion` | | -1 | `38128413-5a2a-4b22-9196-60913ed197f1` | | 457 | `perk_never_surrender` | Never Surrender | -1 | `43a8edd2-5c14-4698-bdaa-c57affb9fcaf` | | 458 | `perk_nezdolny_pijan` | | -1 | `876d3d7c-27a9-452d-afc1-7e889fce932a` | | 459 | `perk_night_crawler` | Night Crawler | -1 | `1a8c954e-eead-4de2-b585-26e6c11d43d7` | | 460 | `perk_nimble_stance` | | -1 | `2edea01e-937a-48d8-ab51-e8d010ffdd77` | | 461 | `perk_no_pain_no_gain` | | -1 | `cb647869-5765-484d-a5aa-84c172f0ccc2` | | 462 | `perk_no_rest_for_the_wicked` | | -1 | `12bf14fd-9cf5-431f-a0e0-ee8cc2255630` | | 463 | `perk_no_rest_for_the_wicked_ii` | | -1 | `cfdf3015-1c51-4c40-bc33-c15bbac69e80` | | 464 | `perk_on_the_road_companion` | | -1 | `d4257840-c780-44a5-b159-a0416cb22036` | | 465 | `perk_one_man_army` | One Man Army | -1 | `8523987d-363e-4b2e-8993-1110a638f38f` | | 466 | `perk_one_shot_at_glory` | One Shot at Glory | 11 | `98a7eac8-d935-479f-8070-ab7034c4ff61` | | 467 | `perk_one_way_or_the_other_debuff` | | 20 | `290b0780-fb93-4522-9b8e-558b39afe056` | | 468 | `perk_onslaught` | Onslaught | 10 | `763446ed-532e-4ff9-8968-3e33d6d1d407` | | 469 | `perk_opening_strike` | | 5 | `a5cd2f81-96dd-43d8-af24-ceeba25e367a` | | 470 | `perk_opening_strike_II` | | 5 | `2fefcc87-60fc-43cf-9a58-52ecb2e54f64` | | 471 | `perk_opilecke_stesti` | Drunk's Luck | -1 | `813ac50b-0a0f-4c50-bd42-b18a5833dd23` | | 472 | `perk_oportunista` | | -1 | `2b54e25a-6116-4544-a30c-31f13e35bba3` | | 473 | `perk_ordinary_mug` | | -1 | `09a931bc-615f-476c-ac0e-b8c0987c5e7e` | | 474 | `perk_pacifist` | Pacifist | 43200 | `2ea3aada-58dc-4851-8046-d9be9a17d07a` | | 475 | `perk_padding` | | -1 | `2d21ec86-93c9-46f0-99b6-f00077487087` | | 476 | `perk_painkiller` | | 20 | `a5018a05-c5f6-4c69-9727-a5ad9a2eb401` | | 477 | `perk_perfect_vigour` | | -1 | `c3b1c0b6-f8ea-4827-9f1b-6a2358ee3f88` | | 478 | `perk_pivoslapek` | Beerfoot | -1 | `3826f792-9bec-49aa-9a3f-3c08d2dfe248` | | 479 | `perk_player_fader_protection` | | -1 | `c76dfa1e-0985-4ed7-9605-d38fd084e705` | | 480 | `perk_plizivej_prizrak` | | -1 | `f28b2f4a-3aea-4757-a912-4715391c279f` | | 481 | `perk_plizivej_prizrak_ii` | | -1 | `13fa7806-a0a0-421a-b5f6-0d43f7b0ac8c` | | 482 | `perk_poacher_trail` | | -1 | `70a789e6-3ff5-455b-916a-57e099535483` | | 483 | `perk_poison_specialist` | | -1 | `5ad75e59-7bc7-4b42-a016-62234d6332e3` | | 484 | `perk_poison_specialist_ii` | | -1 | `74ebd8f1-8deb-4961-8871-3e47ae83aafe` | | 485 | `perk_precise_strike` | Precise Strike | -1 | `535db3e9-4ab7-4e9e-9681-567c7b6aa5a0` | | 486 | `perk_prizen_sv_bibiany` | Saint Vivian's Grace | -1 | `4b6df874-b0c7-4512-bfc1-597b73e9f6d2` | | 487 | `perk_pub_brawler` | Tavern Brawler | -1 | `87b8c20d-f46b-4071-aa8c-195372a4f5e6` | | 488 | `perk_purple_haze` | Purple Haze | -1 | `bc514b2d-a9ec-4f53-8b7f-6a630e8c0245` | | 489 | `perk_purple_haze_ii` | Purple Haze II | -1 | `b897ea1a-b2e9-4c1c-b12a-a023a951c7ad` | | 490 | `perk_quick_escape` | | 0 | `18fe33c4-b60c-4a60-8f33-c6b0479cf6e8` | | 491 | `perk_quick_escape_cooldown` | Rapid Flight | 180 | `cd559797-50f4-44fa-a1b4-aef537a38a0a` | | 492 | `perk_quick_on_hands` | | -1 | `300fdd93-a489-4d40-8e65-ab7e9b7642f8` | | 493 | `perk_racing_horse_companion` | | -1 | `dcdbdef0-6faa-4ed5-b14d-a64b0210a85e` | | 494 | `perk_rage` | Red Mist | -1 | `ab52bcd4-2a16-4bed-95fb-dac933f624e8` | | 495 | `perk_ratman` | Rodent | -1 | `87fcba00-672f-4e6b-90f7-4322f316356e` | | 497 | `perk_reading_Cushion` | | -1 | `5815db0b-0d67-4559-b7a8-290a012cba4e` | | 498 | `perk_reading_educated` | | -1 | `b23979fb-24c8-4136-bfc3-d99b91aed569` | | 501 | `perk_repairman` | | -1 | `0a6b8191-267b-4d39-b585-675dd759c6ef` | | 502 | `perk_resistance` | | -1 | `0cc86b00-3c4f-418f-9ac7-f6d1ef51e6d2` | | 503 | `perk_revenant` | | -1 | `854af3e0-abd9-4318-b9fb-559836c92d47` | | 504 | `perk_routinist` | Stamping Ground | -1 | `0d7d7f98-f840-4c38-a7cf-48cc3ecef08c` | | 505 | `perk_runaway_boy` | | -1 | `cac3a513-9384-4a8b-a52d-9f715db127a8` | | 506 | `perk_sagittarius` | | -1 | `2728e90f-af6b-426a-bdcb-934d7608c1bf` | | 507 | `perk_salva` | Salvo | 7 | `3ed6ff20-4743-47a8-82fb-cc095efdcd85` | | 508 | `perk_sandman` | | -1 | `34859639-32b3-45e4-a6ab-d5ed0ac6ae6f` | | 509 | `perk_secrets_of_equilibrium_i` | | -1 | `ade16c8d-bb89-4903-9293-9ed397e9d91b` | | 510 | `perk_secrets_of_equilibrium_ii` | | -1 | `82501a7f-00fe-4bc9-9ac9-e350fcd37cd4` | | 511 | `perk_secrets_of_matter_i` | | -1 | `f1a483b4-a142-4311-87a8-150978216167` | | 512 | `perk_secrets_of_matter_ii` | | -1 | `84676300-205d-4642-8c33-dc8d32aebcea` | | 513 | `perk_sedlar_repairkit` | | -1 | `3f90092b-a053-4b9e-a6c4-28e77a23b75a` | | 514 | `perk_sedlar_thievery` | | -1 | `7900b360-bbaf-431b-b5ff-29a0977898fe` | | 515 | `perk_seven_league_boots` | | -1 | `1deed15c-f41b-4b07-b216-c687726403b7` | | 516 | `perk_seven_league_boots_ii` | | -1 | `8a1d9909-929a-4bde-8b0e-913117ed5688` | | 517 | `perk_shieldbreaker` | | -1 | `016e8bc4-d537-47e8-b8e4-fbb914e7ed10` | | 518 | `perk_showtime` | | -1 | `29ede409-f87e-4d72-bdbc-d2f181e69f2a` | | 519 | `perk_silent_fiddler` | | -1 | `d4575952-8be1-4a07-83f7-8cb6d4ce628e` | | 520 | `perk_silver_tongue` | | -1 | `de344688-0dbb-4f3f-bde2-a6e24be2ba0f` | | 521 | `perk_skirmisher` | Skirmisher | 10 | `ef8ba347-bd2d-4ef7-8d18-4b1db38420d6` | | 522 | `perk_skirmishing_cavalry_companion` | | -1 | `7e51812f-9d1f-4263-a14b-a506ad75d143` | | 523 | `perk_skirmishing_cavalry_player` | | -1 | `d5fd516d-89b8-4e9d-af75-8ce968c30814` | | 524 | `perk_slice_and_dice` | Slice and Dice | 8 | `a642b3cc-6c88-4ecb-be99-10cf2bb90d4a` | | 525 | `perk_slim_fit` | | -1 | `112d58e9-e722-4031-9c11-82f070cc69ec` | | 526 | `perk_smart_bootstraping` | | -1 | `bbf765da-9968-44d8-839d-140f4f8db41e` | | 527 | `perk_smelinar` | | 0 | `1cae56df-89a6-476e-aea8-ff1abc8a9451` | | 528 | `perk_smeller` | | -1 | `46a6b7fc-7a1e-467f-b3cb-da30ae1c9b6d` | | 529 | `perk_spiritual_guidance_bonusy` | Spiritual Guidance | -1 | `f30d25fb-ee1e-4a5f-8cc9-1073678a896a` | | 530 | `perk_spiritual_guidance_traveni_alkoholu` | | -1 | `2d88c285-6927-4394-b1b3-687ac724d4d9` | | 531 | `perk_spiteful_creature` | | -1 | `a8575bc5-f401-44bd-a3ed-9d716c1e2d43` | | 532 | `perk_start_me_up` | | -1 | `b127f918-08cb-4bf0-a183-775938fb0065` | | 533 | `perk_steadfast` | | -1 | `f4a8fb42-0d27-4e09-9b8d-253ddeabfb52` | | 534 | `perk_steady_aim` | Steady Aim | -1 | `3bd47522-914e-4039-8e30-51f250127a15` | | 535 | `perk_steady_aim_ii` | Steady Aim II | -1 | `e9ff22f2-2292-4998-a951-12f3d8c50aa8` | | 536 | `perk_steady_hand` | Steady Hand | -1 | `0f8234c4-2128-48d5-954c-34af7d405617` | | 537 | `perk_steer` | | -1 | `ec97ede4-64b4-4586-b59d-7f4cb11b1e26` | | 538 | `perk_strider` | | -1 | `76559a29-306d-410f-88cf-2ce3c0fac0c2` | | 539 | `perk_strong_arm` | | -1 | `242442a9-d104-4d4b-928c-e46586e9f12f` | | 540 | `perk_stronghold` | | -1 | `3344d9b7-eeb6-4ee4-97fe-0f2ef03f9ee6` | | 541 | `perk_sundering_blow` | | -1 | `0ceba04e-f435-4962-9229-52d3b9afd0a7` | | 542 | `perk_sundering_blow_ii` | | -1 | `f278c697-9fbc-4a6b-b6bc-98c9934874aa` | | 544 | `perk_swordmakers_wisdom_craftsmanship` | | -1 | `4c31611c-4b46-4edc-a5f6-079adb97b460` | | 545 | `perk_swordmakers_wisdom_weapon_usage` | | -1 | `e323d5db-06b1-448f-bc8a-1338d8386061` | | 546 | `perk_sympatak` | | -1 | `0bed40e2-51d1-480f-a8fe-e84d58cb0777` | | 547 | `perk_tear_up` | | -1 | `4a9c2912-ccbd-4b96-9fad-168bd884b5e9` | | 548 | `perk_the_hammer_and_the_anvil` | | -1 | `0d2126c1-5b05-4047-8717-8560cb591c8a` | | 549 | `perk_the_mountain` | Rock Solid | 10 | `f9ba8bc7-68e0-407f-92fb-ddff6d026341` | | 550 | `perk_the_river` | River | 10 | `9c5ca38f-17ba-4fad-8324-267fb32864b1` | | 551 | `perk_they_will_never_know` | | -1 | `87ca580a-b1bc-404a-a033-385fd8e42e9e` | | 552 | `perk_thorough_maintenance` | | -1 | `08529368-09b4-462b-b9cc-58deec4c2573` | | 553 | `perk_thorough_maintenance_ii` | | -1 | `55ebf188-6fa2-497d-ba03-7219e2e3075a` | | 554 | `perk_thrasher` | | -1 | `e0a7aac5-d516-429e-a146-f4251e426b8d` | | 555 | `perk_through_and_through_i` | | -1 | `503e0457-6455-4d0f-95be-b321c2a2f703` | | 556 | `perk_through_and_through_ii` | | -1 | `a30efc1d-8667-4d1a-ad56-752353766c3d` | | 557 | `perk_thunderous_blast` | | 60 | `20cc046f-17a4-4f93-a565-8f6e48b21455` | | 559 | `perk_tight_grip` | | -1 | `0f73d553-c72c-42f3-b9ec-6804d7d3456b` | | 560 | `perk_tire_em_to_take_em` | Sting Like a Bee | -1 | `fa9cc60d-9cb2-4dac-be7a-63f3c5bff585` | | 561 | `perk_tool_master` | | -1 | `fdf4d0d0-e740-403d-991d-2768b4f64039` | | 562 | `perk_tormenting_strike_debuff` | | 10 | `8498a35b-5b9f-4462-93a4-cb31239938e7` | | 563 | `perk_totally_legit` | | -1 | `03e5f869-3ff6-4640-b955-5a25e508b95b` | | 564 | `perk_totentanz` | | -1 | `4dc87b89-0e2e-4c4c-9b22-6fd66e7fbcac` | | 566 | `perk_towering_menace` | | -1 | `974a7d3e-a2c9-42f7-a862-37566d1aa116` | | 567 | `perk_trafficker` | | -1 | `08c4739a-4085-4899-94ca-879b0f1e144f` | | 568 | `perk_train_hard_fight_easy` | | -1 | `c778d24f-5baf-4ef9-a05e-b6663e4ebcc0` | | 569 | `perk_train_hard_fight_easy_ii` | | -1 | `71b2c207-d1d9-4f8c-a722-e6c17bafd3de` | | 571 | `perk_trustworthy_partner` | | -1 | `6003cef0-34b3-4c42-9d3e-d00e40d101bc` | | 572 | `perk_unbreakable` | Unbreakable | -1 | `c26057b8-c901-434d-81e7-e65efccec0b5` | | 573 | `perk_undaunted_cavalier` | Undaunted Cavalier | -1 | `aef7d88c-c9df-4696-8b70-1abe562db209` | | 576 | `perk_vanguard` | | -1 | `b3a2375d-2286-4d6c-b6f0-74cef7d4a21c` | | 577 | `perk_veteran_od_kosova_pole` | Kosovo Veteran | 15 | `66acdbc0-d36f-428c-98a0-e8486f384ff3` | | 578 | `perk_viper` | | -1 | `fdda5eda-aeea-44bb-a7b9-1d4963c2a87d` | | 579 | `perk_viper_ii` | | -1 | `f968bdf6-2b8b-4152-8ad4-6c65550f7c87` | | 580 | `perk_vycvicenej_pajsl` | | -1 | `85e8b56e-ba15-4fb6-b4d5-8fd0cba7be42` | | 581 | `perk_wanderer` | | -1 | `b640bd3e-6d33-45f8-b0a9-a01d7713488d` | | 582 | `perk_warhorse` | | -1 | `d4df9a61-240a-4836-a6d9-dffd56c063c9` | | 583 | `perk_warmonger` | Warmonger | 21600 | `2db7639e-ace8-4af2-a135-768bbe82f4be` | | 584 | `perk_water_of_life` | | -1 | `c54eed34-93de-4a20-96db-f2d2e586ac7e` | | 585 | `perk_weaponmaster_i` | | -1 | `3fe863fd-15f5-44d0-9d0a-18a3283129b8` | | 586 | `perk_weaponmaster_ii` | | -1 | `2cec75cb-6556-441b-a53d-04737e9f1e8d` | | 587 | `perk_weasel_boy` | Weasel Boy | -1 | `fcf836e3-8e10-4e09-b4e8-b4546acbfaa1` | | 588 | `perk_well_built` | | -1 | `3f630062-0b0d-4783-9d6e-aaf3698ad6e8` | | 589 | `perk_whirlwind` | | -1 | `656c1eab-4a40-47ed-b484-354b597c0fda` | | 590 | `perk_wildrider_companion` | | -1 | `154f9573-07cb-496c-aaa3-a426981f5a53` | | 591 | `perk_zapasnik` | | -1 | `567f86c7-6177-4c97-9df8-ce470d3ac701` | | 592 | `perk_zkusenej_kalic` | | -1 | `d2466244-1e5e-4d9a-aa09-bb1382a1e8ec` | # Buffs: Plague > The 4 buffs of the Plague class: id, name, English name, duration and GUID. The **`Plague`** class - 4 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 595 | `plague_heal` | | -1 | `6fad3c94-e9f0-4c3a-ba09-29299a751b19` | | 596 | `plague_stage1` | | -1 | `49cba93a-bf78-4457-ad28-e1c62b304f1a` | | 597 | `plague_stage2` | | -1 | `2889a407-27a8-40b0-874b-d056e2c67010` | | 598 | `plague_stage3` | | -1 | `00b17b49-762d-46d0-bdd7-19de7559aa3d` | # Buffs: Poison > The 34 buffs of the Poison class: id, name, English name, duration and GUID. The **`Poison`** class - 34 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 101 | `deadly_poison` | Poison | 180 | `8544ebca-1e30-400c-b31c-2a1839f1cab8` | | 152 | `food_poison` | Poison | -1 | `04218e40-e756-476b-914e-03d67a24e733` | | 155 | `forced_skiptime_protection` | | -1 | `1c13fe26-3766-4f50-829f-080bb9d543b8` | | 260 | `only_antidote` | | -1 | `c2d02711-353a-4f9f-918f-bc17faf515b2` | | 617 | `potion_antidote_2` | Digestive Potion Effect | 600 | `69c7ab9c-18e3-4919-8154-54fec286f03f` | | 618 | `potion_antidote_3` | Strong Digestive Potion Effect | 600 | `88b0cf2b-516e-4d73-adba-c67517d278c3` | | 619 | `potion_antidote_4` | Henry's Digestive Potion Effect | 1200 | `e8b7b563-f15b-487f-aa28-35b790ad98e4` | | 636 | `potion_bane` | Weak Bane poison Effect | 60 | `58138b68-0c86-4d5e-8823-417106d08d3c` | | 637 | `potion_bane_2` | Bane Poison Effect | 45 | `0514be45-7ace-4c34-9d12-cd3d8c83bae4` | | 638 | `potion_bane_3` | Strong Bane Poison Effect | 30 | `79285ce3-21f3-4aa6-a824-68c42c37732a` | | 639 | `potion_bane_4` | Henry's Bane Poison Effect | 15 | `6451a511-4c57-4aff-9e81-c7d9cd02fd2d` | | 652 | `potion_dollmaker` | Weak Dollmaker Potion Effect | 120 | `db397470-27c5-4a3a-9717-1b3b5f42377a` | | 653 | `potion_dollmaker_2` | Dollmaker Potion Effect | 180 | `43292c72-7261-44e3-be02-6e0ef355dd6c` | | 654 | `potion_dollmaker_3` | Strong Dollmaker Potion Effect | 240 | `35effd0b-b401-43c6-8195-b502d67ebe63` | | 655 | `potion_dollmaker_4` | Henry's Dollmaker Potion Effect | 360 | `7a94771c-98bd-445f-bf48-ee24bf235c95` | | 692 | `potion_sleeping` | Weak Lullaby Potion Effect | 21600 | `15387b1a-7f7e-4462-8ce6-ea652f0e182e` | | 693 | `potion_sleeping_2` | Lullaby Potion Effect | 21600 | `689753d8-56a1-4012-822d-3d169d9504da` | | 694 | `potion_sleeping_3` | Strong Lullaby Potion Effect | 43200 | `bb7bfaed-fad9-4f27-a9be-731c3b141285` | | 695 | `potion_sleeping_4` | Henry's Lullaby Potion Effect | 86400 | `f4b3ffd4-8a48-41af-bbae-1f7d50121ab4` | | 700 | `potion_steakTartarePerkUnlocker` | Strange Potion Effect | 110 | `671df15c-3341-440a-ad0e-e3f3eed603cc` | | 728 | `quest_kocovnickaCest_sleepingPotionMedium` | Lullaby Potion Effect | 21600 | `6aa19cd2-5426-46b2-a5c4-f6124eb512f8` | | 780 | `remove_all_posions` | | -1 | `de68e56a-a74c-4447-874b-487b03c3fc6e` | | 911 | `weapon_bane` | Weak Bane poison Effect | 60 | `b56d79e6-156c-4803-8d91-73a82f01926e` | | 912 | `weapon_bane_2` | Bane Poison Effect | 45 | `743b8ca4-6538-4c00-9903-29ab2050c8e8` | | 913 | `weapon_bane_3` | Strong Bane Poison Effect | 30 | `3a818f56-ff68-4aa4-bfc0-6437c3e73703` | | 914 | `weapon_bane_4` | Henry's Bane Poison Effect | 15 | `ed10dd29-b177-4d04-a330-3cbe76fe04b2` | | 915 | `weapon_dollmaker` | Weak Dollmaker Potion Effect | 120 | `25bdbc39-c19a-4a11-8c0f-6e16c432846f` | | 916 | `weapon_dollmaker_2` | Dollmaker Potion Effect | 180 | `b1697366-d4cf-4133-9736-97c3f512f9e6` | | 917 | `weapon_dollmaker_3` | Strong Dollmaker Potion Effect | 240 | `03845da1-2125-45dd-a315-cf7dba569e54` | | 918 | `weapon_dollmaker_4` | Henry's Dollmaker Potion Effect | 360 | `40b35ed9-a09a-47c2-b163-a4019340a52a` | | 919 | `weapon_sleeping` | Weak Lullaby Potion Effect | 21600 | `f13d37c1-5524-4822-9515-48e1ccb0dde4` | | 920 | `weapon_sleeping_2` | Lullaby Potion Effect | 21600 | `dd2612e4-0e4a-4092-867b-8728f45dcfc5` | | 921 | `weapon_sleeping_3` | Strong Lullaby Potion Effect | 43200 | `d6079f34-4b7e-4afd-afe1-eee36f4674c6` | | 922 | `weapon_sleeping_4` | Henry's Lullaby Potion Effect | 86400 | `45275677-0808-4d4a-bcad-e78aa77ae612` | # Buffs: Potion > The 77 buffs of the Potion class: id, name, English name, duration and GUID. The **`Potion`** class - 77 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 5 | `alcohol_desc_bacon` | Anti-alcohol Food. | 30 | `1524fad6-ef2e-495c-9f96-b5d88947c025` | | 6 | `alcohol_desc_cooked` | Anti-alcohol Food. | 40 | `1524fad6-ef2e-589c-9f96-b5d88947c025` | | 7 | `alcohol_desc_diary` | Anti-alcohol Food. | 30 | `1524fad6-ef2e-853c-9f96-b5d88947c025` | | 8 | `alcohol_desc_dried` | Anti-alcohol Food. | 20 | `1524fad6-ef2e-483c-9f96-b5d88947c025` | | 9 | `alcohol_desc_pastry` | Anti-alcohol Food. | 10 | `1524fad6-ef2e-458c-9f96-b5d88947c025` | | 10 | `alcohol_desc_smoked` | Anti-alcohol Food. | 30 | `1524fad6-ef2e-450c-9f96-b5d88947c025` | | 11 | `alcohol_desc_soup` | Anti-alcohol Food. | 30 | `1524fad6-ef2e-752c-9f96-b5d88947c025` | | 12 | `alcohol_desc_vlasak` | Anti-alcohol Food. | 20 | `b4594a5d-7f5e-4317-93f0-8d850e3ac16d` | | 154 | `food_test` | Anti-alcohol Food. | 20 | `1524fad6-ef2e-450c-9f96-b37a8947c025` | | 159 | `golden_egg` | Golden Egg | 600 | `0fc57667-2401-467a-82ec-90c402c22769` | | 612 | `potion_aesop` | Weak Aesop Potion Effect | 1440 | `f23dda25-6450-49c8-86f3-fc7bc1236199` | | 613 | `potion_aesop_2` | Aesop Potion Effect | 2880 | `ad53097a-b18d-4b05-9a4d-4d14176b2740` | | 614 | `potion_aesop_3` | Strong Aesop Potion Effect | 2880 | `8cc1d023-1c9d-43bc-8662-144499904a6e` | | 615 | `potion_aesop_4` | Henry's Aesop Potion Effect | 5760 | `1ff0e4a0-c09c-40be-b31e-fcb98b8ae0df` | | 620 | `potion_antiInflammatoryPotion` | Weak Anti-inflammatory Potion Effect | 600 | `60b21e2b-560d-4245-b01f-c9ea2310f89c` | | 621 | `potion_antiInflammatoryPotion_2` | Anti-inflammatory Potion Effect | 600 | `96cbf4be-5827-4862-b356-fe2b9fe2d191` | | 622 | `potion_antiInflammatoryPotion_3` | Strong Anti-inflammatory Potion Effect | 1200 | `0fac3a7c-f402-40b7-8159-206f6ccedd83` | | 623 | `potion_antiInflammatoryPotion_4` | Henry's Anti-inflammatory Potion Effect | 1800 | `b5ee756f-25d3-4a71-8a31-397094e0eef9` | | 624 | `potion_antiPlaguePotion` | Weak St. Roch's Potion Effect | 1200 | `ef9bad80-2314-42fa-8b7f-6f15dd1a469d` | | 625 | `potion_antiPlaguePotion_2` | St. Roch's Potion Effect | 1200 | `d40346c2-f607-4b8d-8990-2e9284f66df2` | | 626 | `potion_antiPlaguePotion_3` | Strong St. Roch's Potion Effect | 1800 | `005cd31f-a09a-457a-a21e-16632ca0c1f2` | | 627 | `potion_antiPlaguePotion_4` | Henry's St. Roch's Potion Effect | 2400 | `c91be522-8785-4901-9971-4cf8baf8f26d` | | 628 | `potion_aqua_vitalis` | Weak Aqua Vitalis Effect | 300 | `27c2fd6a-9b87-4d1f-b434-44f5ec3fa426` | | 629 | `potion_aqua_vitalis_2` | Aqua Vitalis Effect | 600 | `eaf0b14c-e2a4-4ace-bb89-e33ea2dedcd6` | | 630 | `potion_aqua_vitalis_3` | Strong Aqua Vitalis Effect | 600 | `c0662fdb-9bd1-44ce-9a89-a6e83ec8063a` | | 631 | `potion_aqua_vitalis_4` | Henry's Aqua Vitalis Effect | 900 | `7f89c355-d3c6-4f61-9774-3a3898372ab7` | | 632 | `potion_artemisia` | Weak Artemisia Potion Effect | 600 | `940b16f1-d2ef-4874-a915-8122a7d4392a` | | 633 | `potion_artemisia_2` | Artemisia Potion Effect | 600 | `15bfe81a-1c4e-41ce-91da-fa345129cc92` | | 634 | `potion_artemisia_3` | Strong Artemisia Potion Effect | 600 | `6026810f-22fe-49e5-8811-b233722f44b2` | | 635 | `potion_artemisia_4` | Henry's Artemisia Potion Effect | 900 | `19b9bd34-f153-4e2b-a56c-207a2a2f9f3a` | | 640 | `potion_bard` | Weak Fox Effect | 2880 | `1f398bd2-05ea-4a56-b883-9ac3ba3ad01a` | | 641 | `potion_bard_2` | Fox Effect | 5760 | `81e733a3-4bfd-4573-a895-6d8613e444d5` | | 642 | `potion_bard_3` | Strong Fox Effect | 5760 | `085e7b12-8b53-462a-83c0-ccb34217af0f` | | 643 | `potion_bard_4` | Henry's Fox Effect | 11520 | `ea76c3af-bfb1-4e89-9157-d82f028b8572` | | 648 | `potion_chamomile_decoction` | Weak Chamomile Brew Effect | 2880 | `dff536bc-9472-4754-9851-8656b5b18247` | | 649 | `potion_chamomile_decoction_2` | Chamomile Brew Effect | 5760 | `bec61738-f8ed-4429-b9ae-482f5512e442` | | 650 | `potion_chamomile_decoction_3` | Strong Chamomile Brew Effect | 5760 | `e300b5f3-9d1f-4dfd-8285-c872bb3ed85b` | | 651 | `potion_chamomile_decoction_4` | Henry's Chamomile Brew Effect | 11520 | `34adf873-92b4-4166-b85b-a0fcaacb760c` | | 656 | `potion_embrocation` | Weak Embrocation Effect | 600 | `ceb70cbf-9c4e-491a-8d75-7e8ab874db54` | | 657 | `potion_embrocation_2` | Embrocation Effect | 600 | `3010a853-a9bb-4a0c-8d85-8b510e1b2ea6` | | 658 | `potion_embrocation_3` | Strong Embrocation Effect | 900 | `d97eea3c-162b-4537-a156-8d984b3a90a1` | | 659 | `potion_embrocation_4` | Henry's Embrocation Effect | 1200 | `b1075629-edcd-4be0-bbbc-28c63a7f61be` | | 660 | `potion_hair_o_dog` | Weak Hair o' the Dog Effect | 30 | `fca19318-7d59-4645-bb7d-01fa9e6c925f` | | 661 | `potion_hair_o_dog_2` | Hair o' the Dog Effect | 30 | `f5e6a217-25b5-4b95-88d4-abc7d15a2203` | | 662 | `potion_hair_o_dog_3` | Strong Hair o' the Dog Potion Effect | 60 | `3a323f98-5d10-421f-accc-553a1b759100` | | 663 | `potion_hair_o_dog_4` | Henry's Hair o' the Dog Effect | 480 | `cf87b636-408a-403e-b0ac-87eb323aabd4` | | 664 | `potion_insomia` | | 600 | `e3a88c22-4058-4bf2-9000-043fff49f332` | | 665 | `potion_insomia_2` | | 600 | `7b37ac9b-840f-40d2-8397-b62313d2239e` | | 666 | `potion_insomia_3` | Strong Cockerel Potion Effect | 2880 | `27e0c970-cf34-428a-91ff-35c1da071665` | | 667 | `potion_insomia_4` | Henry's Cockerel Potion Effect | 5760 | `0e94d82b-50ec-4d25-8ea5-438478ec5e31` | | 668 | `potion_maliruvLek_potion` | Effect of Weak Mandrake decoction | 1920 | `5a5551f6-43a7-46f4-bf1f-afe8806a9472` | | 669 | `potion_maliruvLek_potion_2` | Effect of Mandrake decoction | 1920 | `d91f6594-0786-46fd-bd07-448a7bcae0dc` | | 670 | `potion_maliruvLek_potion_3` | Effect of Strong Mandrake decoction | 1920 | `7383214d-0bdc-4aed-8673-fafb7dfefa94` | | 671 | `potion_maliruvLek_potion_4` | Effect of Henry's Mandrake Decoction | 1920 | `c1fdd3cd-a712-40fa-9df6-dfae95e62a70` | | 672 | `potion_marigold_decoction` | Weak Marigold Decoction Effect | 60 | `8503216a-a34c-49f0-aefa-54d4502046f9` | | 673 | `potion_marigold_decoction_2` | Marigold Decoction Effect | 60 | `96083a8f-cdb5-42ec-9bb1-3caf40386ea2` | | 674 | `potion_marigold_decoction_3` | Strong Marigold Decoction Effect | 60 | `e223597e-8005-4464-8948-9b30b3ef293e` | | 675 | `potion_marigold_decoction_4` | Henry's Marigold Decoction Effect | 60 | `b6bd097c-f092-469d-984a-e673f4cdd03c` | | 676 | `potion_nighthawk` | Weak Nighthawk Potion Effect | 600 | `fa2ad41e-5701-4fe7-8630-5cee49eb304f` | | 677 | `potion_nighthawk_2` | Nighthawk Effect | 900 | `436e58bd-a715-4009-b305-a4c25f4e6759` | | 678 | `potion_nighthawk_3` | Strong Nighthawk Potion Effect | 1200 | `fe0d144f-2fe0-4cda-bbb1-61e593ece413` | | 679 | `potion_nighthawk_4` | Henry's Nighthawk Potion Effect | 1500 | `7f16793c-4d42-4d63-a912-d93d51b92289` | | 680 | `potion_padfoot` | Weak Quickfinger Potion Effect | 1200 | `eacbd986-ad07-4698-bf81-59df608b56a1` | | 681 | `potion_padfoot_2` | Quickfinger Potion Effect | 1200 | `adcc7caf-447f-4450-83cb-77ce46f0b056` | | 682 | `potion_padfoot_3` | Strong Quickfinger Potion Effect | 2400 | `e3dfbf21-e1c1-43db-9270-078c0c2b3611` | | 683 | `potion_padfoot_4` | Henry's Quickfinger Potion Effect | 3600 | `c14174d4-a381-4129-a935-62bb031901d3` | | 684 | `potion_painkiller` | Weak Painkiller Brew Effect | 600 | `336b5fe9-ec7f-442f-a9d1-b8bb2a6d3fa1` | | 685 | `potion_painkiller_2` | Painkiller Brew Effect | 900 | `f08512d7-03f5-4312-b3a2-5e8574fc6188` | | 686 | `potion_painkiller_3` | Strong Painkiller Brew Effect | 1200 | `dab8a783-c391-4925-860b-8162eb2f2642` | | 687 | `potion_painkiller_4` | Henry's Painkiller Brew Effect | 1800 | `2f76aa98-165f-4105-be87-61b630fe70b8` | | 696 | `potion_stamina` | Weak Buck's Blood Effect | 1200 | `122c0e62-747e-4bb3-9650-1a14d0420b08` | | 697 | `potion_stamina_2` | Buck's Blood Effect | 1200 | `2608543a-bb2f-41f0-b6a3-8140c9e6ac0e` | | 698 | `potion_stamina_3` | Strong Buck's Blood Effect | 2400 | `78c21c77-dc76-4464-ac62-a37ececa1974` | | 699 | `potion_stamina_4` | Henry's Buck's Blood Effect | 3600 | `efd07a19-ef79-4454-bbb3-a2a09af1ce0f` | | 736 | `quest_kumaniNaTrosecku_onIslandVision` | | -1 | `43c56ec5-676e-4ab4-b7e3-f2765f479b83` | | 738 | `quest_nakaza_plague` | Disease Symptoms | -1 | `c3ceb785-f7b8-4176-ad5a-7f9c5f0353aa` | | 818 | `svatba_roastedPigletAlcoholAntidote` | | 1 | `e3701f28-11f8-40fb-a026-2b90a9b939f8` | # Buffs: Punishment > The 14 buffs of the Punishment class: id, name, English name, duration and GUID. The **`Punishment`** class - 14 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 61 | `branding` | | 10800 | `2140972b-095a-40a8-909e-c1b46e261504` | | 86 | `crime_punishment_beating_medium` | Beaten Like a Dog | 2400 | `c9a62a45-b044-42a0-969e-1e77be655a5c` | | 87 | `crime_punishment_beating_medium_hardcore` | Beaten Like a Dog | 2400 | `37a359c2-fbc4-44e9-b92f-c594bac876e8` | | 88 | `crime_punishment_beating_strong` | Beaten Like a Dog | 3600 | `b8175a93-aee3-4bd1-9cbe-de691c34cd1b` | | 89 | `crime_punishment_beating_strong_hardcore` | Beaten Like a Dog | 3600 | `7ccf1b35-d40f-4b6d-8e12-b607602ec0d4` | | 90 | `crime_punishment_beating_weak` | Beaten Like a Dog | 1800 | `d9711484-b2cd-4982-ac1f-e44a7ce9b548` | | 91 | `crime_punishment_beating_weak_hardcore` | Beaten Like a Dog | 1800 | `a221f70c-e87d-4d01-bbed-e98ad939ca40` | | 92 | `crime_punishment_brand` | Freshly Branded | 10800 | `bc7ec5a9-e0d5-4c38-a091-7779ca7241f8` | | 93 | `crime_punishment_pillory_medium` | Disgraced | 2400 | `1ab50a60-821b-4c19-ace3-c296d73566da` | | 94 | `crime_punishment_pillory_medium_hardcore` | Disgraced | 2400 | `ad08caaf-d048-4fb2-a7c3-219a81ad91a5` | | 95 | `crime_punishment_pillory_strong` | Disgraced | 3600 | `68a05048-1c56-43d3-95fd-75c36125c76a` | | 96 | `crime_punishment_pillory_strong_hardcore` | Disgraced | 3600 | `13af7b46-8bc3-408b-b1ee-52332078eaf9` | | 97 | `crime_punishment_pillory_weak` | Disgraced | 1800 | `8607dd71-e4b1-4234-a4d3-532c9e2504c1` | | 98 | `crime_punishment_pillory_weak_hardcore` | Disgraced | 1800 | `baad8949-178a-48ff-bef4-2ff57b79b28e` | # Buffs: Satisfaction > The 4 buffs of the Satisfaction class: id, name, English name, duration and GUID. The **`Satisfaction`** class - 4 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 21 | `alpha_male_in_love` | Smitten | 6000 | `717abd8d-86a8-4399-91df-8fbeb536a2d2` | | 796 | `sex_time_well_spent` | Time Well Spent | 6000 | `0d635e3e-757d-477a-8196-f504f8afce46` | | 797 | `sex_time_well_spent_clara` | Hidden Flower | 12000 | `aa8eb327-77c8-47c4-80a3-38bf70576dc4` | | 798 | `sex_time_well_spent_nebakovObrana` | Time Well Spent | -1 | `9ff367d5-0b08-4020-8428-9ab08290d031` | # Buffs: Script System > The 155 buffs of the Script System class: id, name, English name, duration and GUID. The **`Script System`** class - 155 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 22 | `archery_bigBoost` | | -1 | `7dd35ae5-0b5c-40f9-8219-e89aa33007f9` | | 23 | `archery_midBoost` | | -1 | `41b06d3c-f848-4977-b73f-fe51ee4684d9` | | 24 | `archery_smallBoost` | | -1 | `b403333c-191c-49d4-a858-153a10fdcfe0` | | 26 | `autotest_healing` | | 2 | `95afeef3-bfe4-4697-801e-ff92671f8110` | | 48 | `barbora_flee_morale_debuff` | | -1 | `ffc20521-134d-4811-8bc5-e932b74b7077` | | 49 | `barbora_mercy_morale_debuff` | | -1 | `ffc20521-134d-4811-8bc5-e932b74b7076` | | 50 | `battle_accuracy_debuff` | | 0 | `8a9b72c9-5591-418c-83dd-3b87b785d4c4` | | 53 | `bleeding_protection` | | -1 | `a2088337-e015-4c28-8ab2-043f6925c087` | | 56 | `boar_easyKill_permanent` | | -1 | `083704b7-e238-41c3-9996-8ebd5cde89e1` | | 57 | `boost_agility_big_nonpersistent` | | -1 | `9d1be500-79ee-4b31-8a38-6d91f5b64b4e` | | 58 | `boost_stealth` | | -1 | `67ad3acc-5e8b-4f73-a226-7c093632b4ee` | | 59 | `boost_str_agi_marksmanship` | | -1 | `81b4a2f5-914f-4778-b4ee-40fa0f24d375` | | 63 | `budovaniLazni_visionBoost` | | -1 | `4e5149ff-974e-4e9d-a3fa-b51aa94d243f` | | 72 | `combat_moraleHit_large` | | -1 | `549119f2-d5c9-43f7-ab52-487b0a262d47` | | 76 | `combat_stat_skill_debuff` | | -1 | `48afa86f-2515-422f-b2c0-f9f05f11190a` | | 79 | `companion_infinite_morale` | | -1 | `3139a69b-a65b-4056-a95e-6eeadc499a81` | | 80 | `constant_speed` | | -1 | `ffc20521-134d-4811-8bc5-e932b74b7075` | | 81 | `crime_instantRecognition` | | -1 | `dc4be505-46d6-4ca4-857b-59cfa36adc2a` | | 82 | `crime_interrupt_confronting` | | -1 | `d61a0120-6087-4116-9645-2a3abe1f11fd` | | 83 | `crime_interrupt_looking` | | -1 | `f2c8fc57-43a4-4593-acb7-0bbbbe4854d6` | | 84 | `crime_interrupt_searching` | | -1 | `e7952613-5660-419c-988d-ac973ed13c5d` | | 85 | `crime_monasteryPunishment` | Punished at the Monastery | 1800 | `0eed0a4f-6aeb-4281-bcad-386c53ed23aa` | | 103 | `death_protection` | | -1 | `c7c79394-cd16-4d86-a029-f8a5f6623f9d` | | 104 | `death_protection_cutscene` | | -1 | `6f706644-e28a-41a9-9674-5f19dea03bf1` | | 105 | `death_protection_nonpersistent` | | -1 | `0f6bc79a-fc67-4aab-a797-4a9d4e4c2dc5` | | 107 | `deer_doe_easyKill_permanent` | | -1 | `7d411bf8-42de-4ef4-bebf-abe704af601f` | | 115 | `disableDodger` | | -1 | `dbc47939-2de8-4c3e-add9-6875461a1877` | | 116 | `disableMasterStrike` | | -1 | `21c300a6-552c-46e5-9f52-ad89f452187c` | | 136 | `duels_defenceDuringTraining` | | -1 | `d836b0fc-1eb8-4000-9192-ce35bf9208d1` | | 138 | `equipment_deterioration_reduction` | | -1 | `b919d148-056c-41e4-10a8-127715b0e855` | | 139 | `erik_duelBuff` | | -1 | `d4a4ffe8-f4a3-4abe-a784-784e27c2e37c` | | 140 | `erik_erikAngryDebuff` | | -1 | `1f50033a-475f-42c8-94df-6c98b1d982a8` | | 141 | `event_chase_slow_debuff` | | -1 | `3e0d4151-c06f-4f5b-b4a6-cd8be1aa35f3` | | 142 | `event_chase_slower_debuff` | | -1 | `e5260d2e-430b-47c7-8503-a9b1a14cb500` | | 147 | `fasttravel_immortality` | | 3 | `c37ab134-a443-433f-92a9-51ff6f08999c` | | 149 | `fasttravel_scriptInitiated` | | -1 | `5334ee91-1d9b-4e03-8678-9cd19647b51b` | | 150 | `fistfights_fightInvisibility` | | -1 | `fe9ca784-46f1-4bb4-9efc-1abe7e96a99a` | | 156 | `fresh_cut` | Freshly Trimmed | 172800 | `3a48b1ca-7668-437f-89ce-b20ce5d56bac` | | 165 | `hare_oneshot_permanent` | | -1 | `1ae8375c-5027-4f37-b09f-02f39de3cb0a` | | 168 | `healthEatSleep` | | -1 | `f97fd5a3-edec-490f-b94b-46ec0f1a32b2` | | 169 | `healthEatSleep_instant` | | 1 | `1ad1650e-e565-40bf-9e99-01cefea90c2f` | | 172 | `hladAZmar_horseMoraleDebuff` | | -1 | `8371d6b9-aecf-4b40-a0eb-84ed6ede3fd6` | | 173 | `hladAZmar_sermonBattleBuff` | | -1 | `dcca27c8-0d73-4aa8-8464-c00a6be820f0` | | 174 | `hladAZmar_sermonBattleDebuff` | | -1 | `decf1ab0-d222-4073-8e11-fb101b6b1eb6` | | 175 | `hledaniPsa_wolfKiller` | | -1 | `048e83f9-247e-4875-a24c-b41f154c89bd` | | 176 | `horse_moraleDebuff_heardGunFire` | | 20 | `761f5b41-5e11-44a3-bcca-815cf4ddbd2e` | | 177 | `horse_moraleDebuff_heardGunshot` | | 20 | `5d3175c5-4064-4270-bd48-92fa9bbc6944` | | 178 | `horse_moraleDebuff_mountedByPlayer` | | -1 | `17899ec7-4801-4d38-8fe7-f02b8a8fa48d` | | 179 | `horse_moraleDebuff_onMountByPlayer` | | 180 | `f4909c8f-d3ff-4886-aa6f-f3eca996fc1c` | | 180 | `horse_pulldown_protection` | | -1 | `b6163c06-1ba8-4db5-859d-d58cfad9a3f9` | | 182 | `horse_throwdown_protection` | | -1 | `261fc53f-3ef2-4e0a-a7c8-e46bc8528977` | | 187 | `immortality_nonpersistent` | | -1 | `730503bf-735a-4f47-baae-c2d84ee77524` | | 188 | `inDialog` | | -1 | `053b4122-6dfa-44d1-9a7c-70bf14c67506` | | 189 | `infinite_unconsciousness` | | -1 | `196d18f7-46a7-4ad3-99ff-dd6ccd29da77` | | 190 | `infinite_unconsciousness_nonpersistent` | | -1 | `74cf0c29-d03e-4233-9352-b91ca5ea69ea` | | 196 | `injured_tag` | | -1 | `3d530e43-375f-4739-a6ee-3bbcf9292601` | | 197 | `injured_tag_persistent` | | -1 | `83ef27f9-4ce2-4894-bd42-d2cc61a6f758` | | 221 | `knockout_protection` | | -1 | `ab827233-116c-4366-ab1f-704de01d628b` | | 222 | `konskeZavody_horseBoost_diff1` | | -1 | `229821f1-f204-406b-9c5e-63665278db86` | | 223 | `konskeZavody_horseBoost_diff2` | | -1 | `27ce4a62-f137-4158-ad32-83b94f70a464` | | 224 | `konskeZavody_horseBoost_diff3` | | -1 | `2bd82344-6a86-42c7-87c9-5573cd07049e` | | 225 | `kovar_tutorialInvisibility` | | -1 | `c7b61a3c-b619-4c7c-9857-8cc8c97f5676` | | 226 | `limited_combat` | | -1 | `87dede4e-88e1-4cca-95de-545d0523d5fd` | | 232 | `melee_hit_debuff` | | 0.8 | `a2261902-5204-4e9d-b15e-b3b8d8495f40` | | 243 | `mucirnaVypaleniSemina_resistent_victim` | | -1 | `b5e6123f-dcb3-4c7e-8096-5b584fbc87f6` | | 244 | `mute_cutscene` | | -1 | `945430c5-be04-4f3c-bb83-7951e7e13996` | | 245 | `navstevaLekare_notWorthIt` | | -1 | `4b777931-4ef5-4630-8296-bfd9ccc2dc02` | | 246 | `near_death_experience` | | -1 | `feb6ee6a-781b-4367-976d-3a21ba56fc9a` | | 248 | `nebakovObrana_boost_allies` | | -1 | `3b753f2f-0290-4962-ae6f-fa1ded8d2284` | | 251 | `not_immortal` | | -1 | `ed59af7c-6d7e-4454-8ffb-f16935bf5130` | | 252 | `not_immortal_nonpersistent` | | -1 | `3cd19fea-f99c-41d8-a8ec-66ff545e1f4d` | | 256 | `npc_meal` | | 5 | `2c14d546-1993-4b77-946f-004d63c686ec` | | 257 | `oblehaniSuchdole_augment_damage_received` | | -1 | `b17748f4-da00-44ab-a5ff-d0081e8cd308` | | 258 | `oblehaniSuchdole_exhausted` | | -1 | `360b25df-29c1-44da-a858-30826ca0be21` | | 367 | `perk_good_old_pebbles` | | -1 | `3565bca8-d8cf-48e1-96f7-202cac228a0a` | | 374 | `perk_hardcore_alco_teleport_ai` | | -1 | `543fb101-9e14-4208-8ceb-8d487a46a48b` | | 386 | `perk_hardcore_punchable_face_player` | | -1 | `785d8380-f581-40ee-894f-4b15d0f0d475` | | 500 | `perk_red_herring` | | -1 | `27bbe210-274b-47c1-86c2-4d183df1f48d` | | 604 | `pogrom_wagonInvisibility` | | -1 | `325c9978-f592-42f2-96d5-a196139ee742` | | 609 | `posledniPomazani_boostedBohuta` | | -1 | `ede2a6b3-7475-4596-ab05-2362655ee2b8` | | 610 | `posledniPomazani_healthLossBoost` | | -1 | `151ace61-70fb-409e-8b95-57b35d6ad83f` | | 611 | `post_combat_protection` | | 4 | `b2a1ddda-26f3-436f-b902-1af34094e3c0` | | 688 | `potion_savegame` | | 0 | `612f0945-9933-47f0-9083-2db00be0e830` | | 689 | `potion_savegame_2` | Saviour Schnapps Effect | 180 | `cf9b4526-29f1-40ce-b95d-0299974e39ba` | | 690 | `potion_savegame_3` | Strong Saviour Schnapps Effect | 300 | `9186f153-b18e-4e04-8b39-411268d24476` | | 691 | `potion_savegame_4` | Henry's Saviour Schnapps Effect | 480 | `24c8edfc-a310-4f98-8adc-37de87514c38` | | 702 | `predaniVChramu_zacharyDuelBuff` | | -1 | `433c0267-506c-4664-9075-56b50b93ba21` | | 703 | `prepadeni_customBleedingSpeed` | | -1 | `f2d371a0-feab-4f9e-b0d2-43a331b41520` | | 704 | `prepadeni_initialBoostedHenry` | | -1 | `358e6a61-66a5-468a-8588-e93f2f17c1f0` | | 705 | `prepadeni_nervousGuard` | | -1 | `c207b0b5-1911-4975-8d53-45f962e80a21` | | 706 | `prepadeni_perfectBlockForCapon` | | -1 | `82dfb051-bd76-4681-abc1-185350e09eac` | | 708 | `prepadeni_ptacekBoostSpeed` | | 0 | `084023c1-a396-4d48-aaeb-7e0f7981b66d` | | 709 | `prepadeni_ptacekInDuel` | | -1 | `6b861ae1-7d80-4e5d-9fe6-df5833dc4750` | | 710 | `prepadeni_vorechMorale` | | 0 | `13d87f0e-fc80-489b-97b6-ad31458e93e3` | | 711 | `prepadeni_weakCapon` | | -1 | `6e4087dc-26a6-478f-bd64-6727e24c330b` | | 712 | `prepadeni_XpGainNullifier` | | -1 | `3abfb65b-ec73-4f52-9bf9-c0a6a044b687` | | 715 | `quest_bohutovaVlozka_bohutaLeftFightBanditsStats` | | -1 | `45c2c8d9-dd12-4da9-97ed-d93f0ca03b23` | | 725 | `quest_kocovnickaCest_fightingCapabilities_debuff` | | -1 | `fdb86908-efb7-4e8e-a378-47f9362b18df` | | 726 | `quest_kocovnickaCest_moraleHitExtreme` | | -1 | `fdb86906-e4c2-4ef4-b0b9-ce64470fe13a` | | 727 | `quest_kocovnickaCest_movementSpeed_debuff` | | -1 | `fdb86907-1899-4868-a0f0-e7a76050f9eb` | | 739 | `quest_nebakovObrana_bohutaShootingStats` | | -1 | `4e87f141-5222-4d52-a14d-c9e10604a002` | | 741 | `quest_noBlood` | | -1 | `2a37002d-b6c3-4323-a139-f2eb5ada6087` | | 743 | `quest_prepadeniVlasskehoDvora_alliesBoost` | | -1 | `7619b2ea-3d11-49b0-b001-3e69283555b8` | | 745 | `quest_prepadeniVlasskehoDvora_highMorale` | Increased Morale | -1 | `27f46b49-dbe7-4b42-b8f8-470e4f28fb35` | | 746 | `quest_prepadeniVlasskehoDvora_lowMorale` | Reduced Morale | -1 | `819df34d-1c14-44b7-b02c-d2f5f13aeb2c` | | 749 | `quest_sermiri_arne_debuff` | | 0 | `a679d85a-dbad-4607-8982-1e1a11a6d2eb` | | 751 | `quest_setkaniVRatbori2_noDamage` | | 0 | `57e07f55-0cc5-4318-abd9-693df4a232a4` | | 752 | `quest_stealthMiseZaJindru_brabant_hearingBoost` | | -1 | `64c27976-ed6a-589b-2191-cc586082aee6` | | 753 | `quest_stealthMiseZaJindru_brabant_moraleHit` | | 30 | `549889f2-d5c9-43f7-ab52-487b0a262d47` | | 754 | `quest_stealthMiseZaJindru_guard_visionBoost` | | -1 | `dcbee361-3936-46d8-a06c-50d5b0c51265` | | 759 | `quest_utokNaNebakov_zizkaHardcoreMode` | | -1 | `0e48ec11-4cb8-48a8-88c2-abb358b5f35e` | | 760 | `quest_utokNaNebakov_zizkaLowerStats` | | -1 | `b2f86f72-b8f7-458f-9358-dd2ed7b01a9f` | | 765 | `quest_weak_attacker` | | -1 | `404a26eb-cc2d-46cc-8989-ca40fd0d56e1` | | 767 | `quest_zbranePanaSemina_seminDuel` | | -1 | `91fe879a-2881-426b-984c-0f49b551a76f` | | 769 | `quest_zikmunduvTabor_ditrichBoost` | | -1 | `22a77241-ab4c-456a-9596-ba158154ece1` | | 778 | `red_deer_easyKill_permanent` | | -1 | `401598d4-9e5b-4a5c-8917-afe2aad4cc6f` | | 781 | `remove_drunkness` | | -1 | `e7e0eda4-a76c-49af-aa3e-43ccea14297c` | | 782 | `remove_drunkness_constant` | | -1 | `e5ff5b8f-c764-44d8-b156-a884233150e1` | | 788 | `roadside_corpse_npc_triggered` | | -1 | `bc2be2ea-c588-4c32-b155-d96c646cb689` | | 790 | `roe_deer_easyKill_permanent` | | -1 | `f6c604fd-66fb-47db-9e9e-1506d5a8e414` | | 791 | `rutinaAVypad_battleBadPairDebuff` | | -1 | `519fcbcc-bd4a-4e08-a996-ab6f8bfab68a` | | 792 | `rutinaAVypad_battleGoodPairBuff` | | -1 | `b9564fae-880a-4e44-9c29-61af452b8038` | | 793 | `rutinaAVypad_healthLossBoost` | | -1 | `cc3a1a4a-ef7d-4a55-821b-dc2567d1290e` | | 802 | `simulatedKnockout` | | 5 | `af197e82-54c1-44e4-a21c-21e83a8c273e` | | 808 | `socky_drunkard_onehit_permanent` | | -1 | `c4deabe7-4375-4114-82ff-3d0c04d86cb0` | | 809 | `spizovaciOddil_plagueGravesDug` | Stench of the Plague | 1200 | `a40fff68-9051-48af-a599-54f3667a3065` | | 814 | `stealth_lowerVisibilityArea` | | -1 | `2e9634d8-a7e4-4cdb-a5a5-eba2ca54ce16` | | 815 | `stealthkill_protection` | | -1 | `479a82c7-89e8-47e1-b9b3-7544762bc822` | | 820 | `svatba_tournamentBuffForNpc` | | -1 | `0606c003-7419-4e83-b359-59d1ff5ca8f5` | | 821 | `svatba_tournamentBuffForPlayer` | | -1 | `f6d618ff-6361-4a20-b7d4-ea8e55f35321` | | 825 | `temporary_immortality_onMercy` | | 2 | `8a4eec60-a667-4921-806f-05e3592c2de2` | | 847 | `test_playBandageMyselfOnRepeat` | | -1 | `d42c87f2-9b51-48e3-831e-9ad449a4f100` | | 867 | `thirty_heal_instant` | | 1 | `2c0cd734-d506-459b-a4ea-507c9e8a1074` | | 870 | `training_experience_debuff` | | -1 | `ffda734a-763e-4de6-9cac-309c6084513b` | | 879 | `unmute` | | -1 | `5145bb5c-ac08-43b9-92a7-0a6766516d53` | | 880 | `unmute_nonpersistent` | | -1 | `18a0bd7c-214f-4107-bbc1-9e9bc09ce9db` | | 883 | `utokNaMalesov_certDuelDebuff` | | -1 | `c1db1812-e3cf-4faa-a337-b34495f3b817` | | 884 | `utokNaMalesov_malesovTowerDefendersDebuff` | | -1 | `71644162-1bcc-484f-b926-ec31eacec96e` | | 889 | `vezniNaTroskach_afterTorture` | Tortured | 3600 | `0e553f9a-5da8-4050-912e-0506e4a95c18` | | 891 | `vezniNaTroskach_torture_1` | Tortured | -1 | `c01b06d6-1003-43f6-a92d-1685d12b24c8` | | 892 | `vezniNaTroskach_torture_2` | Tortured | -1 | `7750688b-21f7-4ab2-a89d-f975cc4ce277` | | 893 | `vezniNaTroskach_torture_3` | Tortured | -1 | `01807959-3249-40f3-a25b-9983b3d9e5cb` | | 897 | `vip_attackprot_fading` | | 2 | `363e7fef-1251-466a-b133-7f5970af00f7` | | 901 | `vip_knockoutprot_remove` | | -1 | `f8180af4-ce59-41c2-b038-e4d72b68366f` | | 902 | `vip_lootprot` | | -1 | `d096efbd-54cd-4ebd-b6e9-669802ec5f03` | | 903 | `vip_lootprot_remove` | | -1 | `b9c82b6a-55f2-43dc-b481-8ce28a373a56` | | 904 | `vip_stealprot` | | -1 | `d5996d8b-611d-4cc8-bfbd-7ab2c8884cf6` | | 905 | `vip_stealprot_persistent` | | -1 | `63edd356-a11b-4701-b560-ac39bfb8f42f` | | 923 | `well_rested` | Well Rested | 5760 | `0648c02b-ebe8-4a77-85a5-23b43f625dc5` | | 924 | `wildAnimal_fasterBleeding` | | -1 | `352d9c12-c7ac-4035-a516-308678bb31d3` | | 925 | `zachranaPtacka_boostedVavak` | | -1 | `f99b83d8-0fda-4869-8060-40ddb6a98989` | | 926 | `zachranaPtacka_malesovAlarmNervousness` | | -1 | `f4d0347e-40b1-4a21-8c1f-d422aaceea32` | | 927 | `zranenyLovci_onTree` | | -1 | `aa483616-9328-4e86-8b43-76ddfa559cf7` | | 928 | `zranenyLovci_pullDownProtection` | | -1 | `98e072dc-43be-472d-a8b5-a8e9a024bbe2` | | 929 | `zranenyLovci_wolfHealthLossBoost` | | -1 | `f053ee01-aade-4a13-a776-597c97d34bab` | # Buffs: System Buff > The 147 buffs of the System Buff class: id, name, English name, duration and GUID. The **`System Buff`** class - 147 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 1 | `actor_illuminance_meter` | | 0 | `58558161-bed7-4af5-902d-6978c8d21c5e` | | 2 | `additional_weight` | | -1 | `6685629b-f174-440a-a7f8-0b6a22a0ac88` | | 3 | `after_sleep` | | -1 | `9b281555-f071-4a9c-aedc-41b5015ee702` | | 4 | `alchoholDigestionBoost` | | 1 | `fc781bef-900d-40d8-9d8d-edb58abc930c` | | 25 | `archery_stamina` | | -1 | `187d87c7-e97a-4558-ab7c-5318e441e065` | | 45 | `autotest_no_exhaustion_digestion` | | -1 | `4eb14ea6-2ad6-420d-bba6-670d05601cce` | | 46 | `autotest_stamina_boost_infinite` | | -1 | `bf1ed388-e1a5-4688-8563-05895e529e7a` | | 47 | `autotest_stamina_regen` | | -1 | `5ae26f31-1783-44cd-a40b-503c62c867af` | | 52 | `bleeding` | Bleeding | -1 | `0c903899-fcc9-4cf2-9ee3-1130ac08b0fc` | | 54 | `bleeding_thickblooded` | Bleeding | -1 | `3e9b2099-d1e5-493d-8fe4-8de9ea9e9e8a` | | 62 | `bratriZCimburka_cimbrosBattleBuff` | | -1 | `6d7a3329-11d1-49cd-a100-a7fa79bce4bd` | | 65 | `caffeine` | | -1 | `950fcd4d-fbb5-449d-bdd3-f0895da89168` | | 66 | `carrying_load` | | -1 | `88e6cb97-af82-4b75-8d4f-388246cd7489` | | 67 | `clean_cut_debuff` | | 20 | `993dba95-0683-4cf1-9c57-48edefaa382f` | | 69 | `combat_close_threat_morale_context` | | -1 | `3277268b-60f2-47c6-8130-ddca6bea82a1` | | 70 | `combat_fall_damage_enable` | | -1 | `2c04557c-b6cf-4bfd-b815-a0204f57d3cf` | | 71 | `combat_morale_context` | | -1 | `1385b27e-0d22-4a92-806b-3a0c94f6a813` | | 74 | `combat_riposte_probability_penalty_on_master_strike` | | 30 | `4ce909c2-93d3-4b37-887d-c62a79eb5890` | | 75 | `combat_stamina` | | -1 | `e0efefa6-d79b-4cae-988c-b9fd5a78f575` | | 99 | `crouch` | | -1 | `adddf52a-4c53-49e2-aa22-bd11ae452eca` | | 100 | `cutscene_stopTime` | | -1 | `bbe946c9-a6d6-4ba7-96e2-6a884bb66fe3` | | 106 | `debuffSpeed` | | -1 | `5fc4d5d0-6589-4df2-b585-3899a681fb56` | | 108 | `defense_debuff` | | 0 | `3f96e766-9e2c-4d3c-b86c-62ad7b6f1970` | | 109 | `defense_debuff_nonpersistent` | | 0 | `526b44bf-c119-4b26-9218-fed39d034d0e` | | 110 | `disable_perks_ui` | | -1 | `46ad1d94-bce0-4d2b-be23-7d6c827616cb` | | 111 | `disable_run` | | -1 | `6f8d0939-90cb-47dc-9352-33a9cb2e6bf0` | | 112 | `disable_sprint` | | -1 | `7481f890-237d-4312-b647-f056c880edc2` | | 113 | `disable_sprint_persistent` | | -1 | `4e029081-a402-41ef-bfc5-7a01afdc391b` | | 114 | `disabled_revive` | | -1 | `6a61a139-4ae5-49e1-9b7f-31b72ff2e1e5` | | 117 | `dlc2_bed_sleep_alcoTeleport` | Seasoned Drinker | 86400 | `5e670a29-9e21-413a-be75-943c2e9c656b` | | 118 | `dlc2_bed_sleep_craftsmanship_unarmed_bonus` | Blacksmith’s Dream | 86400 | `f2b89fdb-9d15-4a2d-9cea-93bcd8e5eecd` | | 119 | `dlc2_bed_sleep_digest_sleep_bonus` | Comfortable Digestion | 86400 | `2797dac5-8ae3-4e20-a31d-8739e96b5b19` | | 120 | `dlc2_bed_sleep_reputation_bonus` | Penitent | 86400 | `8ebef888-833c-4ebb-828b-acd663113ce4` | | 121 | `dlc2_bed_sleep_skillchecks_bonus` | Smooth Talker | 86400 | `f6fc9df8-da1c-44c5-a437-5f52f8f45991` | | 122 | `dlc2_bed_sleep_survival_bonus` | Forest Runner | 86400 | `345744d4-5a9a-48f7-9d02-cf39f7563166` | | 123 | `dlc2_bed_sleep_well_rested` | Well Rested | 5760 | `23777ca7-2dc4-4a0d-aead-e8d25636d838` | | 124 | `dlc2_others_reading_quality_bonus` | Chandelier | -1 | `aa9bd3d5-a2e7-4d50-8ea3-ce556345ca55` | | 125 | `dlc2_others_sleeping_quality_bonus` | Stove | -1 | `20a5ce9c-f09b-4917-b7e4-21fd7da4b35f` | | 126 | `dlc2_table_buy_sell_margin_bonus` | Treasurer | 86400 | `f6c92aeb-7899-4e4e-b520-b65ef37e8e9b` | | 127 | `dlc2_table_fruit_vegetable_healing_bonus` | Carnival | 86400 | `629b9545-e7c5-44a9-a625-c43a5bee83f9` | | 128 | `dlc2_table_limb_injury_protection` | Boneshield | 86400 | `71069524-a9f7-443e-ae12-a6525d7f60bc` | | 129 | `dlc2_table_lockpicks_break_chance_bonus` | Locksmith | 86400 | `60ed0e48-be98-402d-b67c-27257ab3bab7` | | 130 | `dlc2_table_ranged_attack_bonus` | Carpenter | 86400 | `9a7d430b-2640-4709-bb77-b96c68d7f409` | | 131 | `dlc2_table_skillteachers_xp_bonus` | Apprentice | 86400 | `91099846-a906-43ed-a65b-e956b291c4bf` | | 132 | `dog_stealth` | | -1 | `ffc20521-134d-4811-8bc5-e932b74b7078` | | 133 | `drunk` | | -1 | `690ed604-ebe9-448a-b87c-b9d1df82a527` | | 134 | `drunk_nonpersistent` | | -1 | `362c7a34-218d-46dd-a001-f46095cb091a` | | 137 | `encumbered` | Overloaded | -1 | `daa26974-e5ce-41be-88cb-bbcef56e6452` | | 143 | `exhausted` | Tiredness | -1 | `c7f2c0f0-776a-43e3-a504-31870afc3710` | | 144 | `exhaustion_protection_nonpersistent` | | -1 | `8db78e39-01f3-4a14-8594-7cca5fc8428d` | | 145 | `fall_damage` | | -1 | `4bc0b081-a57e-4e6e-8297-6d9db58b39b2` | | 146 | `fasttravel` | | -1 | `82fd15ef-4117-4094-88d9-ca15f7fe033e` | | 148 | `fasttravel_invisibility` | | 3 | `e4b76425-4bc5-492a-9d5f-3575b4fab1be` | | 158 | `god_mode` | | -1 | `e8ba6719-baba-48b2-9442-d737ef443148` | | 162 | `haggle_denial` | | 120 | `0dcc7c4f-6ea3-4bd7-8f80-79249c4f5a66` | | 166 | `has_damaged_armor` | Damaged armour | -1 | `5664cd2c-d113-42e6-b71b-5ea789dfc4e3` | | 167 | `has_damaged_weapon` | Damaged Arms | -1 | `2290487b-ec89-47c1-8ac0-f1decb9cd32f` | | 170 | `heavy_bleeding` | | 30 | `ae48b141-6946-4714-9818-a253f81e792d` | | 171 | `heavy_weapon_combo_finished_dummy` | | 0 | `0a886758-b222-42f1-a5c5-c5f3d840e913` | | 184 | `immortality` | | -1 | `85aca9c5-ec41-400d-a563-53df7b2399e8` | | 185 | `immortality_fast_heal` | | -1 | `6cf0aa39-e09c-42fa-bf67-10f2d03991b7` | | 186 | `immortality_fast_heal_nonpersistent` | | -1 | `52e578c8-608f-44e5-b6c0-e79673cfd4a0` | | 201 | `invisibility` | | -1 | `cf787871-d151-43b7-a7c9-39acac116f0f` | | 217 | `jail` | | -1 | `a8b03550-5e68-417a-9d10-2064b289a7e5` | | 218 | `jail_recovery` | Released Prisoner | 5760 | `b152dbb8-d883-4e67-acba-b89829542e3e` | | 219 | `jail_recovery_renegade` | Renegade Brand | 5760 | `46769b14-d592-4a7c-a6bc-811e3366affa` | | 220 | `jail_recovery_theresa` | | 5760 | `972b0d5a-6fab-4e28-b59c-a3697f7c05c3` | | 227 | `low_health` | | -1 | `9c5eb897-0432-4b41-8fbd-2607d0629b44` | | 228 | `low_pickpocketing` | | -1 | `3c815093-4d43-40f3-9cdc-accb5c9e07ca` | | 233 | `mikes_kozlik_nebakov_stats` | | -1 | `231cf355-1fc4-48f4-b694-ccd9363a2e5e` | | 234 | `mikes_kozlik_oblehani_suchdole_stats` | | -1 | `25222af4-f519-4baa-ac87-803e5f974d62` | | 236 | `mlynaruvUcen_stealthTakedownBuff` | | -1 | `c795a2ad-b1c0-44c8-93d8-bb1a9d39993d` | | 237 | `mlynaruvUcen_stealthTakedownDebuff` | | -1 | `0a00cd37-3769-4d0f-8f82-088d5a3f9b1b` | | 238 | `monk` | | -1 | `64ad3583-161b-4fb0-97ad-56b826ed2480` | | 239 | `morale_context` | | -1 | `81d476d4-3c68-40cf-8c85-b62a4102cb76` | | 241 | `mounted_player_buff` | | -1 | `abcdefab-ffff-ffff-ffff-aaffaaffaaff` | | 247 | `near_level_barrier` | | -1 | `7747812b-253d-42fd-bd7a-0e50b65e6b27` | | 262 | `overread` | | -1 | `943bb91d-52a2-42e9-bbd5-66cf48179224` | | 263 | `oversleep` | | -1 | `a5e4791a-f5a6-403e-9161-5b8a22966751` | | 264 | `owned dog` | | -1 | `389302cb-5a3c-49cc-be4c-14579cdd4e72` | | 306 | `perk_bonebreaker` | | 10 | `b141e92e-020c-4713-b48b-3202431ac8e2` | | 336 | `perk_down_to_size_debuff` | | 15 | `b3ae0db1-e975-4ea0-946f-7f4ee1aa3fe4` | | 378 | `perk_hardcore_hangry_henry_starvation` | | -1 | `62058f03-c55e-433f-acea-7fa777cf67c2` | | 394 | `perk_hardworking_lad_carrying_body` | | -1 | `efab3328-a1f7-4df1-a1df-eeaf86972b10` | | 409 | `perk_immortal_companion` | | -1 | `ab1503b5-1494-456a-baa1-0c2f4efbf3e5` | | 451 | `perk_mischief_artist` | Mischief Artist | 120 | `3eededc5-5839-4d8c-9550-814209e97fc4` | | 499 | `perk_reading_regen_improved` | | -1 | `feb22377-20e5-4b48-99a5-ead424fca392` | | 543 | `perk_SupremelyAttentive` | | -1 | `01f942ca-a62a-44ed-8c6f-a8274b8df30d` | | 558 | `perk_thunderous_blast_debuff` | | 20 | `d8c62af9-fde6-43b7-a36d-1f044987d552` | | 565 | `perk_totentanz_attack_bonus` | Totentanz | 5 | `d2217865-127b-4637-94b6-e159d30d2c17` | | 570 | `perk_trustworthy_middleman` | | -1 | `8dbc9082-ca40-46e5-bdce-2712b4e698a3` | | 574 | `perk_undercut` | Head Start | 10 | `25f7907b-fb0d-4563-bddf-dfdc44c168cb` | | 575 | `perk_undercut_ii` | Head Start II | 10 | `e7115e39-2607-4509-a640-fe941b4959d6` | | 593 | `permanent_corpse` | | -1 | `7a61a139-4ae5-49e1-9b7f-31b72ff2e1e6` | | 594 | `permanent_corpse_persistent` | | -1 | `3702b27b-2591-4dd7-9353-4ae569151d98` | | 599 | `player_horse_stamina_modifier` | | -1 | `feedbeef-dead-babe-f00d-be9dad6abed9` | | 600 | `player_immortality` | | -1 | `98d2764a-bdbf-473f-903a-1209813d2e15` | | 601 | `player_immortality_nonpersistent` | | -1 | `44e1ccc9-9252-48a9-922d-2ae4523c69a3` | | 602 | `player_immortalityOnly_nonPersistent` | | -1 | `89739dbc-fb20-4a28-8b70-986ab9b5f79a` | | 701 | `poustevnik_excited_konrad` | | -1 | `c3b0ab94-8e7a-4c96-ae74-53b919ffc052` | | 713 | `prepadeniVlasskehoDvora_alcoholAntidoteBooster` | | 10 | `0873fbf3-a245-4e3e-9b4a-bb2f2df09c02` | | 714 | `prepadeniVlasskehoDvora_alcoholDigestBooster` | | -1 | `d5744c88-7cde-405f-811a-55fc502236b6` | | 719 | `quest_cart_tag` | | -1 | `cbb45bf5-a8fa-4615-a9ea-fc72f517b87f` | | 737 | `quest_mapaKPokladu_banditCourage` | | -1 | `eeddf516-3f10-4988-8b97-5ee130f47163` | | 740 | `quest_nebakovPruzkum_fencingBoost` | | -1 | `c2ea5d48-9283-4be4-ae48-b7c02ff376ad` | | 761 | `quest_utokNebakov_blur_long` | | 55 | `87b33bd6-c3bc-4974-8c34-01fd14ad7a36` | | 762 | `quest_utokNebakov_blur_short` | | 8 | `117fe105-5c31-4e45-9e77-50993dae4472` | | 763 | `quest_utokNebakov_half_movement` | | 8 | `f16d86e9-230d-4f75-b2ce-cfc6765e9608` | | 766 | `quest_zachranaPtacka_PtacekCombatBoost` | | -1 | `6ed245f0-7882-49d9-b074-41e25c13753e` | | 774 | `reading` | | -1 | `9be2617e-61e0-4a0c-976b-1dbb216bef15` | | 775 | `reading_quality` | Reading Spot | -1 | `48562e8c-f292-4c1a-a307-e63bcf0b00f2` | | 776 | `reading_regen` | | -1 | `eab9a787-9460-4c90-96ec-8e69c4a82d8d` | | 779 | `remove_all` | | 5 | `8e56612f-30b7-447c-b331-c7e4be807717` | | 786 | `respec` | | -1 | `c8b0d038-a503-44cc-85a5-7f753a09eb6e` | | 787 | `ridden_horse` | | -1 | `60c6aca4-a5a9-442b-9cc8-7f0e31ecfd43` | | 789 | `robbed_angriness` | | 600 | `26e0501f-c2d6-463f-b9b8-1946e5e9b1c3` | | 794 | `s39_headProtectionNPC` | | -1 | `7d89d580-f6aa-45d2-aa66-6ce68d7d817d` | | 795 | `setkaniVRatbori2_bohuta_alcoholDigestBooster` | | -1 | `e7afc162-6c81-4bac-84f5-fa06d236894f` | | 799 | `sharpening_pressure` | | -1 | `acae1f4d-f766-4ccb-b081-44bda51f779c` | | 801 | `short_term_nutrition_food` | | -1 | `677cbe60-d88f-4313-9bc9-985aa59e5e1d` | | 803 | `sleep` | | -1 | `cbbedb16-8ab8-4583-b740-a0e8a2521d95` | | 804 | `slow_attack_rate` | | -1 | `ffda724a-762e-4de6-9cac-209c6084512b` | | 806 | `smell` | Reeky | -1 | `6ecc9124-b0bb-4a37-a9e9-ca0d78e76a5e` | | 807 | `sniffing` | | -1 | `1b562bab-88fc-4e84-83fd-a5ac465c18a8` | | 810 | `sprint` | | -1 | `c502b267-8084-40b4-9cbd-ee76cf52b37a` | | 813 | `starvation` | Hunger | -1 | `78dc0d01-337e-47f5-b7b5-14b25d9b251f` | | 816 | `stomach_pain` | | -1 | `77f9e797-3bca-4bbe-871b-b83b587d6b92` | | 817 | `surrendering` | | -1 | `5d070c0b-5891-4e1e-83c5-72120a90b015` | | 819 | `svatba_svatba_tournamentBuffForNpc_fistFight` | | -1 | `15e247cc-3793-407f-b9bd-03b49c549437` | | 822 | `sword_combo_finished_dummy` | | 0 | `26524ef2-ef50-4bc5-a149-262880922b82` | | 823 | `targeted by opponent (ranged wpn)` | | -1 | `3e6e8dc6-3851-419f-b1e9-1f32524dcb06` | | 858 | `test_suppressArmorLoad_high` | | -1 | `70d29ce9-cf46-40b4-b0b7-803307c45c42` | | 859 | `test_suppressArmorLoad_low` | | -1 | `228f7520-d160-436a-8d37-97f677a21591` | | 860 | `test_suppressArmorLoad_zero` | | -1 | `4757340d-214a-4188-8526-a58bcb0704e1` | | 873 | `unconscious_fall_damage_enable` | | -1 | `4ad6bb79-f2a0-4656-bfe6-cbf4141adbc2` | | 876 | `unconsciousness_protection` | | -1 | `7524aadc-7819-4c55-a3cf-8caec0d0f437` | | 877 | `unconsciousness_protection_cutscene` | | -1 | `3be64de4-dca5-4580-ac24-7553e3c89b05` | | 878 | `unconsciousness_protection_nonpersistent` | | -1 | `f46120bf-b45f-4ec5-95c6-03d526cb40bf` | | 881 | `unstream_protection` | | 300 | `32bcd798-bc87-4947-bb7e-ad07f4e9fe30` | | 882 | `unstream_protection_nonpersistent` | | -1 | `0ba907a9-780f-4427-ba8a-a3b2a788d0bc` | | 885 | `utokNaMalesov_malesovVillagersBoost` | | -1 | `3f92a272-3469-46aa-b9f3-fdb5b6aa8588` | | 886 | `utokNaMalesov_stealthBuff` | | -1 | `c9c0a4c8-cec0-4f88-9785-cc35ce1ff551` | | 890 | `vezniNaTroskach_drunkSoldiers` | | -1 | `a40f5d6c-ef6e-456b-bfef-cb0f5d26ac6a` | | 906 | `vip_stealprot_remove` | | -1 | `999b783c-90ff-4054-bb5a-9f4f9b1da7cb` | | 907 | `vip_unconprot_remove` | | -1 | `ac6db9f1-254e-488a-9e45-759fd8cc7088` | | 908 | `vip_unconprot_remove_persistent` | | -1 | `97828156-42a0-40e2-b772-7c328d2ead98` | | 909 | `visualBleeding_protection` | | -1 | `11f44a76-21e3-4e1a-9b25-4b9341d4b8ef` | # Buffs: Testing Combat Buff > The 12 buffs of the Testing Combat Buff class: id, name, English name, duration and GUID. The **`Testing Combat Buff`** class - 12 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 55 | `boar_charge` | | -1 | `0d256673-3b7a-4125-a069-b40c20d5071f` | | 73 | `combat_passivity` | | -1 | `09fd5ffb-4972-4b70-8c2e-02c35bd15602` | | 77 | `combatTutorial_preventDamage` | | -1 | `7d6a30e4-c6fe-470f-b8c9-f8b226ee44cf` | | 78 | `combatTutorial_preventHealthDamage` | | -1 | `3f98693d-43d6-4c09-bec7-2498c40ea908` | | 161 | `greater_attack` | Greater Attack | 300 | `e87bf450-36ae-4c37-a01c-1ff2a141cb83` | | 707 | `prepadeni_preventDamageDuringTrainingDuel` | | -1 | `e719142d-5438-4cc4-b640-6124b8c8869d` | | 764 | `quest_utokNebakov_noDamage` | | 0 | `7ead0083-026d-4567-80b3-68ac82693b78` | | 785 | `resistent_fella` | | 3600 | `7ead0083-026d-4567-80b3-68ac82693b77` | | 811 | `stamina_frenzy` | Stamina Frenzy | 300 | `087ae30d-5484-4223-8814-0bc946a07172` | | 840 | `test_invincible` | | -1 | `4add60ab-9015-4e56-9f7a-cb19345d6d49` | | 855 | `test_stealth_kill_fail` | | -1 | `6ad5711f-8727-4e9a-9607-c36ab5cea256` | | 856 | `test_stealth_kill_success` | | -1 | `97746824-30b5-4b8a-8168-8f218bf2661d` | # Buffs: Testing Stat Buff > The 73 buffs of the Testing Stat Buff class: id, name, English name, duration and GUID. The **`Testing Stat Buff`** class - 73 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 27 | `autotest_max_badassness` | | -1 | `6f4d327d-2d97-4339-a9d2-679b02aee5e6` | | 28 | `autotest_max_charisma` | | -1 | `3d4e4e2a-3d1c-4d1c-9131-9b12b21f65a5` | | 29 | `autotest_max_coerce` | | -1 | `d38c9301-2b8a-45b1-a0b3-5fd11119a211` | | 30 | `autotest_max_dominate` | | -1 | `512c510f-12c2-404d-9c13-df1e43133ec8` | | 31 | `autotest_max_dread` | | -1 | `e6a5dc1c-ccf5-453f-bffc-3e874ac84165` | | 32 | `autotest_max_impress` | | -1 | `d491b2d0-c2f8-4a20-9a9d-f11db82ca5db` | | 33 | `autotest_max_might` | | -1 | `844445e2-300b-4750-9cf4-a1f5c0e1beef` | | 34 | `autotest_max_morale` | | -1 | `d46dfbbf-3f14-4477-b639-fd5508fc7dfc` | | 35 | `autotest_max_persuade` | | -1 | `5eb76853-4423-47d8-ab0b-f505f243c4c2` | | 36 | `autotest_min_badassness` | | -1 | `33d328b8-9567-41f4-b2d2-67058da639e2` | | 37 | `autotest_min_charisma` | | -1 | `cebe4d7b-d7fe-46e6-85d1-d62c8c9d16e6` | | 38 | `autotest_min_coerce` | | -1 | `aaba4c77-f834-4971-bcc4-ef444477c817` | | 39 | `autotest_min_dominate` | | -1 | `f59911d3-52de-4e36-961d-27794857c426` | | 40 | `autotest_min_dread` | | -1 | `a2604dae-292b-44cf-be15-e7d1ef5ef0fa` | | 41 | `autotest_min_impress` | | -1 | `24beca1b-ceee-40b0-9138-6955acdf557e` | | 42 | `autotest_min_might` | | -1 | `1fe1dee3-d749-4a2d-b36f-4a6b9a0c412a` | | 43 | `autotest_min_morale` | | -1 | `aea172fe-0217-4c17-b37b-c029568b4e07` | | 44 | `autotest_min_persuade` | | -1 | `f18dbed4-0e86-427d-9ba1-a5a4331d8872` | | 51 | `blacksmithing_stamina` | | 0 | `068143cd-45b5-4c44-8c6c-9d2c622b75de` | | 160 | `good_appetite` | Good Appetite | 600 | `ae62df54-a5cc-4018-a4e1-247259b3fa6d` | | 183 | `imba_combat_guy` | | -1 | `e064e816-cc15-4e53-a036-cdf573421302` | | 229 | `meat_agi_exp_test` | | 3000 | `2c6f5c04-087b-4a7d-9b0e-0d7e07c38483` | | 230 | `meat_str_exp_test` | | 3000 | `0902c0be-711b-40be-bc76-78d93de970aa` | | 231 | `meat_vit_exp_test` | | 3000 | `7ffc7b0d-ca9f-46f6-9fe4-bf0187f898a7` | | 240 | `morale_max` | | -1 | `61bf5b0d-aa94-45cc-9cdd-dd76d3903189` | | 242 | `mr_nice_guy` | Testing Buff | 600 | `79efdca6-1992-44df-ada4-9c2ae1710bf1` | | 249 | `nonpersistent_very_tough_guy` | | -1 | `d9cfb9e0-7949-49e0-b6b5-b7cd6a51dd27` | | 250 | `nonpersitent_tough_guy` | | -1 | `77273b1c-a974-4512-b59e-017b19788f54` | | 253 | `not_so_tough_guy` | | -1 | `076c2e93-347d-4996-bef9-016c3d890008` | | 608 | `poor_vision` | Poor Vision | 180 | `53a52200-e84e-4e26-99ba-d84f151cadb4` | | 742 | `quest_noDirt` | | -1 | `a3dd717a-5b53-41de-b417-53e0798d10a7` | | 777 | `really_slow_movement` | Really Slow Movement | -1 | `988fef54-920a-44a7-b771-2caa66a0219a` | | 805 | `slow_movement` | | -1 | `b9f062d3-c06e-4698-90d4-e642e863337b` | | 824 | `temp_deaf` | | 180 | `559ec27d-1c69-48d6-9ccb-da33a9b23124` | | 826 | `test_agi` | | 10 | `e737ed03-c53b-4535-b0b1-f701756c4b79` | | 827 | `test_bane_visual` | | 10 | `7a7f5bdf-2b9d-4d84-9290-e09d3ce8d3d8` | | 828 | `test_berserker_visual` | | 10 | `e211967c-e1de-4041-a0ea-d48d99ddb62b` | | 830 | `test_boost_charisma` | | -1 | `a933d97c-698c-41cf-a935-e0fb687d7970` | | 831 | `test_code` | Test buff x | -1 | `8e87a286-712b-49b9-82eb-f47805ec5d08` | | 832 | `test_constant` | | -1 | `45166775-a225-47aa-bcee-338105a687d3` | | 834 | `test_e3_pickpocket_for_player` | | -1 | `d81cbd73-3b9d-4fd7-b437-f2648b540202` | | 835 | `test_encumber` | | -1 | `9a2d3b9d-cdd9-4113-aeeb-764e12b3ba86` | | 836 | `test_extreme_digestion` | | 60 | `1191c7f4-2dea-4c1c-8b7d-e1c808871e78` | | 837 | `test_fading` | Fading Buff Test | 10 | `62eeb23f-ccbf-4af9-8f8d-de57da75c50e` | | 838 | `test_forceSurrender_smallerHits` | | -1 | `43de5a76-82f4-4619-89f0-ccd2ca2d1703` | | 839 | `test_huge_inventory` | | -1 | `1a42e06f-41c2-4d0a-bcf7-935b0c87a56a` | | 841 | `test_invisible` | | -1 | `07db9dfd-0e0c-4cbe-bf8a-10aaa1add262` | | 842 | `test_mst` | | 20 | `4d1ec44e-5d1a-436b-a8d9-973d386b48d1` | | 843 | `test_negation` | | -1 | `c7e37c48-bd84-4838-9f96-a2025e15cded` | | 844 | `test_nighthawk_visual` | | 10 | `0d7ada24-d3fc-4dc9-abc8-5e57bdf747bc` | | 845 | `test_owl` | | 60 | `e3b8e7dc-0a1b-4e6c-a0ce-ffc1519c40ec` | | 846 | `test_padfoot_visual` | | 10 | `e4165c2f-39ff-4a0a-9133-c4f82fcd95ba` | | 848 | `test_poison_visual` | | 10 | `6b5db01c-0e65-4b5f-b9f6-f091f3bea121` | | 849 | `test_profiling_slow_death` | | 180 | `bd0dcc02-f7ed-4ebf-bdf0-b2bd7358aac2` | | 850 | `test_realspeed` | | 30 | `2d71ec02-4257-479e-a8fa-a1a8fda667dc` | | 851 | `test_reg` | | 20 | `f446ed8b-e69b-4616-8b43-1678093ea493` | | 852 | `test_script` | | 10 | `44c61b30-c20e-4267-ab01-a1e39342731e` | | 853 | `test_stamina_boost` | | 60 | `bc753c63-6c91-4789-9d4a-9e3674759fa8` | | 854 | `test_state_delta` | | 5 | `567ba83f-fc83-40fb-a8c6-ac42bc4a7201` | | 857 | `test_str` | | 20 | `f964e339-a3d5-4e50-83c5-1d74a6e0ea41` | | 861 | `test_turtle_skin` | | 60 | `ac563832-a5d6-427c-86c0-564c119c7948` | | 862 | `test_weapon_poison_deadly` | | 10 | `dea88883-e54d-4946-b586-78975597752e` | | 863 | `test_witch_visual` | | 10 | `eca9aa28-9c54-4af1-9fac-c10b439c5a8b` | | 864 | `test_wormwood_visual` | | 10 | `ae3d6454-5ae8-4662-9bea-deebebac82e8` | | 865 | `test_zero_morale` | | 20 | `60e8260f-026a-491e-90c3-b3738aae3c8a` | | 869 | `tough_guy` | | -1 | `ccf87599-202c-49e0-ab36-baa62e5fa05b` | | 887 | `very_tough_guy` | | -1 | `ab97ed6c-e830-4fc6-a45a-261117cd5c85` | | 888 | `very_weak_guy_nonpersistent` | | -1 | `fb737451-20e9-4338-a8d3-5121b50804b7` | | 896 | `vip_attackprot` | | -1 | `360e7fef-1051-446a-b133-7f5970af00f7` | | 898 | `vip_attackprot_persistent` | | -1 | `9155cc2e-0af1-449b-acf2-58379c0e6115` | | 899 | `vip_attackprot_remove` | | -1 | `8e9cb93a-eb5f-4846-be2c-2c7010872704` | | 900 | `vip_attackprotonly_remove` | | -1 | `47b12127-c5b3-43a8-a729-070db79a219a` | | 910 | `weak_guy_nonpersistent` | | -1 | `fb737451-20e9-4338-a8d3-5121b50804a8` | # Buffs: Unconsciousness > The 5 buffs of the Unconsciousness class: id, name, English name, duration and GUID. The **`Unconsciousness`** class - 5 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 784 | `remove_unconsciousness` | | 0 | `bd22f98a-e61f-4d83-b39c-79d1d85b6b91` | | 871 | `unconscious` | | 60 | `f8d60fe4-e2c1-420a-946a-213e1cd09264` | | 872 | `unconscious_alcohol` | | -1 | `7f0e2530-abc9-4800-8ae1-5db8a9aa86b1` | | 874 | `unconscious_nonpersistend` | | 60 | `f8d60fe4-e2c1-420a-946a-213e1cd09265` | | 875 | `unconscious_permanent` | | -1 | `c75aa0db-65ca-44d7-9001-e4b6d38c6875` | # Buffs: Weapon Skill Buff > The 5 buffs of the Weapon Skill Buff class: id, name, English name, duration and GUID. The **`Weapon Skill Buff`** class - 5 buffs; the class name is what `[combat] claimed_buffs` and `ClaimBuffClasses` take. A buff is named by its **id**, its **name** (case-insensitive) or its **GUID**; the duration is the table's, in game minutes (-1 = until removed). See [the buff catalogue](/reference/buffs/). | id | name | English name | duration | GUID | |---:|---|---|---:|---| | 644 | `potion_bowmans_brew` | Weak Bowman's Brew Effect | 600 | `736fcb09-5554-4e6b-b3e0-f9bc6cc4fd0a` | | 645 | `potion_bowmans_brew_2` | Bowman's Brew Effect | 600 | `ebd30789-f788-493d-8bf3-ed830446e7aa` | | 646 | `potion_bowmans_brew_3` | Strong Bowman's Brew Effect | 600 | `59ead0ed-6514-4b45-8a57-d3a95b75d7ba` | | 647 | `potion_bowmans_brew_4` | Henry's Bowman's Brew Effect | 900 | `71afe0a0-fa45-42f1-a07d-acd3d02bfc0f` | | 812 | `standing_still_archery_boost` | | -1 | `d37f94bd-5337-483e-8c53-45ac015c429f` |