repo
stringlengths
5
92
file_url
stringlengths
80
287
file_path
stringlengths
5
197
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:37:27
2026-01-04 17:58:21
truncated
bool
2 classes
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/Lunatic_Damage.rb
Battle/Lunatic_Damage.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Lunatic Damage v1.01 # -- Last Updated: 2011.12.22 # -- Level: Lunatic # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impo...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/Element_Reflect.rb
Battle/Element_Reflect.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Element Reflect v1.01 # -- Last Updated: 2012.01.23 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil?...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/LPP_Empower.rb
Battle/LPP_Empower.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Lunatic Parameters Package - Empower v1.00 # -- Last Updated: 2012.01.26 # -- Level: Lunatic # -- Requires: YEA - Lunatic Parameters v1.00+ # #====================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/Enemy_Target_Info.rb
Battle/Enemy_Target_Info.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Enemy Target Info v1.02 # -- Last Updated: 2012.01.01 # -- Level: Normal # -- Requires: YEA - Ace Battle Engine v1.10+. # #============================================================================== $importe...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/Command_Equip.rb
Battle/Command_Equip.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Command Equip v1.01 # -- Modified by : Doogy # -- Last Updated: 2015.02.17 # -- Level: Easy, Normal # -- Requires: Yanfly Engine Ace - Equip Engine # #=============================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Battle/BattleSystem_FTB.rb
Battle/BattleSystem_FTB.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Battle System Add-On: Free Turn Battle v1.02 # -- Last Updated: 2012.01.15 # -- Level: Normal, Hard # -- Requires: Yanfly Engine Ace - Ace Battle Engine v1.15+ # #================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Script Fixes/VictoryAfterMathFix.rb
Script Fixes/VictoryAfterMathFix.rb
class Window_VictoryLevelUp < Window_Base def draw_former_stats(actor) dw = contents.width / 2 - 12 dy = 0 change_color(normal_color) draw_text(0, dy, dw, line_height, actor.level.group, 2) for i in 0...8 dy += line_height draw_text(0, dy, dw, line_height, actor.param_base(i).group, 2)...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Script Fixes/SYF - Soulpour Yanfly Party System Fix.rb
Script Fixes/SYF - Soulpour Yanfly Party System Fix.rb
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # SYF [Soulpour Yanfly Fix] - Party System Swap Fix # Author: Soulpour777 # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= class Game_Party < Game_Unit #-------------------------------------------------------...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Script Fixes/SYF - AoE.rb
Script Fixes/SYF - AoE.rb
#============================================================================== # # ▼ Yanfly Engine: Area of Effect Add-On by SoulPour77 # -- Last Updated: 2014.03.27 # -- Level: Easy, Normal # -- Requires: Yanfly Engine Ace - Area of Effect v1.02 # # Use the notetag <target_animation> so it will display only one ani...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Script Fixes/FixRevivalAnimation.rb
Script Fixes/FixRevivalAnimation.rb
=begin This is Yami's fix for the revival and item animations in Ace Battle Engine. Put this below all the other scripts. ~Archeia =end #============================================================================== # ■ Sprite_Battler #==============================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Yami Add-Ons/crit-ldp.rb
Yami Add-Ons/crit-ldp.rb
$imported = {} if $imported.nil? $imported["Yami-LDP-Package2"] = true if $imported["YEA-LunaticDamage"] class Game_Battler < Game_BattlerBase #-------------------------------------------------------------------------- # ● Lunatic Damage Package Effects - Critical Damage on Specific Targets # ----------------...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Yami Add-Ons/death-cause.rb
Yami Add-Ons/death-cause.rb
$imported = {} if $imported.nil? $imported["Yami-DeathCause"] = true # Usage: Use those script call to get cause of death # # get_death_cause(actorID, variableID) # this script call will get enemy ID that killed actor into a variable, if # variable is set to -1, it means that actor was killed by a state # # get_item_c...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Yami Add-Ons/ldp-reverse.rb
Yami Add-Ons/ldp-reverse.rb
$imported = {} if $imported.nil? $imported["Yami-LDP-Package1"] = true if $imported["YEA-LunaticDamage"] class Game_Battler < Game_BattlerBase #-------------------------------------------------------------------------- # ● Lunatic Damage Package Effects - Package Reverse Damage # -----------------------------...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Ace_Item_Menu.rb
Menu/Ace_Item_Menu.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Item Menu v1.02 # -- Last Updated: 2012.01.05 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Ace_Shop_Options.rb
Menu/Ace_Shop_Options.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Shop Options v1.01 # -- Last Updated: 2012.01.05 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Ace_Menu_Engine.rb
Menu/Ace_Menu_Engine.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Menu Engine v1.10 # -- Modified by: Doogy, The_Fireplace, rstp14 # -- Last Updated: 2018.02.27 # -- Level: Normal, Hard # -- Requires: n/a # #=================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Command_Window_Icons.rb
Menu/Command_Window_Icons.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Command Window Icons v1.00 # -- Last Updated: 2011.12.11 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Ace_Status_Menu.rb
Menu/Ace_Status_Menu.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Status Menu v1.02 # -- Last Updated: 2011.12.26 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impo...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/New_Game+.rb
Menu/New_Game+.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Save Engine Add-On: New Game+ v1.00 # -- Last Updated: 2011.12.26 # -- Level: Normal # -- Requires: YEA - Ace Save Engine v1.01+ # #============================================================================== ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/System_Options.rb
Menu/System_Options.rb
#============================================================================== # # ▼ Yanfly Engine Ace - System Options v1.00 # -- Last Updated: 2012.01.01 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impor...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Rename_Actor.rb
Menu/Rename_Actor.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Status Menu Add-On: Rename Actor v1.01 # -- Last Updated: 2012.01.16 # -- Level: Normal # -- Requires: YEA - Ace Status Menu v1.01+ # #============================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Party_System.rb
Menu/Party_System.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Party System v1.08 # -- Last Updated: 2012.01.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $importe...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Ace_Skill_Menu.rb
Menu/Ace_Skill_Menu.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Skill Menu v1.01 # -- Last Updated: 2012.01.08 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Hide_Menu_Skill.rb
Menu/Hide_Menu_Skill.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Hide Menu Skills v1.01 # -- Last Updated: 2011.12.11 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imp...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Menu/Menu_Cursor.rb
Menu/Menu_Cursor.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Menu Cursor v1.00 # -- Last Updated: 2012.01.16 # -- Level: Easy # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imported["...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Call_Random_Battle.rb
Utility/Call_Random_Battle.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Call Random Battle v1.00 # -- Last Updated: 2011.12.06 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Stop_All_Movement.rb
Utility/Stop_All_Movement.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Stop All Movement v1.00 # -- Last Updated: 2011.12.10 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Debug_Extension.rb
Utility/Debug_Extension.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Debug Extension v1.01 # -- Last Updated: 2012.01.05 # -- Level: Easy, Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Parallax_Lock.rb
Utility/Parallax_Lock.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Parallax Lock v1.00 # -- Last Updated: 2012.02.19 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $import...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Swap_Monsters.rb
Utility/Swap_Monsters.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Swap Monsters v1.00 # -- Last Updated: 2011.12.20 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $import...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Anti_Fail_Message.rb
Utility/Anti_Fail_Message.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Anti-Fail Message v1.00 # -- Last Updated: 2011.12.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Diagonal_Scroll.rb
Utility/Diagonal_Scroll.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Diagonal Scroll v1.00 # -- Last Updated: 2011.12.30 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impo...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Spawn_Event.rb
Utility/Spawn_Event.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Spawn Event v1.00 # -- Last Updated: 2012.02.08 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Flip_Picture.rb
Utility/Flip_Picture.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Flip Picture v1.00 # -- Last Updated: 2011.12.03 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $importe...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Call_Event.rb
Utility/Call_Event.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Call Event v1.00 # -- Last Updated: 2011.12.14 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imported[...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Utility/Base_Troop_Events.rb
Utility/Base_Troop_Events.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Base Troop Events v1.00 # -- Last Updated: 2011.12.06 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Class_Specifics.rb
Core/Class_Specifics.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Class Specifics v1.00 # -- Last Updated: 2011.12.23 # -- Level: Normal # -- Requires: YEA - Class System v1.03+ # #============================================================================== $imported = {} i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Ace_Core_Engine.rb
Core/Ace_Core_Engine.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Core Engine v1.09 # -- Last Updated: 2012.02.19 # -- Level: Easy, Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil?...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Adjust_Limits.rb
Core/Adjust_Limits.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Adjust Limits v1.00 # -- Last Updated: 2011.12.03 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $import...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Party_Sized_Menu.rb
Core/Party_Sized_Menu.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Party Sized Menu v1.00 # -- Last Updated: 2012.01.05 # -- Level: Easy # -- Requires: Requires YEA - Ace Menu Engine v1.00+ # #============================================================================== $impo...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Class_Unlock_Level.rb
Core/Class_Unlock_Level.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Class System Add-On: Class Unlock Level v1.00 # -- Last Updated: 2011.12.20 # -- Level: Normal # -- Requires: YEA - Class System v1.01+ # #========================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Class_System.rb
Core/Class_System.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Class System v1.10 # -- Last Updated: 2012.01.29 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Ace_Message_System.rb
Core/Ace_Message_System.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Message System v1.05 # -- Last Updated: 2012.01.13 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Message_Actor_Codes.rb
Core/Message_Actor_Codes.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Message System Add-On: Message Actor Codes v1.01 # -- Last Updated: 2012.01.13 # -- Level: Normal # -- Requires: Yanfly Engine Ace - Ace Message System v1.03+ # #=============================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Command_Party.rb
Core/Command_Party.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Party System Add-On: Command Party v1.01 # -- Last Updated: 2012.01.10 # -- Level: Easy, Normal # -- Requires: YEA - Party System v1.00+ # #=======================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Core/Extra_Param_Formulas.rb
Core/Extra_Param_Formulas.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Extra Param Formulas v1.00 # -- Last Updated: 2012.01.10 # -- Level: Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Input_Combo_Skills.rb
Gameplay/Input_Combo_Skills.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Input Combo Skills v1.01 # -- Last Updated: 2011.12.26 # -- Level: Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imp...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Buff_&_State_Manager.rb
Gameplay/Buff_&_State_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Buff & State Manager v1.07 # -- Last Updated: 2012.01.26 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Active_Chain_Skills.rb
Gameplay/Active_Chain_Skills.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Active Chain Skills v1.01 # -- Last Updated: 2011.12.22 # -- Level: Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Skill_Restrictions.rb
Gameplay/Skill_Restrictions.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Skill Restrictions v1.02 # -- Last Updated: 2012.01.23 # -- Level: Normal, Hard, Lunatic # -- Requires: n/a # #============================================================================== $imported = {} if $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Ace_Equip_Engine.rb
Gameplay/Ace_Equip_Engine.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Ace Equip Engine v1.06 # -- Last Updated: 2014.05.01 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Instant_Cast.rb
Gameplay/Instant_Cast.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Instant Cast v1.03 # -- Last Updated: 2012.07.17 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $import...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/State_Animations.rb
Gameplay/State_Animations.rb
#============================================================================== # # ▼ Yanfly Engine Ace - State Animations v1.00 # -- Last Updated: 2011.12.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imp...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Equip_Dynamic_Stats.rb
Gameplay/Equip_Dynamic_Stats.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Equip Dynamic Stats v1.00 # -- Last Updated: 2012.01.05 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported....
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Passive_States.rb
Gameplay/Passive_States.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Passive States v1.02 # -- Last Updated: 2012.01.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impor...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Follow-Up_Skills.rb
Gameplay/Follow-Up_Skills.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Follow-Up Skill v1.01 # -- Last Updated: 2012.02.12 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impo...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/JP_Manager.rb
Gameplay/JP_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - JP Manager v1.00 # -- Last Updated: 2012.01.07 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imp...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Enemy_Levels.rb
Gameplay/Enemy_Levels.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Enemy Levels v1.02 # -- Last Updated: 2012.01.26 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Weapon_Attack_Replace.rb
Gameplay/Weapon_Attack_Replace.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Weapon Attack Replace v1.01 # -- Last Updated: 2011.12.19 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil?...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Random_Skill_Invoke.rb
Gameplay/Random_Skill_Invoke.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Random Skill Invoke v1.00 # -- Last Updated: 2011.12.17 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported....
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Skill_Steal.rb
Gameplay/Skill_Steal.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Skill Steal v1.00 # -- Last Updated: 2011.12.10 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imported...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/TP_Manager.rb
Gameplay/TP_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - TP Manager v1.04 # -- Last Updated: 2012.01.30 # -- Level: Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imported["Y...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Field_State_Effects.rb
Gameplay/Field_State_Effects.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Field State Effects v1.00 # -- Last Updated: 2012.01.11 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Convert_Damage.rb
Gameplay/Convert_Damage.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Convert Damage v1.02 # -- Last Updated: 2012.01.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impor...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Barehand_Trait.rb
Gameplay/Barehand_Trait.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Barehand Trait v1.00 # -- Last Updated: 2012.01.15 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Skill_Cost_Manager.rb
Gameplay/Skill_Cost_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Skill Cost Manager v1.03 # -- Last Updated: 2012.01.23 # -- Level: Normal, Hard, Lunatic # -- Requires: n/a # #============================================================================== $imported = {} if $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Doppelganger.rb
Gameplay/Doppelganger.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Enemy Levels Add-On: Doppelganger v1.00 # -- Last Updated: 2012.01.23 # -- Level: Normal # -- Requires: Yanfly Engine Ace - Enemy Levels v1.00+ # #================================================================...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Steal_Item.rb
Gameplay/Steal_Item.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Steal Items v1.03 # -- Last Updated: 2012.01.09 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Parameter_Bonus_Growth.rb
Gameplay/Parameter_Bonus_Growth.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Parameter Bonus Growth v1.00 # -- Last Updated: 2012.01.25 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Target_Manager.rb
Gameplay/Target_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Target Manager v1.03 # -- Last Updated: 2012.01.13 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Gameplay/Learn_Skills_Engine.rb
Gameplay/Learn_Skills_Engine.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Learn Skill Engine v1.00 # -- Last Updated: 2012.01.08 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.n...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Encounter_Rate_Manager.rb
Field/Encounter_Rate_Manager.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Encounter Rate Manager v1.00 # -- Last Updated: 2012.01.24 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $import...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Event_Select_Skill.rb
Field/Event_Select_Skill.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Event Select Skill v1.00 # -- Last Updated: 2011.12.12 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Common_Event_Shop.rb
Field/Common_Event_Shop.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Common Event Shop v1.00 # -- Last Updated: 2012.01.13 # -- Level: Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if $imported.ni...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
true
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Move_Restrict_Region.rb
Field/Move_Restrict_Region.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Move Restrict Region v1.03 # -- Last Updated: 2012.01.03 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Event_Chase_Player.rb
Field/Event_Chase_Player.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Event Chase Player v1.00 # -- Last Updated: 2012.01.05 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $im...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Active_Battle_Advantage.rb
Field/Active_Battle_Advantage.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Active Battle Advantage v1.00 # -- Last Updated: 2012.02.01 # -- Level: Easy, Normal, Hard # -- Requires: n/a # #============================================================================== $imported = {} if ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/No_Encounter_Region.rb
Field/No_Encounter_Region.rb
#============================================================================== # # ▼ Yanfly Engine Ace - No Encounter Region v1.00 # -- Last Updated: 2011.12.15 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Force_Move_Tiles.rb
Field/Force_Move_Tiles.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Force Move Tiles v1.00 # -- Last Updated: 2011.12.06 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imp...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Common_Event_Tiles.rb
Field/Common_Event_Tiles.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Common Event Tiles v1.01 # -- Last Updated: 2011.12.06 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Button_Common_Events.rb
Field/Button_Common_Events.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Button Common Events v1.00 # -- Last Updated: 2012.01.09 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? ...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Gab_Window.rb
Field/Gab_Window.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Gab Window v1.00 # -- Last Updated: 2012.01.23 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $imported[...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Event_Window.rb
Field/Event_Window.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Event Window v1.01 # -- Last Updated: 2011.12.27 # -- Level: Easy, Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Region_Battlebacks.rb
Field/Region_Battlebacks.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Region Battlebacks v1.00 # -- Last Updated: 2011.12.30 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $i...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
Archeia/YEARepo
https://github.com/Archeia/YEARepo/blob/9549551db08e98cfddc46c1165c2807bc87eabd6/Field/Slippery_Tiles.rb
Field/Slippery_Tiles.rb
#============================================================================== # # ▼ Yanfly Engine Ace - Slippery Tiles v1.00 # -- Last Updated: 2011.12.03 # -- Level: Normal # -- Requires: n/a # #============================================================================== $imported = {} if $imported.nil? $impor...
ruby
MIT
9549551db08e98cfddc46c1165c2807bc87eabd6
2026-01-04T17:52:57.926095Z
false
meltingice/RubyDrop
https://github.com/meltingice/RubyDrop/blob/a3e8d962a4faf514d3d6b9f66fac8e05efbb5726/lib/tcp_listen.rb
lib/tcp_listen.rb
require 'socket' require_relative 'logmodule' class TcpListen include LoggerModule def initialize() @listen = RubyDrop.config['tcp_listen_ip'] || '127.0.0.1' @port = RubyDrop.config['tcp_listen_port'] || 11311 @log = get_logger('log/tcp.log', 10, 1024000, RubyDrop.config['tcp_debug'] ? Logger::D...
ruby
BSD-3-Clause
a3e8d962a4faf514d3d6b9f66fac8e05efbb5726
2026-01-04T17:52:57.372024Z
false
meltingice/RubyDrop
https://github.com/meltingice/RubyDrop/blob/a3e8d962a4faf514d3d6b9f66fac8e05efbb5726/lib/fswatcher.rb
lib/fswatcher.rb
require 'rubygems' require 'grit' require_relative 'logmodule' include Grit class FSWatcher include LoggerModule attr_accessor :run def initialize() @interval = RubyDrop.config['check_interval'] || 5 @run = true @log = get_logger('log/git.log', 10, 1024000, RubyDrop.config['rubydrop_debug'] ...
ruby
BSD-3-Clause
a3e8d962a4faf514d3d6b9f66fac8e05efbb5726
2026-01-04T17:52:57.372024Z
false
meltingice/RubyDrop
https://github.com/meltingice/RubyDrop/blob/a3e8d962a4faf514d3d6b9f66fac8e05efbb5726/lib/rubydrop.rb
lib/rubydrop.rb
require "fileutils" require "yaml" require_relative "fswatcher" require_relative "tcp_listen" class RubyDrop def initialize() # Load the config @@config = YAML.load_file("config.yml") # Prepare the document root @@config['rubydrop_root'] = @@config['rubydrop_root'] || "~/RubyDrop" @@confi...
ruby
BSD-3-Clause
a3e8d962a4faf514d3d6b9f66fac8e05efbb5726
2026-01-04T17:52:57.372024Z
false
meltingice/RubyDrop
https://github.com/meltingice/RubyDrop/blob/a3e8d962a4faf514d3d6b9f66fac8e05efbb5726/lib/logmodule.rb
lib/logmodule.rb
require 'logger' require 'fileutils' module LoggerModule def get_logger(name, shift_age, shift_size, level) # create the directory for the log if it doesn't exist if !File.exist? File.dirname(name) then FileUtils.mkdir_p File.dirname(name) end # create the logger and give it back ...
ruby
BSD-3-Clause
a3e8d962a4faf514d3d6b9f66fac8e05efbb5726
2026-01-04T17:52:57.372024Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/lists_sample.rb
samples/lists_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class ListsSample def initialize raise 'CREATESEND_ACCESS_TOKEN env var missing' if ENV['CREATESEND_ACCESS_TOKEN'].nil? raise 'CREATESEND_REFRESH_TOKEN env var missing' if ENV['CREATESEND_REFRESH_TOKEN'].nil? ...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/journey_sample.rb
samples/journey_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class JourneySample @date = "2019-01-01 00:00" def initialize raise 'CREATESEND_ACCESS_TOKEN env var missing' if ENV['CREATESEND_ACCESS_TOKEN'].nil? raise 'CREATESEND_REFRESH_TOKEN env var missing' if ENV['CREATESEND_R...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/clients_sample.rb
samples/clients_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class ClientsSample def initialize raise 'CREATESEND_ACCESS_TOKEN env var missing' if ENV['CREATESEND_ACCESS_TOKEN'].nil? raise 'CREATESEND_REFRESH_TOKEN env var missing' if ENV['CREATESEND_REFRESH_TOKEN'].nil? ...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/authentication_sample.rb
samples/authentication_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class AuthorizationSample def initialize raise 'CREATESEND_API_KEY env var missing' if ENV['CREATESEND_API_KEY'].nil? raise 'CREATESEND_CLIENT_ID env var missing' if ENV['CREATESEND_CLIENT_ID'].nil? rais...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/segments_sample.rb
samples/segments_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class SegmentsSample def initialize raise 'CREATESEND_ACCESS_TOKEN env var missing' if ENV['CREATESEND_ACCESS_TOKEN'].nil? raise 'CREATESEND_REFRESH_TOKEN env var missing' if ENV['CREATESEND_REFRESH_TOKEN'].nil?...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/samples/subscribers_sample.rb
samples/subscribers_sample.rb
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'createsend' class SubscribersSample def initialize raise 'CREATESEND_ACCESS_TOKEN env var missing' if ENV['CREATESEND_ACCESS_TOKEN'].nil? raise 'CREATESEND_REFRESH_TOKEN env var missing' if ENV['CREATESEND_REFRESH_TOKEN'].n...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/test/administrator_test.rb
test/administrator_test.rb
require File.dirname(__FILE__) + '/helper' class AdministratorTest < Test::Unit::TestCase multiple_contexts "authenticated_using_oauth_context", "authenticated_using_api_key_context" do setup do @admin = CreateSend::Administrator.new @auth, "admin@example.com" end should "get a administrator by em...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/test/template_test.rb
test/template_test.rb
require File.dirname(__FILE__) + '/helper' class TemplateTest < Test::Unit::TestCase multiple_contexts "authenticated_using_oauth_context", "authenticated_using_api_key_context" do setup do @template = CreateSend::Template.new @auth, '98y2e98y289dh89h938389' end should "create a template" do ...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/test/createsend_test.rb
test/createsend_test.rb
require File.dirname(__FILE__) + '/helper' class CreateSendTest < Test::Unit::TestCase context "when an api caller requires createsend" do setup do @access_token = "h9898wu98u9dqjoijnwld" @refresh_token = "tGzv3JOkF0XG5Qx2TlKWIA" @api_key = "hiuhqiw78hiqhwdwdqwdqw2s2e2" end should "au...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/test/person_test.rb
test/person_test.rb
require File.dirname(__FILE__) + '/helper' class PersonTest < Test::Unit::TestCase multiple_contexts "authenticated_using_oauth_context", "authenticated_using_api_key_context" do setup do @client_id = "d98h2938d9283d982u3d98u88" @person = CreateSend::Person.new @auth, @client_id, "person@example.com"...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false
campaignmonitor/createsend-ruby
https://github.com/campaignmonitor/createsend-ruby/blob/a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47/test/journey_test.rb
test/journey_test.rb
require File.dirname(__FILE__) + '/helper' class JourneyTest < Test::Unit::TestCase multiple_contexts "authenticated_using_oauth_context", "authenticated_using_api_key_context" do setup do @journey = CreateSend::Journey.new @auth, 'a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1' end should "get the summary for a ...
ruby
MIT
a2f2ddbbd0845c6cbf1d20443000f0d319e9cc47
2026-01-04T17:53:12.263443Z
false