Skip to content

Commit e9c6c1e

Browse files
web3blindclaude
andcommitted
Document boss author economy in READMEs and help text
- READMEs: mention world bosses alongside creatures in developer economy section; add bosses to contribution list - Help text: mention 2% mana cost and that developers earn from boss attacks via author field Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b60c284 commit e9c6c1e

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

README-ru.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ Viz Magic построен так, чтобы любой разработчик
8787

8888
### Как работает экономика контрибьюторов
8989

90-
Каждый монстр, зона и игровой объект имеет поле `author` — имя VIZ-аккаунта разработчика, который его создал. Когда игрок охотится на монстра, игра автоматически отправляет операцию `award` на аккаунт автора монстра. Автор получает долю от эмиссии VIZ пропорционально количеству наград, что конвертируется в SHARES (влияние в сети).
90+
Каждый монстр, мировой босс и игровой объект имеет поле `author` — имя VIZ-аккаунта разработчика, который его создал. Когда игрок охотится на монстра или атакует мирового босса, игра автоматически отправляет операцию `award` на аккаунт автора. Автор получает долю от эмиссии VIZ пропорционально количеству наград, что конвертируется в SHARES (влияние в сети).
9191

9292
Механика:
93-
1. Игрок тратит ману (энергию) — отправляется `award` к автору монстра
94-
2. Автор монстра накапливает награды в своём аккаунте VIZ
93+
1. Игрок тратит ману (энергию) — отправляется `award` к автору контента
94+
2. Автор накапливает награды в своём аккаунте VIZ
9595
3. SHARES растут → влияние в сети растёт → пассивный доход через делегирование
9696

9797
### Как добавить своего монстра
@@ -123,12 +123,13 @@ my_creature: {
123123
### Что ещё можно добавлять
124124

125125
- **Монстры** (`app/js/data/creatures.js`) — новые существа с уникальными характеристиками
126+
- **Мировые боссы** (`app/js/engine/world-boss.js`) — рейд-боссы с полем `author`; каждая атака игрока отправляет award автору
126127
- **Заклинания** (`app/js/data/spells.js`) — новые школы магии и эффекты
127128
- **Зоны** (`app/js/data/regions.js`) — новые игровые регионы
128129
- **Квесты** (`app/js/data/quests.js`) — цепочки заданий
129130
- **Предметы и рецепты** (`app/js/data/recipes.js`) — крафт и лут
130131

131-
Присылай Pull Request — добавляй поле `author` со своим VIZ-аккаунтом, и начни зарабатывать с первого же игрока.
132+
Присылай Pull Request — добавляй контент с полем `author` со своим VIZ-аккаунтом, и начни зарабатывать с первого же игрока.
132133

133134
## Технологический стек
134135

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ Viz Magic is built so any developer can extend the game world and earn rewards f
8787

8888
### How contributor economics work
8989

90-
Every creature, zone, and game object has an `author` field — the VIZ account name of the developer who created it. When a player hunts a creature, the game automatically sends an `award` operation to the creature author's account. The author receives a share of VIZ emission proportional to the number of awards received, which converts into SHARES (network influence).
90+
Every creature, world boss, and game object has an `author` field — the VIZ account name of the developer who created it. When a player hunts a creature or attacks a world boss, the game automatically sends an `award` operation to the author's account. The author receives a share of VIZ emission proportional to the number of awards received, which converts into SHARES (network influence).
9191

9292
Flow:
93-
1. Player spends mana (energy) — an `award` is sent to the creature's author
93+
1. Player spends mana (energy) — an `award` is sent to the content author
9494
2. The author accumulates rewards in their VIZ account
9595
3. SHARES grow → network influence grows → passive income via delegation
9696

@@ -123,12 +123,13 @@ The `author` field is your VIZ account name. Every time a player hunts your crea
123123
### What else you can contribute
124124

125125
- **Creatures** (`app/js/data/creatures.js`) — new enemies with unique stats
126+
- **World bosses** (`app/js/engine/world-boss.js`) — raid bosses with `author` field; every player attack sends an award to the author
126127
- **Spells** (`app/js/data/spells.js`) — new magic schools and effects
127128
- **Zones** (`app/js/data/regions.js`) — new game regions
128129
- **Quests** (`app/js/data/quests.js`) — quest chains and storylines
129130
- **Items and recipes** (`app/js/data/recipes.js`) — crafting and loot
130131

131-
Submit a Pull Request — add your creatures with your `author` VIZ account and start earning from the first player who hunts them.
132+
Submit a Pull Request — add your content with your `author` VIZ account and start earning from the first player who interacts with it.
132133

133134
## Tech stack
134135

app/js/i18n/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ var LangEN = {
908908
help_guilds_text: 'Create a guild or join an existing one. Officers can invite members and promote the guild so new players can discover it. The founder cannot leave — transfer leadership first. Patronage (SHARES delegation) empowers guild members via the Magic Core bonus.',
909909

910910
help_section_boss: 'World Boss',
911-
help_boss_text: 'The Aether Dragon awakens periodically. All players attack it together. Damage scales with your Potency and level. The Dragon counterattacks after each hit, dealing more damage as it weakens. Loot is distributed proportionally: XP, rare materials, and artifacts.',
911+
help_boss_text: 'The Aether Dragon awakens periodically. All players attack it together. Each attack costs 2% mana; damage scales with Potency and level. The Dragon counterattacks after each hit, dealing more damage as it weakens. Loot is distributed proportionally: XP, rare materials, and artifacts. Developers can add new bosses via Pull Requests — mana spent on attacks goes to the boss author.',
912912

913913
help_section_shares: 'SHARES & Magic Core',
914914
help_shares_text: 'SHARES (your VIZ stake) define your Magic Core bonus: floor(shares^0.3) / 5 added to all stats. More SHARES = stronger character. SHARES are never lost in battle.',

app/js/i18n/ru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ var LangRU = {
908908
help_guilds_text: 'Создайте гильдию или вступите в существующую. Офицеры могут приглашать участников и продвигать гильдию, чтобы она была видна новым игрокам. Основатель не может покинуть гильдию — нужно сначала передать лидерство. Покровительство (делегирование SHARES) усиливает участников гильдии через бонус Магического Ядра.',
909909

910910
help_section_boss: 'Мировой Босс',
911-
help_boss_text: 'Эфирный Дракон пробуждается периодически. Все игроки атакуют его сообща. Урон зависит от вашей Мощи и уровня. Дракон контратакует после каждой атаки, и его урон растёт по мере ослабления. Добыча распределяется пропорционально вкладу: XP, редкие материалы и артефакты.',
911+
help_boss_text: 'Эфирный Дракон пробуждается периодически. Все игроки атакуют его сообща. Каждая атака стоит 2% маны; урон зависит от Мощи и уровня. Дракон контратакует после каждой атаки, и его урон растёт по мере ослабления. Добыча распределяется пропорционально вкладу: XP, редкие материалы и артефакты. Разработчики могут добавлять новых боссов через Pull Request — потраченная мана идёт автору босса.',
912912

913913
help_section_shares: 'SHARES и Магическое Ядро',
914914
help_shares_text: 'SHARES (ваша доля VIZ) определяют бонус Магического Ядра: floor(shares^0.3) / 5 добавляется ко всем характеристикам. Больше SHARES = сильнее персонаж. SHARES никогда не теряются в бою.',

0 commit comments

Comments
 (0)