Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Dec 11, 2024
1 parent a3e97c7 commit b634637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/body_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"hit_size": 0.5,
"hit_difficulty": 1.15,
"limb_type": "sensor",
"limb_score_mods": [ { "limb_score": "vision", "modifier": 1 }, { "limb_score": "night_vis", "modifier": 1.5 } ],
"limb_scores": [ [ "vision", 1.0 ], [ "night_vis", 1.5 ], [ "reaction", 1 ] ],
"side": "both",
"base_hp": 60,
"drench_capacity": 0,
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Xedra_Evolved/monsters/monster_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"harvest": "bear_with_skull",
"dissect": "dissect_ursine_sample_small",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology" ],
"reproduction": { "baby_monster": "mon_bear_cub", "baby_count": 1, "baby_timer": 700 },
"reproduction": { "baby_type": { "baby_monster": "mon_bear_cub" }, "baby_count": 1, "baby_timer": 700 },
"//": "220 days gestation period, the mother and cubs remain together for 16-17 months.",
"baby_flags": [ "SPRING" ],
"special_attacks": [ [ "EAT_FOOD", 20 ], { "type": "bite", "cooldown": 15, "infection_chance": 44 }, [ "BROWSE", 40 ] ],
Expand Down Expand Up @@ -160,7 +160,7 @@
"harvest": "boar_with_skull",
"weakpoint_sets": [ "wps_animal_quadruped" ],
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_ungulate" ],
"reproduction": { "baby_monster": "mon_boar_wild_piglet", "baby_count": 8, "baby_timer": 154 },
"reproduction": { "baby_type": { "baby_monster": "mon_boar_wild_piglet" }, "baby_count": 8, "baby_timer": 154 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN", "WINTER" ],
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 2 },
"path_settings": { "max_dist": 10 },
Expand Down

0 comments on commit b634637

Please sign in to comment.