Skip to main content

이 저장소의 skills

nix-community/nur-combined - 5페이지

SkillsMP는 nix-community/nur-combined에서 238개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

nix-community/nur-combined

수집된 skill 238개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Expert patterns for game economies including currency management (multi-currency, wallet system), shop systems (buy/sell prices, stock limits), dynamic pricing (supply/demand), loot tables (weighted drops, rarity tiers), and economic balance (inflation…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert patterns for multi-platform exports including export templates (Windows/Linux/macOS/Android/iOS/Web), command-line exports (headless mode), platform-specific settings (codesign, notarization, Android SDK), feature flags (OS.has_feature), CI/CD…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing collection quests, scavenger hunts, or "find all X" objectives.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Data-driven resource harvesting system (mining, logging, foraging) for Godot 4. Use when implementing gathering mechanics with tool/tier validation, health depletion, item spawning, and persistence.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert patterns for racing mechanics, checkpoint tracking, and ghost recording/playback in Godot 4. Use when building racing games, speed-run platformers, or arcade trials.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert patterns for managing combat waves, difficulty scaling, and automated enemy spawning in Godot 4. Use when building wave-based shooters, tower defense, or arena games.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert GDScript best practices including static typing (var x: int, func returns void), signal architecture (signal up call down), unique node access (%NodeName, @onready), script structure (extends, class_name, signals, exports, methods), and performance…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive blueprint for Action RPGs including real-time combat (hitbox/hurtbox, stat-based damage), character progression (RPG stats, leveling, skill trees), loot systems (procedural item generation, affixes, rarity tiers), equipment systems (gear slots,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for Battle Royale games including shrinking zone/storm mechanics (phase-based, damage scaling), large-scale networking (relevancy, tick rate optimization), deployment systems (plane, freefall, parachute), loot spawning (weighted tables,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for digital card games (CCG/Deckbuilders) including card data structures (Resource-based), deck management (draw/discard/reshuffle), turn logic, hand layout (arcing), drag-and-drop UI, effect resolution (Command pattern), and visual polish…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for educational games including gamification loops (learn/apply/feedback/adapt), progress tracking (student profiles, mastery %), adaptive difficulty (target 70% success rate), spaced repetition, curriculum trees (prerequisite system), and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for fighting games including frame data (startup/active/recovery frames, advantage on hit/block), hitbox/hurtbox systems, input buffering (5-10 frames), motion input detection (QCF, DP), combo systems (damage scaling, cancel hierarchy),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for horror games including tension pacing (sawtooth wave: buildup/peak/relief), Director system (macro AI controlling pacing), sensory AI (vision/sound detection), sanity/stress systems (camera shake, audio distortion), lighting atmosphere…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for idle/clicker games including big number handling (mantissa + exponent system), exponential growth curves (cost_growth_factor 1.15x), generator systems (auto-producers), offline progress calculation, prestige systems (reset for permanent…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for Metroidvanias including ability-gated exploration (locks/keys), interconnected world design (backtracking with shortcuts), persistent state tracking (collectibles, boss defeats), room transitions (seamless loading), map systems…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for MOBA games including lane logic (minion wave spawning every 30s), tower aggro priority (hero attacking ally over minion over hero), click-to-move controls (RTS-style raycasting), hero ability systems (QWER cooldowns, mana cost), fog of…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for open world games including chunk-based streaming (load/unload regions dynamically), floating origin (prevent precision jitter beyond 5000 units), HLOD (hierarchical LOD for distant meshes), persistent state (track entity changes across…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for party games including minigame resource system (define via .tres files), local multiplayer input (4-player controller management), asymmetric gameplay (1v3 balance), scene management (clean minigame loading/unloading), persistent scoring…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for platformer games including precision movement (coyote time, jump buffering, variable jump height), game feel polish (squash/stretch, particle trails, camera shake), level design principles (difficulty curves, checkpoint placement),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for puzzle games including undo systems (Command pattern for state reversal), grid-based logic (Sokoban-style mechanics), non-verbal tutorials (teach through level design), win condition checking, state management, and visual feedback…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for racing games including vehicle physics (VehicleBody3D, suspension, friction), checkpoint systems (prevent shortcuts), rubber-banding AI (keep races competitive), drifting mechanics (reduce friction, boost on exit), camera feel (FOV…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for rhythm games including audio synchronization (BPM conductor, latency compensation with AudioServer.get_time_since_last_mix), note highways (scroll speed, timing windows), judgment systems (Perfect/Great/Good/Bad/Miss), scoring with combo…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for roguelikes including procedural generation (Walker method, BSP rooms), permadeath with meta-progression (unlock persistence), run state vs meta state separation, seeded RNG (shareable runs), loot/relic systems (hook-based modifiers), and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for romance games and dating sims (Tokimeki Memorial, Monster Prom, Persona social links) focusing on affection systems, multi-stat relationships, dated events, and route branching. Use when building relationship-centric games, social…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for sandbox games (Minecraft, Terraria, Garry's Mod) with physics-based interactions, cellular automata, emergent gameplay, and creative tools. Use when building open-world creation games with voxels, element systems, player-created…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for First-Person Shooters (Doom, Quake, Battlefield, Overwatch) focusing on physics-based movement, acceleration/friction, camera sway, weapon bobbing, and high-precision hit registration. Use when building tight, responsive FPS combat with…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for FPS/TPS shooter games (Call of Duty, Counter-Strike, Apex Legends, Fortnite) covering weapon systems, recoil patterns, hitscan vs projectile, aim assist, multiplayer prediction, and gunplay feel. Use when building competitive shooters,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for simulation and tycoon games (SimCity, RollerCoaster Tycoon, Factorio, Two Point Hospital) covering economy management, time progression, interconnected systems, NPC simulation, and feedback loops. Use when building management sims, tycoon…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for sports games (FIFA, NBA 2K, Rocket League, Tony Hawk) covering physics-based ball interaction, team AI formations, contextual input, and broadcast camera systems. Use when building soccer, basketball, hockey, racing sports, or arcade…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for stealth games (Splinter Cell, Hitman, Dishonored, Thief) covering AI detection systems, vision cones, sound propagation, alert states, light/shadow mechanics, and systemic design. Use when building stealth-action, tactical infiltration,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for survival games (Minecraft, Don't Starve, The Forest, Rust) covering needs systems, resource gathering, crafting recipes, base building, and progression balancing. Use when building open-world survival, crafting-focused, or resource…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for tower defense games (Bloons TD, Kingdom Rush, Fieldrunners) covering wave management, tower targeting logic, path algorithms, economy balance, and mazing mechanics. Use when building TD, lane defense, or tower placement strategy games.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for visual novels (Doki Doki Literature Club, Phoenix Wright, Steins;Gate) focusing on branching narratives, dialogue systems, choice consequences, rollback mechanics, and persistent flags. Use when building story-driven, choice-based, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert patterns for input handling covering InputMap actions, InputEvent processing, controller support, rebinding, deadzones, and input buffering. Use when setting up player controls, implementing input systems, or adding gamepad/accessibility features.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert blueprint for inventory systems (Diablo, Resident Evil, Minecraft) covering slot-based containers, stacking logic, weight limits, equipment systems, and drag-drop UI. Use when building RPG inventories, survival item management, or loot systems.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Consolidated expert library for professional Godot 4.x game and application development. Orchestrates 94 specialized blueprints through architectural workflows, anti-pattern catalogs, performance budgets, and Server API patterns. Use when: (1) starting a new…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

[MCP WRAPPER] Programmatically create/modify Godot scenes using Godot MCP tools. Orchestrates mcp_godot_create_scene, mcp_godot_add_node, mcp_godot_load_sprite into agentic workflows. Use when user requests scene generation/automation via MCP. Keywords MCP,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

[PREREQUISITE] Install and configure Godot MCP server for programmatic scene manipulation via Model Context Protocol. Use when user explicitly requests MCP-based scene building or automation. NOT for manual Godot workflows. Keywords MCP, Model Context…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing player death, resurrection, or "second chance" mechanics.

원문 언어: 영어

업데이트
수집된 skill 238개 중 40개를 표시합니다.