Conversation
Each NPC now has personalized combat dialogue tailored to its identity rather than generic personality-pool text. Bosses get extra depth with charge, heal, aoe, and debuff lines.
Migrate all hardcoded items from DiscordSH content.rs into the proto-driven itemdb as MDX files. Includes 17 consumables (potions, bombs, utility items) and 15 gear pieces (8 weapons, 7 armor) with full use_effects and equipment stats mapped to the proto schema. All items tagged with 'discordsh' for filtering. Closes #8010 (Phase 0)
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Reference DDL extracted from Logflare QueryTemplates.ex and validated against ClickHouse 25.12. Includes standard (JSON) and simple (Map) variants for logs, metrics, and traces tables.
#8016) * feat(mapdb): add 13 dungeon location entries for procedural generation Add data-driven location definitions that the procedural dungeon generator can reference: 3 cities (Sunken Market, Dwarven Outpost, Mushroom Bazaar), 3 rest shrines, 2 merchant posts, 2 boss arenas, and 3 story landmarks — all sourced from discordsh room templates. * refactor(mapdb): collapse WorldObjectType into gameplay archetypes Replace specific object enums (tree, rock, flower, mushroom, crystal, crate, chest, workbench, furnace, anvil, water_source) with archetype categories: resource_node, container, crafting_station. Add ResourceType, ContainerType, CraftingStationType subtype enums. Add trigger type for boss activation and quest zones. Migrate all 24 MDX entries to new types. * refactor(mapdb): merge statue, pillar, sign, campfire into PROP archetype Collapses decorative/utility props into WORLD_OBJECT_PROP with sub_kind differentiation. LIGHT stays standalone for the rendering/lighting system. Enum now has 15 clean gameplay archetypes.
- Bump Logflare 1.15.3 → 1.21.0 (align main container with init) - Add idempotent K8s Job to configure CH backend via Logflare API - Add SealedSecret with CH credentials for kilobase namespace - Add seal-ch-credentials.sh for credential rotation Ref: #8015
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
5 atomic commits ready for main
Features
8d39f75)cd0ece1)81f2b22)90c2950)4d942e1)This PR is automatically maintained by CI — KBVE Studio