Skip to content

Commit

Permalink
Vanilla potion effect & color data
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialBuilder32 committed Aug 11, 2024
1 parent 13fce81 commit 6c092ae
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
42 changes: 42 additions & 0 deletions gm4_potion_liquids/effect_colors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"absorption": ["#2552A5", 2445989],
"bad_omen": ["#0B6138", 745784],
"blindness": ["#1F1F23", 2039587],
"conduit_power": ["#1DC2D1", 1950417],
"darkness": ["#292721", 2696993],
"dolphins_grace": ["#88A3BE", 8954814],
"fire_resistance": ["#FF9900", 16750848],
"glowing": ["#94A061", 9740385],
"haste": ["#D9C043", 14270531],
"health_boost": ["#F87D23", 16284963],
"hero_of_the_village": ["#44FF44", 4521796],
"hunger": ["#587653", 5797459],
"infested": ["#8C9B8C", 9214860],
"instant_damage": ["#A9656A", 11101546],
"instant_health": ["#F82423", 16262179],
"invisibility": ["#F6F6F6", 16185078],
"jump_boost": ["#FDFF84", 16646020],
"levitation": ["#CEFFFF", 13565951],
"luck": ["#59C106", 5882118],
"mining_fatigue": ["#4A4217", 4866583],
"nausea": ["#551D4A", 5578058],
"night_vision": ["#C2FF66", 12779366],
"oozing": ["#99FFA3", 10092451],
"poison": ["#87A363" ,8889187],
"raid_omen": ["#DE4058", 14565464],
"regeneration": ["#CD5CAB", 13458603],
"resistance": ["#9146F0", 9520880],
"saturation": ["#F82423", 16262179],
"slow_falling": ["#F3CFB9", 15978425],
"slowness": ["#8BAFE0", 9154528],
"speed": ["#33EBFF", 3402751],
"strength": ["#FFC700", 16762624],
"trial_omen": ["#16A6A6", 1484454],
"unluck": ["#C0A44D", 12624973],
"water_breathing": ["#98DAC0", 10017472],
"weakness": ["#484D48", 4738376],
"weaving": ["#78695A", 7891290],
"wind_charged": ["#BDC9FF", 12438015],
"wither": ["#736156", 7561558]
}

47 changes: 47 additions & 0 deletions gm4_potion_liquids/potion_definitions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
potion_id, effect_id, effect_amplifier, effect_duration
awkward,,,,
fire_resistance, fire_resistance,1,3:00
harming,instant_damage,1,0:00
healing,instant_health,1,0:00
infested,infested,1,3:00
invisibility,invisibility,1,3:00
leaping,jump_boost,1,3:00
long_fire_resistance,fire_resistance,1,8:00
long_invisibility,invisibility,1,8:00
long_leaping,jump_boost,1,8:00
long_night_vision,night_vision,1,8:00
long_poison,poison,1,1:30
long_regeneration,regeneration,1,1:30
long_slow_falling,slow_falling,1,4:00
long_slowness,slowness,1,4:00
long_strength,strength,1,8:00
long_swiftness,speed,1,8:00
long_turtle_master,OVERRIDE,,,
long_water_breathing,water_breathing,1,8:00
long_weakness,weakness,1,4:00
luck,luck,1,5:00
mundane,,,,
night_vision,night_vision,1,3:00
oozing,oozing,1,3:00
poison,poison,1,0:45
regeneration,regeneration,
slow_falling,slow_falling,1,1:30
slowness,slowness,1,1:30
strength,strength,1,3:00
strong_harming,instant_damage,2,0:00
strong_healing,instant_health,2,0:00
strong_leaping,jump_boost,2,1:30
strong_poison,poison,2,0:21.6
strong_regeneration,regeneration,2,0:22.5
strong_slowness,slowness,4,0:20
strong_strength,strength,2,1:30
strong_swiftness,speed,2,1:30
strong_turtle_master,OVERRIDE,,,
swiftness,speed,1,3:00
thick,,,,
turtle_master,OVERRIDE,,
water,,,,
water_breathing,water_breathing,1,3:00
weakness,weakness,1,1:30
weaving,weaving,1,1:30
wind_charged,wind_charged,1,1:20

0 comments on commit 6c092ae

Please sign in to comment.