123ishaTest / 123ishaTest/ludiek
[Challenge] Create a `ChallengePlugin`
Đang mở
plugin
- Ngôn ngữ chính
- TypeScript
- Star
- 12
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
A challenge consists of
```ts
interface ChallengeDefinition {
id: string;
startConditions: Condition[];
endConditions: Condition[];
challengeModifiers: Bonus[];
rewards: Output[];
rewardBonuses: Bonus[];
autocomplete?: bool;
}
```
Then you can start a challenge and the modifiers will apply while its running. On completion you get the rewards and the new bonuses are active.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.