Skip to content

Commit ebd0223

Browse files
committed
Added various links.
1 parent 87362f3 commit ebd0223

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

BuffDebuff/index.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ With this mod, you can effortlessly apply buffs or debuffs to any in-game entity
99

1010
![Buff & Debuff System](../img/buffdemo.jpg)
1111

12-
You can check out a complete [Demo project](https://github.com/datvm/TimberbornMods/tree/master/BuffDebuffDemo) or the mod [Global Wellbeing](https://github.com/datvm/TimberbornMods/tree/master/GlobalWellbeing) for usage. This guide will walk you through making a mod like `BuffDebuffDemo`.
12+
- Demo project: [Source code](https://github.com/datvm/TimberbornMods/tree/master/BuffDebuffDemo), [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3436101949)
13+
- Global Wellbeing (using this mod): [Source code](https://github.com/datvm/TimberbornMods/tree/master/GlobalWellbeing), [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3433812252)
1314

1415
# Guides
1516

1617
![Buff & Debuff Flow](./img/buffdebuffarch.png)
1718

1819
- [Quick Read](./quickstart)
19-
- [Step-by-step Guide](./stepbystep.MD)
20+
- [Step-by-step Guide](./stepbystep)
2021

2122
# Architecture
2223

BuffDebuff/stepbystep.MD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This is a step-by-step guide for creating [Buff Debuff Demo](https://github.com/
1111

1212
![Random Buff](./img/random-buff.jpg)
1313

14+
- Full source code: [GitHub](https://github.com/datvm/TimberbornMods/tree/master/BuffDebuffDemo)
15+
16+
- Mod: [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3436101949)
17+
1418
## TOC
1519

1620
1. [Refer to the mod assembly (DLL)](#1-refer-to-the-mod-assembly-dll)
@@ -26,7 +30,11 @@ This is a step-by-step guide for creating [Buff Debuff Demo](https://github.com/
2630
3. [Test the Buff](#33-test-the-buff)
2731
- [Practice 1](#practice-1)
2832
- [Practice 2](#practice-2)
29-
4. [Create Lucky Buff (with Timed Buff Instance)](#create-lucky-buff-with-timed-buff-instance)
33+
4. [Create Lucky Buff (with Timed Buff Instance)](#4-create-lucky-buff-with-timed-buff-instance)
34+
1. [Create `LuckyBuff` class](#41-create-luckybuff-class)
35+
2. [Create `LuckyBuffInstance` class](#42-create-luckybuffinstance-class)
36+
3. [Register the Buff](#43-register-the-buff)
37+
4. [Test the Buff](#44-test-the-buff)
3038

3139
## 1. Refer to the mod assembly (DLL)
3240

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ remote_theme: pages-themes/[email protected]
22
plugins:
33
- jekyll-remote-theme
44
title: Luke's Timberborn Mods
5-
description: My collection of mods for Timberborn with documentations.
5+
description: My collection of mods for Timberborn with documentations.
6+
show_downloads: false

img/buffdemo.jpg

-24.5 KB
Loading

0 commit comments

Comments
 (0)